Home
last modified time | relevance | path

Searched refs:nListLevelsToBeOpened (Results 1 – 1 of 1) sorted by relevance

/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx871 sal_Int16 nListLevelsToBeOpened = 0; in exportListChange() local
877 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