Lines Matching refs:taskNum
178 gint taskNum = isWidescreen() ? 2 : 0;
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;
205 taskNum = val; // in case it was out of range
224 Inkscape::Preferences::get()->setInt( prefPath + "task/taskset", taskNum );
268 gint taskNum = getDefaultTask( desktop );
271 Inkscape::UI::UXManager::getInstance()->setTask( desktop, taskNum );