Lines Matching refs:SvXMLImportContext
42 DBG_NAME(SvXMLImportContext)
43 TYPEINIT0( SvXMLImportContext );
44 SvXMLImportContext::SvXMLImportContext( SvXMLImport& rImp, sal_uInt16 nPrfx, in SvXMLImportContext() function in SvXMLImportContext
51 DBG_CTOR(SvXMLImportContext,NULL); in SvXMLImportContext()
55 SvXMLImportContext::~SvXMLImportContext() in ~SvXMLImportContext()
58 DBG_DTOR(SvXMLImportContext,NULL); in ~SvXMLImportContext()
61 SvXMLImportContext *SvXMLImportContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext()
68 void SvXMLImportContext::StartElement( const uno::Reference< xml::sax::XAttributeList >& ) in StartElement()
72 void SvXMLImportContext::EndElement() in EndElement()
76 void SvXMLImportContext::Characters( const OUString& ) in Characters()
80 void SvXMLImportContext::onDemandRescueUsefulDataFromTemporary( const SvXMLImportContext& ) in onDemandRescueUsefulDataFromTemporary() argument