Lines Matching refs:pElem
846 OUString *pElem = (*pListElements)[pListElements->Count()-1]; in exportListChange() local
849 GetExport().EndElement( *pElem, sal_True ); in exportListChange()
851 delete pElem; in exportListChange()
1005 OUString *pElem = new OUString( in exportListChange() local
1010 GetExport().StartElement( *pElem, sal_False ); in exportListChange()
1014 pListElements->Insert( pElem, pListElements->Count() ); in exportListChange()
1049 pElem = new OUString( GetExport().GetNamespaceMap().GetQNameByKey( in exportListChange()
1053 GetExport().StartElement( *pElem, sal_False ); in exportListChange()
1055 pListElements->Insert( pElem, pListElements->Count() ); in exportListChange()
1088 OUString *pElem = (*pListElements)[pListElements->Count()-1]; in exportListChange() local
1089 GetExport().EndElement( *pElem, sal_True ); in exportListChange()
1092 delete pElem; in exportListChange()
1100 pElem = (*pListElements)[pListElements->Count()-1]; in exportListChange()
1101 GetExport().EndElement( *pElem, sal_True ); in exportListChange()
1103 GetExport().StartElement( *pElem, sal_False ); in exportListChange()
1136 pElem = new OUString( GetExport().GetNamespaceMap().GetQNameByKey( in exportListChange()
1140 GetExport().StartElement( *pElem, sal_False ); in exportListChange()
1142 pListElements->Insert( pElem, pListElements->Count() ); in exportListChange()