/inkscape/test/ |
H A D | doc-per-case-test.h | 31 static SPDocument *_doc; member in class:DocPerCaseTest
|
H A D | doc-per-case-test.cpp | 16 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;
|
/inkscape/src/ |
H A D | profile-manager.h | 38 SPDocument* _doc; member in class:Inkscape::ProfileManager
|
H A D | layer-model.h | 50 SPDocument *_doc; member in class:Inkscape::LayerModel
|
H A D | color-profile-test.h | 17 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 D | sp-gradient-test.h | 16 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 D | sp-style-elem-test.h | 14 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 D | style-test.h | 13 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...] |
/inkscape/src/ui/dialog/ |
H A D | print.h | 31 SPDocument *_doc; member in struct:workaround_gtkmm 49 SPDocument *_doc; member in class:Inkscape::UI::Dialog::Print
|
/inkscape/src/extension/ |
H A D | execution-env.h | 56 Inkscape::UI::View::View * _doc; member in class:Inkscape::Extension::ExecutionEnv
|
/inkscape/src/ui/view/ |
H A D | view.h | 85 { return _doc; } 109 SPDocument *_doc; member in class:Inkscape::UI::View::View
|
/inkscape/src/extension/param/ |
H A D | string.cpp | 121 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 D | bool.cpp | 87 Gtk::CheckButton(), _pref(param), _doc(doc), _node(node), _changeSignal(changeSignal) { 102 SPDocument * _doc; member in class:Inkscape::Extension::ParamBoolCheckButton
|
H A D | enum.cpp | 212 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 D | float.cpp | 135 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 D | int.cpp | 117 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);
|
H A D | notebook.cpp | 342 SPDocument * _doc; member in class:Inkscape::Extension::ParamNotebookWdg 351 Gtk::Notebook(), _pref(pref), _doc(doc), _node(node), activated(false) { 378 _pref->set((int)pagenum, _doc, _node);
|
H A D | radiobutton.cpp | 205 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);
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | svg-builder.h | 218 SPDocument *_doc; member in class:Inkscape::Extension::Internal::SvgBuilder
|
/inkscape/src/ui/ |
H A D | clipboard.cpp | 154 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...] |