Searched defs:_doc (Results 1 - 20 of 20) sorted by relevance

/inkscape/test/
H A Ddoc-per-case-test.h31 static SPDocument *_doc; member in class:DocPerCaseTest
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;
/inkscape/src/
H A Dprofile-manager.h38 SPDocument* _doc; member in class:Inkscape::ProfileManager
H A Dlayer-model.h50 SPDocument *_doc; member in class:Inkscape::LayerModel
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 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 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 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...]
/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
/inkscape/src/extension/
H A Dexecution-env.h56 Inkscape::UI::View::View * _doc; member in class:Inkscape::Extension::ExecutionEnv
/inkscape/src/ui/view/
H A Dview.h85 { return _doc; }
109 SPDocument *_doc; member in class:Inkscape::UI::View::View
/inkscape/src/extension/param/
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);
H A Dnotebook.cpp342 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 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);
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.h218 SPDocument *_doc; member in class:Inkscape::Extension::Internal::SvgBuilder
/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...]

Completed in 34 milliseconds