Lines Matching defs:duplicate
1702 the clipboard that duplicate definitions in the present document OR that duplicate other
1761 // do NOT break here, there could be more than 1 duplicate!
1789 // do NOT break here, there could be more than 1 duplicate!
1800 /* Ignore duplicate defs marked in the first pass */
1804 bool duplicate = false;
1819 // Check that it really is a duplicate
1825 duplicate = true;
1830 if ( !duplicate ) {
1836 if (!duplicate) {
1837 Inkscape::XML::Node * dup = def->duplicate(this->getReprDoc());