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

/inkscape/src/
H A Dlayer-manager.cpp193 std::set<Glib::ustring> currentNames; local
199 currentNames.insert( (*iter)->label() ? Glib::ustring((*iter)->label()) : Glib::ustring() );
206 for ( guint i = startNum; (i < endNum) && (currentNames.find(result) != currentNames.end()); i++ ) {

Completed in 465 milliseconds