Searched refs:mpContexts (Results 1 – 2 of 2) sorted by relevance
425 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()514 mpContexts->Remove( n, 1 ); in ~SvXMLImport()518 delete mpContexts; in ~SvXMLImport()791 sal_uInt16 nCount = mpContexts->Count(); in startElement()839 mpContexts->Insert( pContext, nCount ); in startElement()849 sal_uInt16 nCount = mpContexts->Count(); in endElement()855 mpContexts->Remove( nCount-1, 1 ); in endElement()[all …]
134 SvXMLImportContexts_Impl *mpContexts; member in SvXMLImport
Completed in 35 milliseconds