Lines Matching refs:SvXMLImportContext
76 class XMLProxyContext : public SvXMLImportContext
81 …virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, co…
104 class XMLTableImportContext : public SvXMLImportContext
110 …virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, co…
118 …SvXMLImportContext * ImportColumn( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference…
119 …SvXMLImportContext * ImportRow( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< X…
120 …SvXMLImportContext * ImportCell( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< …
141 class XMLCellImportContext : public SvXMLImportContext
152 …virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, co…
175 …virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, co…
191 : SvXMLImportContext( rImport, nPrfx, rLName ) in XMLProxyContext()
198 SvXMLImportContext * XMLProxyContext::CreateChildContext( sal_uInt16 nPrefix, const OUString& rLoca… in CreateChildContext()
203 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
232 SvXMLImportContext* XMLTableImport::CreateTableContext( sal_uInt16 nPrfx, const OUString& rLName, R… in CreateTableContext()
314 : SvXMLImportContext( xImporter->mrImport, nPrfx, rLName ) in XMLTableImportContext()
332 SvXMLImportContext * XMLTableImportContext::ImportColumn( sal_uInt16 nPrefix, const OUString& rLoca… in ImportColumn()
390 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList); in ImportColumn()
433 SvXMLImportContext * XMLTableImportContext::ImportRow( sal_uInt16 nPrefix, const OUString& rLocalNa… in ImportRow()
515 SvXMLImportContext * XMLTableImportContext::ImportCell( sal_uInt16 nPrefix, const OUString& rLocalN… in ImportCell()
545 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList); in ImportCell()
550 SvXMLImportContext *XMLTableImportContext::CreateChildContext( sal_uInt16 nPrefix, const OUString& … in CreateChildContext()
567 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList); in CreateChildContext()
619 : SvXMLImportContext( rImport, nPrfx, rLName ) in XMLCellImportContext()
696 SvXMLImportContext * XMLCellImportContext::CreateChildContext( sal_uInt16 nPrefix, const OUString& … in CreateChildContext()
717 SvXMLImportContext * pContext = 0; in CreateChildContext()
728 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList); in CreateChildContext()
795 SvXMLImportContext * XMLTableTemplateContext::CreateChildContext( sal_uInt16 nPrefix, const OUStrin… in CreateChildContext()
819 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()