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

/inkscape/src/extension/internal/
H A Dcdr-input.cpp92 bool _spinning; // whether SpinButton is pressed (i.e. we're "spinning") member in class:Inkscape::Extension::Internal::CdrImportDialog
96 : _vec(vec), _current_page(1), _spinning(false)
198 _spinning = true;
203 _spinning = false;
212 if (_spinning) {
H A Dvsd-input.cpp93 bool _spinning; // whether SpinButton is pressed (i.e. we're "spinning") member in class:Inkscape::Extension::Internal::VsdImportDialog
97 : _vec(vec), _current_page(1), _spinning(false)
201 _spinning = true;
206 _spinning = false;
215 if (_spinning) {

Completed in 15 milliseconds