Searched refs:mpContexts (Results 1 – 2 of 2) sorted by relevance
425 mpContexts( new SvXMLImportContexts_Impl ), in SvXMLImport()454 mpContexts( new SvXMLImportContexts_Impl ), in SvXMLImport()485 mpContexts( new SvXMLImportContexts_Impl ), in SvXMLImport()508 if( mpContexts ) in ~SvXMLImport()510 while( mpContexts->Count() ) in ~SvXMLImport()512 sal_uInt16 n = mpContexts->Count() - 1; in ~SvXMLImport()513 SvXMLImportContext *pContext = (*mpContexts)[n]; in ~SvXMLImport()514 mpContexts->Remove( n, 1 ); in ~SvXMLImport()518 delete mpContexts; in ~SvXMLImport()791 sal_uInt16 nCount = mpContexts->Count(); in startElement()[all …]
134 SvXMLImportContexts_Impl *mpContexts; member in SvXMLImport