Searched refs:mpContexts (Results 1 – 2 of 2) sorted by relevance
423 mpContexts( new SvXMLImportContexts_Impl ), in SvXMLImport()452 mpContexts( new SvXMLImportContexts_Impl ), in SvXMLImport()483 mpContexts( new SvXMLImportContexts_Impl ), in SvXMLImport()506 if( mpContexts ) in ~SvXMLImport()508 while( mpContexts->Count() ) in ~SvXMLImport()510 sal_uInt16 n = mpContexts->Count() - 1; in ~SvXMLImport()511 SvXMLImportContext *pContext = (*mpContexts)[n]; in ~SvXMLImport()512 mpContexts->Remove( n, 1 ); in ~SvXMLImport()516 delete mpContexts; in ~SvXMLImport()789 sal_uInt16 nCount = mpContexts->Count(); in startElement()[all …]
134 SvXMLImportContexts_Impl *mpContexts; member in SvXMLImport