Searched refs:_doc (Results 1 - 25 of 28) sorted by relevance

12

/inkscape/test/
H A Ddoc-per-case-test.cpp16 SPDocument *DocPerCaseTest::_doc = 0; member in class:DocPerCaseTest
31 _doc = SPDocument::createNewDoc( NULL, TRUE, true );
32 ASSERT_TRUE( _doc != NULL );
37 if (_doc) {
38 _doc->doUnref();
39 _doc = NULL;
H A Ddoc-per-case-test.h31 static SPDocument *_doc; member in class:DocPerCaseTest
/inkscape/src/
H A Dsp-style-elem-test.h14 SPDocument* _doc; member in class:SPStyleElemTest
17 _doc(0)
23 if ( _doc )
25 _doc->doUnref();
57 SP_OBJECT(style_elem)->document = _doc;
76 TS_ASSERT( _doc );
77 TS_ASSERT( _doc->getReprDoc() );
78 if ( !_doc->getReprDoc() ) {
83 SP_OBJECT(style_elem)->document = _doc;
86 Inkscape::XML::Node *repr = _doc
[all...]
H A Dprofile-manager.h38 SPDocument* _doc; member in class:Inkscape::ProfileManager
H A Dprofile-manager.cpp21 _doc(document),
24 _resource_connection = _doc->connectResourcesChanged( "iccprofile", sigc::mem_fun(*this, &ProfileManager::_resourcesChanged) );
30 _doc = 0;
36 if (_doc) {
37 std::set<SPObject *> current = _doc->getResourceList( "iccprofile" );
H A Dstyle-test.h13 SPDocument* _doc; member in class:StyleTest
16 _doc(0)
22 if ( _doc )
24 _doc->doUnref();
25 _doc = 0;
245 SPStyle style(_doc);
390 SPStyle style_src(_doc);
391 SPStyle style_dst(_doc);
497 SPStyle style_parent(_doc);
498 SPStyle style_child( _doc);
[all...]
H A Dcolor-profile-test.h17 SPDocument* _doc; member in class:ColorProfileTest
20 _doc(0)
26 if ( _doc )
28 _doc->doUnref();
79 SP_OBJECT(prof)->document = _doc;
99 SP_OBJECT(prof)->document = _doc;
123 SP_OBJECT(prof)->document = _doc;
H A Dtest-helpers.h42 suite->_doc = tmp;
H A Dsp-gradient-test.h16 SPDocument* _doc; member in class:SPGradientTest
19 _doc(0)
25 if ( _doc )
27 _doc->doUnref();
56 SP_OBJECT(gr)->document = _doc;
74 SP_OBJECT(gr)->document = _doc;
77 Inkscape::XML::Document *xml_doc = _doc->getReprDoc();
95 SP_OBJECT(gr)->document = _doc;
H A Dlayer-model.h50 SPDocument *_doc; member in class:Inkscape::LayerModel
H A Dlayer-model.cpp49 : _doc( 0 )
65 _doc = doc;
84 return _doc;
/inkscape/src/ui/view/
H A Dview.cpp61 : _doc(0)
85 if (_doc) {
88 if (INKSCAPE.remove_document(_doc)) {
90 delete _doc;
92 _doc = NULL;
111 if (_doc) {
114 if (INKSCAPE.remove_document(_doc)) {
116 delete _doc;
122 _doc = doc;
124 _doc
[all...]
H A Dview.h85 { return _doc; }
109 SPDocument *_doc; member in class:Inkscape::UI::View::View
/inkscape/src/extension/
H A Dexecution-env.cpp51 _doc(doc),
57 SPDesktop *desktop = (SPDesktop *)_doc;
98 _docCache = _effect->get_imp()->newDocCache(_effect, _doc);
130 SPDesktop *desktop = (SPDesktop *)_doc;
162 SPDesktop *desktop = (SPDesktop *)_doc;
170 DocumentUndo::cancel(_doc->doc());
177 DocumentUndo::done(_doc->doc(), SP_VERB_NONE, _(_effect->get_name()));
186 if (_doc == NULL) { return; }
187 SPDocument * doc = _doc->doc();
190 SPDesktop *desktop = (SPDesktop *)_doc;
[all...]
H A Dexecution-env.h56 Inkscape::UI::View::View * _doc; member in class:Inkscape::Extension::ExecutionEnv
/inkscape/src/ui/dialog/
H A Dprint.h31 SPDocument *_doc; member in struct:workaround_gtkmm
49 SPDocument *_doc; member in class:Inkscape::UI::Dialog::Print
H A Dprint.cpp57 gdouble width = (junk->_doc)->getWidth().value("px");
58 gdouble height = (junk->_doc)->getHeight().value("px");
70 Inkscape::XML::Node *nv = sp_repr_lookup_name (junk->_doc->rroot, "sodipodi:namedview");
80 sp_export_png_file(junk->_doc, tmp_png.c_str(), 0.0, 0.0,
132 ret = renderer.setupDocument (ctx, junk->_doc, TRUE, 0., NULL);
171 _doc (doc),
174 g_assert (_doc);
180 gchar const *jobname = _doc->getName() ? _doc->getName() : _("SVG Document");
189 gdouble doc_width = _doc
[all...]
/inkscape/src/extension/param/
H A Dradiobutton.cpp205 SPDocument * _doc; member in class:Inkscape::Extension::ParamRadioButtonWdg
215 Gtk::RadioButton(group, label), _pref(pref), _doc(doc), _node(node), _changeSignal(changeSignal) {
220 Gtk::RadioButton(label), _pref(pref), _doc(doc), _node(node), _changeSignal(changeSignal) {
239 _pref->set(value.c_str(), _doc, _node);
250 SPDocument* _doc; member in class:Inkscape::Extension::ComboWdg
257 _doc(doc),
271 _base->set(value.c_str(), _doc, _node);
H A Dstring.cpp121 SPDocument * _doc; member in class:Inkscape::Extension::ParamStringEntry
131 Gtk::Entry(), _pref(pref), _doc(doc), _node(node), _changeSignal(changeSignal) {
151 _pref->set(data.c_str(), _doc, _node);
H A Dbool.cpp87 Gtk::CheckButton(), _pref(param), _doc(doc), _node(node), _changeSignal(changeSignal) {
102 SPDocument * _doc; member in class:Inkscape::Extension::ParamBoolCheckButton
H A Denum.cpp212 SPDocument * _doc; member in class:Inkscape::Extension::ParamComboBoxEntry
222 Gtk::ComboBoxText(), _pref(pref), _doc(doc), _node(node), _changeSignal(changeSignal) {
238 _pref->set(data.c_str(), _doc, _node);
H A Dfloat.cpp135 SPDocument * _doc; member in class:Inkscape::Extension::ParamFloatAdjustment
142 Gtk::Adjustment(0.0, param->min(), param->max(), 0.1, 1.0, 0), _pref(param), _doc(doc), _node(node), _changeSignal(changeSignal) {
160 _pref->set(this->get_value(), _doc, _node);
H A Dint.cpp117 SPDocument * _doc; member in class:Inkscape::Extension::ParamIntAdjustment
124 Gtk::Adjustment(0.0, param->min(), param->max(), 1.0, 10.0, 0), _pref(param), _doc(doc), _node(node), _changeSignal(changeSignal) {
141 _pref->set((int)this->get_value(), _doc, _node);
/inkscape/src/ui/
H A Dclipboard.cpp154 Inkscape::XML::Document *_doc; ///< Reference to the clipboard's Inkscape::XML::Document member in class:Inkscape::UI::ClipboardManagerImpl
171 _doc(NULL),
291 Inkscape::XML::Node *pathnode = _doc->createElement("svg:path");
318 Inkscape::XML::Node *repr = symbol->duplicate(_doc);
341 Inkscape::XML::Node *use = _doc->createElement("svg:use");
699 obj_copy = _copyNode(obj, _doc, _root);
701 obj_copy = _copyNode(obj, _doc, _clipnode);
794 _copyNode(shape->_marker[i]->getRepr(), _doc, _defs);
807 _copyNode(lpeobj->getRepr(), _doc, _defs);
817 _copyNode(box3d_get_perspective(box)->getRepr(), _doc, _def
[all...]
/inkscape/test/src/
H A Dcolor-profile-test.cpp39 _prof->document = _doc;

Completed in 863 milliseconds

12