Searched refs:existing (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/2geom/
H A Dsync.sh29 rsync -r --existing \
/inkscape/src/xml/
H A Dsimple-node.cpp362 MutableList<AttributeRecord> existing; local
363 for ( existing = _attributes ; existing ; ++existing ) {
364 if ( existing->key == key ) {
367 ref = existing;
371 ptr_shared<char> old_value=( existing ? existing->value : ptr_shared<char>() );
377 if (!existing) {
384 existing
[all...]
/inkscape/cxxtest/
H A Dcxxtest.spec14 Its advantages over existing alternatives are that it:
/inkscape/packaging/macosx/Resources/etc/fonts/
H A Dfonts.conf18 replace any existing fonts.conf file with the new version. Place
/inkscape/src/ui/dialog/
H A Dinput.cpp1384 std::map<guint, std::pair<guint, gdouble> > existing = axesMap[device->getId()]; local
1388 if ( (existing.find(num) == existing.end()) || (existing[num].first < 2) ) {
1400 std::set<guint> existing = buttonMap[device->getId()]; local
1404 if ( existing.find(num) == existing.end() ) {
/inkscape/share/extensions/
H A Dsynfig_output.py457 # Remove existing parameters with this name
458 existing = []
461 existing.append(param)
463 if len(existing) == 0:
465 elif len(existing) > 1:
469 layer.replace(existing[0], new_param)
/inkscape/src/
H A Dfile.cpp302 SPDocument *existing = desktop ? desktop->getDocument() : NULL; local
304 if (existing && existing->virgin && replace_empty) {
332 Glib::ustring msg = _("Broken links have been changed to point to existing files.");

Completed in 104 milliseconds