Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/text/
H A Dtxtparae.cxx869 sal_Int16 nListLevelsToBeOpened = 0; in exportListChange() local
875 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 29 milliseconds