Searched defs:modified (Results 1 - 25 of 25) sorted by relevance

/inkscape/src/
H A Dsp-defs.cpp49 void SPDefs::modified(unsigned int flags) { function in class:SPDefs
H A Dsp-script.cpp54 void SPScript::modified(unsigned int /*flags*/) { function in class:SPScript
H A Dsp-flowdiv.cpp58 void SPFlowdiv::modified(unsigned int flags) { function in class:SPFlowdiv
59 SPItem::modified(flags);
199 void SPFlowtspan::modified(unsigned int flags) { function in class:SPFlowtspan
200 SPItem::modified(flags);
336 void SPFlowpara::modified(unsigned int flags) { function in class:SPFlowpara
337 SPItem::modified(flags);
435 void SPFlowline::modified(unsigned int flags) { function in class:SPFlowline
436 SPObject::modified(flags);
472 void SPFlowregionbreak::modified(unsigned int flags) { function in class:SPFlowregionbreak
473 SPObject::modified(flag
[all...]
H A Dsp-root.cpp299 void SPRoot::modified(unsigned int flags) function in class:SPRoot
301 SPGroup::modified(flags);
H A Dsp-symbol.cpp91 void SPSymbol::modified(unsigned int flags) { function in class:SPSymbol
92 SPGroup::modified(flags);
H A Dsp-clippath.cpp162 void SPClipPath::modified(unsigned int flags) { function in class:SPClipPath
H A Dsp-flowregion.cpp112 void SPFlowregion::modified(guint flags) { function in class:SPFlowregion
267 void SPFlowregionExclude::modified(guint flags) { function in class:SPFlowregionExclude
H A Dsp-mask.cpp168 void SPMask::modified(unsigned int flags) { function in class:SPMask
H A Dsp-tref.cpp149 void SPTRef::modified(unsigned int flags) { function in class:SPTRef
H A Dsp-tspan.cpp122 void SPTSpan::modified(unsigned int flags) { function in class:SPTSpan
361 void SPTextPath::modified(unsigned int flags) { function in class:SPTextPath
H A Dsp-ellipse.cpp580 void SPGenericEllipse::modified(guint flags) function in class:SPGenericEllipse
586 SPShape::modified(flags);
H A Dsp-use.cpp650 void SPUse::modified(unsigned int flags) { function in class:SPUse
651 // std::cout << "SPUse::modified: " << (getId()?getId():"null") << std::endl;
H A Dsp-gradient.cpp393 bool modified = false; local
397 modified = true;
406 modified = true;
410 if (modified) {
470 /// \todo Fixme: should we schedule "modified" here?
499 /* Fixme: should we schedule "modified" here? */
504 * Callback for modified event.
506 void SPGradient::modified(guint flags) function in class:SPGradient
630 * if !this->spread_set. Not currently happening: see SPGradient::modified.
684 * Set units property of gradient and emit modified
[all...]
H A Dsp-hatch.cpp316 void SPHatch::modified(unsigned int flags) function in class:SPHatch
H A Dsp-image.cpp426 void SPImage::modified(unsigned int flags) { function in class:SPImage
H A Dsp-lpe-item.cpp84 // disconnect all modified listeners:
119 // disconnect all modified listeners:
159 // connect modified-listener
187 void SPLPEItem::modified(unsigned int flags) { function in class:SPLPEItem
H A Dsp-pattern.cpp260 void SPPattern::modified(unsigned int flags) function in class:SPPattern
H A Dsp-shape.cpp401 void SPShape::modified(unsigned int flags) { function in class:SPShape
402 // std::cout << "SPShape::modified(): " << (getId()?getId():"null") << std::endl;
403 SPLPEItem::modified(flags);
918 * No-op. Exists for handling 'modified' messages
924 /* g_warning ("Item %s mask %s modified", item->getId(), mask->getId()); */
H A Dsp-flowtext.cpp115 void SPFlowtext::modified(unsigned int flags) { function in class:SPFlowtext
H A Dsp-item-group.cpp199 void SPGroup::modified(guint flags) { function in class:SPGroup
200 // std::cout << "SPGroup::modified(): " << (getId()?getId():"null") << std::endl;
201 SPLPEItem::modified(flags);
H A Dsp-text.cpp211 void SPText::modified(guint flags) { function in class:SPText
H A Ddocument.cpp31 * update notification (SPObject ::modified virtual method), and implements
32 * the 'modified' signal, as well.
1149 * Tries to update the document state based on the modified and
1206 // to be modified, hence the second update pass.
1663 void SPDocument::setModifiedSinceSave(bool modified) { argument
1664 this->modified_since_save = modified;
H A Dsp-item.cpp712 void SPItem::modified(unsigned int /*flags*/) function in class:SPItem
H A Dsp-object.cpp169 void SPObject::modified(unsigned int /*flags*/) { function in class:SPObject
445 * listens to the modified signal on defs, and now we give it that
1157 /* Copy flags to modified cascade for later processing */
1234 this->modified(flags);
/inkscape/src/ui/dialog/
H A Dexport.cpp1206 bool modified = false; local
1214 modified = true;
1219 modified = true;
1224 modified = true;
1228 if (modified) {
1236 bool modified = false; local
1259 modified = true;
1265 modified = true;
1270 modified = true;
1275 if (modified) {
[all...]

Completed in 3417 milliseconds