Home
last modified time | relevance | path

Searched refs:mpContexts (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx423 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 …]
/trunk/main/xmloff/inc/xmloff/
H A Dxmlimp.hxx134 SvXMLImportContexts_Impl *mpContexts; member in SvXMLImport