Searched defs:existing (Results 1 - 3 of 3) sorted by relevance

/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/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.");
/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() ) {

Completed in 19 milliseconds