Searched refs:nListLevelsToBeOpened (Results 1 – 1 of 1) sorted by relevance
871 sal_Int16 nListLevelsToBeOpened = 0; in exportListChange() local877 nListLevelsToBeOpened = rNextInfo.GetLevel(); in exportListChange()884 nListLevelsToBeOpened = rNextInfo.GetLevel() - rPrevInfo.GetLevel(); in exportListChange()887 if ( nListLevelsToBeOpened > 0 ) in exportListChange()966 ( nListLevelsToBeOpened != 1 || in exportListChange()1025 if ( nListLevelsToBeOpened == 1 ) in exportListChange()1046 eLName = ( rNextInfo.IsNumbered() || nListLevelsToBeOpened > 1 ) in exportListChange()1060 …eLName == XML_LIST_ITEM && nListLevelsToBeOpened == 1 && // last iteration --> last opened <text:l… in exportListChange()1074 --nListLevelsToBeOpened; in exportListChange()1075 } while ( nListLevelsToBeOpened > 0 ); in exportListChange()
Completed in 28 milliseconds