Searched refs:nListLevelsToBeClosed (Results 1 – 1 of 1) sorted by relevance
823 sal_Int16 nListLevelsToBeClosed = 0; in exportListChange() local829 nListLevelsToBeClosed = rPrevInfo.GetLevel(); in exportListChange()836 nListLevelsToBeClosed = rPrevInfo.GetLevel() - rNextInfo.GetLevel(); in exportListChange()839 if ( nListLevelsToBeClosed > 0 && in exportListChange()841 pListElements->Count() >= ( 2 * nListLevelsToBeClosed ) ) in exportListChange()857 --nListLevelsToBeClosed; in exportListChange()858 } while ( nListLevelsToBeClosed > 0 ); in exportListChange()
Completed in 30 milliseconds