Home
last modified time | relevance | path

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

/AOO41X/main/xmloff/source/text/
H A Dtxtparae.cxx838 pListElements && in exportListChange()
839 pListElements->Count() >= ( 2 * nListLevelsToBeClosed ) ) in exportListChange()
844 OUString *pElem = (*pListElements)[pListElements->Count()-1]; in exportListChange()
845 pListElements->Remove( pListElements->Count()-1 ); in exportListChange()
1010 if( !pListElements ) in exportListChange()
1011 pListElements = new OUStrings_Impl; in exportListChange()
1012 pListElements->Insert( pElem, pListElements->Count() ); in exportListChange()
1053 pListElements->Insert( pElem, pListElements->Count() ); in exportListChange()
1083 DBG_ASSERT( pListElements && pListElements->Count() >= 2, in exportListChange()
1086 OUString *pElem = (*pListElements)[pListElements->Count()-1]; in exportListChange()
[all …]
/AOO41X/main/xmloff/inc/xmloff/
H A Dtxtparae.hxx89 OUStrings_Impl *pListElements; member in XMLTextParagraphExport