Home
last modified time | relevance | path

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

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