Searched refs:_document (Results 1 - 12 of 12) sorted by relevance

/inkscape/src/
H A Devent-log.cpp176 _document (document),
365 if(_document) {
368 Inkscape::Verb::get(SP_VERB_EDIT_UNDO)->sensitive(_document, true);
370 Inkscape::Verb::get(SP_VERB_EDIT_UNDO)->name(_document, String::ucompose("%1: %2",
374 Inkscape::Verb::get(SP_VERB_EDIT_UNDO)->name(_document, _("_Undo"));
375 Inkscape::Verb::get(SP_VERB_EDIT_UNDO)->sensitive(_document, false);
379 Inkscape::Verb::get(SP_VERB_EDIT_REDO)->sensitive(_document, true);
380 Inkscape::Verb::get(SP_VERB_EDIT_REDO)->name(_document, String::ucompose("%1: %2",
385 Inkscape::Verb::get(SP_VERB_EDIT_REDO)->name(_document, _("_Redo"));
386 Inkscape::Verb::get(SP_VERB_EDIT_REDO)->sensitive(_document, fals
[all...]
H A Dlayer-manager.cpp126 : _desktop(desktop), _document(NULL)
146 _document = NULL;
194 std::set<SPObject *> layers = _document->getResourceList("layer");
228 if (_document) {
231 _document = document;
260 if (!_document) // http://sourceforge.net/mailarchive/forum.php?thread_name=5747bce9a7ed077c1b4fc9f0f4f8a5e0%40localhost&forum_name=inkscape-devel
263 std::set<SPObject *> layers = _document->getResourceList("layer");
H A Dlayer-manager.h58 SPDocument *_document; member in class:Inkscape::LayerManager
H A Devent-log.h119 SPDocument *_document; //< document that is logged member in class:Inkscape::EventLog
/inkscape/src/xml/
H A Dsimple-node.cpp174 this->_document = document;
190 _document = document;
309 _document->logger()->notifyContentChanged(*this, old_content, _content);
399 _document->logger()->notifyAttributeChanged(*this, key, old_value, new_value);
408 g_assert(generic_child->document() == _document);
409 g_assert(!generic_ref || generic_ref->document() == _document);
446 _document->logger()->notifyChildAdded(*this, *child, ref);
452 g_assert(generic_child->document() == _document);
478 _document->logger()->notifyChildRemoved(*this, *child, ref);
484 g_assert(generic_child->document() == this->_document);
[all...]
H A Dsimple-node.h48 Document *document() { return _document; }
140 Document *_document; member in class:Inkscape::XML::SimpleNode
/inkscape/src/ui/dialog/
H A Dundo-history.cpp140 _document(_desktop ? _desktop->doc() : NULL),
150 if ( !_document || !_event_log || !_columns ) return;
252 _document = desktop ? desktop->doc() : NULL;
271 if ((desktop != _desktop) || (document != _document)) {
320 DocumentUndo::redo(_document);
354 DocumentUndo::undo(_document);
379 DocumentUndo::redo(_document);
423 DocumentUndo::redo(_document);
426 DocumentUndo::redo(_document);
H A Dtags.cpp270 DocumentUndo::done(_document, SP_VERB_DIALOG_TAGS, _("Remove from selection set"));
569 DocumentUndo::done(_document, SP_VERB_DIALOG_TAGS, _("Remove from selection set"));
659 Inkscape::XML::Node *clone = _document->getReprDoc()->createElement("inkscape:tagref");
666 DocumentUndo::done(_document, SP_VERB_DIALOG_TAGS, _("Add selection to set"));
683 DocumentUndo::done(_document, SP_VERB_DIALOG_TAGS, _("Remove from selection set"));
743 _dnd_target = _document->getDefs();
772 _dnd_target = _document->getDefs();
920 _document(0),
1095 _document = document;
H A Dundo-history.h139 SPDocument *_document; member in class:Inkscape::UI::Dialog::UndoHistory
H A Dobjects.cpp1064 g_assert(_document != NULL);
1087 SPObject *obj = _document->getObjectById(id);
1141 if ( _document && _pending)
1295 for (SPObject* obj = _document->getRoot()->firstChild(); obj != NULL; obj = obj->next) {
1300 _objectsChanged(_document->getRoot());
1469 DocumentUndo::maybeDone(_document, "opacity", SP_VERB_DIALOG_OBJECTS, _("Set object opacity"));
1502 DocumentUndo::done(_document, SP_VERB_DIALOG_OBJECTS, _("Set object blend mode"));
1533 SPFilter *filter = new_filter_simple_from_item(_document, item, blendmode.c_str(), radius);
1558 DocumentUndo::maybeDone(_document, "blur", SP_VERB_DIALOG_OBJECTS, _("Set object blur"));
1590 SPFilter *filter = modify_filter_gaussian_blur_from_item(_document, ite
[all...]
H A Dobjects.h100 SPDocument* _document; member in class:Inkscape::UI::Dialog::ObjectsPanel
H A Dtags.h124 SPDocument* _document; member in class:Inkscape::UI::Dialog::TagsPanel

Completed in 38 milliseconds