Lines Matching refs:pElem
844 OUString *pElem = (*pListElements)[pListElements->Count()-1]; in exportListChange() local
847 GetExport().EndElement( *pElem, sal_True ); in exportListChange()
849 delete pElem; in exportListChange()
1003 OUString *pElem = new OUString( in exportListChange() local
1008 GetExport().StartElement( *pElem, sal_False ); in exportListChange()
1012 pListElements->Insert( pElem, pListElements->Count() ); in exportListChange()
1047 pElem = new OUString( GetExport().GetNamespaceMap().GetQNameByKey( in exportListChange()
1051 GetExport().StartElement( *pElem, sal_False ); in exportListChange()
1053 pListElements->Insert( pElem, pListElements->Count() ); in exportListChange()
1086 OUString *pElem = (*pListElements)[pListElements->Count()-1]; in exportListChange() local
1087 GetExport().EndElement( *pElem, sal_True ); in exportListChange()
1090 delete pElem; in exportListChange()
1098 pElem = (*pListElements)[pListElements->Count()-1]; in exportListChange()
1099 GetExport().EndElement( *pElem, sal_True ); in exportListChange()
1101 GetExport().StartElement( *pElem, sal_False ); in exportListChange()
1134 pElem = new OUString( GetExport().GetNamespaceMap().GetQNameByKey( in exportListChange()
1138 GetExport().StartElement( *pElem, sal_False ); in exportListChange()
1140 pListElements->Insert( pElem, pListElements->Count() ); in exportListChange()