Searched refs:nWorkLevel (Results 1 – 1 of 1) sorted by relevance
159 for( sal_uInt8 nWorkLevel = 1; nWorkLevel <= nMaxLevel; nWorkLevel++ ) in MakeScOutline() local169 if( (nPrevLevel < nWorkLevel) && (nCurrLevel2 >= nWorkLevel) ) in MakeScOutline()171 else if( (nPrevLevel >= nWorkLevel) && (nCurrLevel2 < nWorkLevel) ) in MakeScOutline()198 sal_uInt8 nWorkLevel = pLevel[ nC ]; in MakeScOutline() local205 while( nWorkLevel > nCurrLevel ) in MakeScOutline()214 while( nWorkLevel < nCurrLevel ) in MakeScOutline()216 sal_Bool bLastLevel = (nWorkLevel == (nCurrLevel - 1)); in MakeScOutline()
Completed in 12 milliseconds