Lines Matching refs:XMLTableImportContext
104 class XMLTableImportContext : public SvXMLImportContext class
107 …XMLTableImportContext( const rtl::Reference< XMLTableImport >& xThis, sal_uInt16 nPrfx, const OUSt…
108 virtual ~XMLTableImportContext();
235 return new XMLTableImportContext( xThis, nPrfx, rLName, xColumnRowRange ); in CreateTableContext()
313 XMLTableImportContext::XMLTableImportContext( const rtl::Reference< XMLTableImport >& xImporter, sa… in XMLTableImportContext() function in XMLTableImportContext
326 XMLTableImportContext::~XMLTableImportContext() in ~XMLTableImportContext()
332 SvXMLImportContext * XMLTableImportContext::ImportColumn( sal_uInt16 nPrefix, const OUString& rLoca… in ImportColumn()
395 void XMLTableImportContext::InitColumns() in InitColumns()
433 SvXMLImportContext * XMLTableImportContext::ImportRow( sal_uInt16 nPrefix, const OUString& rLocalNa… in ImportRow()
515 SvXMLImportContext * XMLTableImportContext::ImportCell( sal_uInt16 nPrefix, const OUString& rLocalN… in ImportCell()
550 SvXMLImportContext *XMLTableImportContext::CreateChildContext( sal_uInt16 nPrefix, const OUString& … in CreateChildContext()
572 void XMLTableImportContext::StartElement( const Reference< XAttributeList >& /*xAttrList*/ ) in StartElement()
578 void XMLTableImportContext::EndElement() in EndElement()
603 OUString XMLTableImportContext::GetDefaultCellStyleName() const in GetDefaultCellStyleName()