Lines Matching refs:SvXMLImportContext

99 	public SvXMLImportContext
105 SvXMLImportContext( rImport, nPrfx, rLName ) in ConvDicXMLImportContext()
121 …virtual SvXMLImportContext * CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, c…
142 …virtual SvXMLImportContext * CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, c…
169 …virtual SvXMLImportContext * CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, c…
195 …virtual SvXMLImportContext * CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, c…
219 SvXMLImportContext * ConvDicXMLImportContext::CreateChildContext( in CreateChildContext()
223 SvXMLImportContext *pContext = 0; in CreateChildContext()
227 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
259 SvXMLImportContext * ConvDicXMLDictionaryContext_Impl::CreateChildContext( in CreateChildContext()
263 SvXMLImportContext *pContext = 0; in CreateChildContext()
267 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
273 SvXMLImportContext * ConvDicXMLEntryTextContext_Impl::CreateChildContext( in CreateChildContext()
277 SvXMLImportContext *pContext = 0; in CreateChildContext()
281 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
306 SvXMLImportContext * ConvDicXMLRightTextContext_Impl::CreateChildContext( in CreateChildContext()
311 SvXMLImportContext *pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
437 SvXMLImportContext * ConvDicXMLImport::CreateContext( in CreateContext()
442 SvXMLImportContext *pContext = 0; in CreateContext()
446 pContext = new SvXMLImportContext( *this, nPrefix, rLocalName ); in CreateContext()