Searched defs:first_select (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/extension/implementation/
H A Dimplementation.cpp50 Inkscape::XML::Node const* first_select = NULL; member in class:Inkscape::Extension::Implementation::Inkscape::XML
53 first_select = item->getRepr();
57 return module->autogui(current_document, const_cast<Inkscape::XML::Node *>(first_select), changeSignal);
/inkscape/src/extension/internal/
H A Dgrid.cpp189 Inkscape::XML::Node * first_select = NULL; local
191 first_select = selected[0]->getRepr();
194 return module->autogui(current_document, first_select, changeSignal);
/inkscape/src/extension/plugins/grid2/
H A Dgrid.cpp195 Inkscape::XML::Node * first_select = NULL; local
197 first_select = selected[0]->getRepr();
200 return module->autogui(current_document, first_select, changeSignal);
/inkscape/src/extension/internal/bitmap/
H A Dimagemagick.cpp239 Inkscape::XML::Node * first_select = NULL; local
241 first_select = (selected.front())->getRepr();
244 return module->autogui(current_document, first_select, changeSignal);

Completed in 65 milliseconds