Searched refs:nListLevelsToBeClosed (Results 1 – 1 of 1) sorted by relevance
821 sal_Int16 nListLevelsToBeClosed = 0; in exportListChange() local827 nListLevelsToBeClosed = rPrevInfo.GetLevel(); in exportListChange()834 nListLevelsToBeClosed = rPrevInfo.GetLevel() - rNextInfo.GetLevel(); in exportListChange()837 if ( nListLevelsToBeClosed > 0 && in exportListChange()839 pListElements->Count() >= ( 2 * nListLevelsToBeClosed ) ) in exportListChange()855 --nListLevelsToBeClosed; in exportListChange()856 } while ( nListLevelsToBeClosed > 0 ); in exportListChange()
Completed in 51 milliseconds