Searched refs:nListLevelsToBeOpened (Results 1 – 1 of 1) sorted by relevance
869 sal_Int16 nListLevelsToBeOpened = 0; in exportListChange() local875 nListLevelsToBeOpened = rNextInfo.GetLevel(); in exportListChange()882 nListLevelsToBeOpened = rNextInfo.GetLevel() - rPrevInfo.GetLevel(); in exportListChange()885 if ( nListLevelsToBeOpened > 0 ) in exportListChange()964 ( nListLevelsToBeOpened != 1 || in exportListChange()1023 if ( nListLevelsToBeOpened == 1 ) in exportListChange()1044 eLName = ( rNextInfo.IsNumbered() || nListLevelsToBeOpened > 1 ) in exportListChange()1058 …eLName == XML_LIST_ITEM && nListLevelsToBeOpened == 1 && // last iteration --> last opened <text:l… in exportListChange()1072 --nListLevelsToBeOpened; in exportListChange()1073 } while ( nListLevelsToBeOpened > 0 ); in exportListChange()
Completed in 40 milliseconds