Searched refs:pListElements (Results 1 – 2 of 2) sorted by relevance
840 pListElements && in exportListChange()841 pListElements->Count() >= ( 2 * nListLevelsToBeClosed ) ) in exportListChange()846 OUString *pElem = (*pListElements)[pListElements->Count()-1]; in exportListChange()847 pListElements->Remove( pListElements->Count()-1 ); in exportListChange()1012 if( !pListElements ) in exportListChange()1013 pListElements = new OUStrings_Impl; in exportListChange()1014 pListElements->Insert( pElem, pListElements->Count() ); in exportListChange()1055 pListElements->Insert( pElem, pListElements->Count() ); in exportListChange()1085 DBG_ASSERT( pListElements && pListElements->Count() >= 2, in exportListChange()1088 OUString *pElem = (*pListElements)[pListElements->Count()-1]; in exportListChange()[all …]
89 OUStrings_Impl *pListElements; member in XMLTextParagraphExport