Home
last modified time | relevance | path

Searched refs:tmpExcludedNamesIndex (Results 1 – 1 of 1) sorted by relevance

/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dtimetableprintform.cpp1300 QSet<int> tmpExcludedNamesIndex; in updateHtmlPrintString() local
1301 tmpExcludedNamesIndex=excludedNamesIndex; in updateHtmlPrintString()
1302 while(tmpExcludedNamesIndex.size()<namesList->count()){ in updateHtmlPrintString()
1314 tmpExcludedNamesIndex<<-1; break; in updateHtmlPrintString()
1317 if(!(tmpExcludedNamesIndex.size()==namesList->count() && day==gt.rules.nDaysPerWeek-1)){ in updateHtmlPrintString()
1333 QSet<int> tmpExcludedNamesIndex; in updateHtmlPrintString() local
1334 tmpExcludedNamesIndex=excludedNamesIndex; in updateHtmlPrintString()
1335 while(tmpExcludedNamesIndex.size()<namesList->count()){ in updateHtmlPrintString()
1343 …TimetableTimeVerticalDailyHtml(htmlLevel, day, maxNames->value(), tmpExcludedNamesIndex, saveTime,… in updateHtmlPrintString()
1347 tmpExcludedNamesIndex<<-1; break; in updateHtmlPrintString()
[all …]