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

/inkscape/src/
H A Ddesktop.cpp129 _reconstruction_old_layer_id(), // an id attribute is not allowed to be the empty string
293 _reconstruction_old_layer_id.clear();
1702 desktop->_reconstruction_old_layer_id = desktop->currentLayer()->getId() ? desktop->currentLayer()->getId() : "";
1712 if ( !desktop->_reconstruction_old_layer_id.empty() ) {
1713 SPObject * newLayer = desktop->namedview->document->getObjectById(desktop->_reconstruction_old_layer_id);
1718 desktop->_reconstruction_old_layer_id.clear();
H A Ddesktop.h204 Glib::ustring _reconstruction_old_layer_id; member in class:SPDesktop

Completed in 17 milliseconds