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

/inkscape/src/ui/
H A Duxmanager.cpp178 gint taskNum = isWidescreen() ? 2 : 0; local
181 taskNum = Inkscape::Preferences::get()->getInt( prefPath + "task/taskset", taskNum );
182 taskNum = (taskNum < 0) ? 0 : (taskNum > 2) ? 2 : taskNum;
184 return taskNum;
195 int taskNum = val; local
205 taskNum
268 gint taskNum = getDefaultTask( desktop ); local
[all...]
H A Dinterface.cpp620 gint taskNum = GPOINTER_TO_INT(userData); local
621 taskNum = (taskNum < 0) ? 0 : (taskNum > 2) ? 2 : taskNum;
626 Inkscape::UI::UXManager::getInstance()->setTask( dynamic_cast<SPDesktop*>(view), taskNum ); local

Completed in 36 milliseconds