Lines Matching refs:SvXMLImportContext

309 		SvXMLImportContext( rImport, XML_NAMESPACE_TABLE, rLName ),  in SchXMLTableContext()
325 SvXMLImportContext *SchXMLTableContext::CreateChildContext( in CreateChildContext()
330 SvXMLImportContext* pContext = 0; in CreateChildContext()
358 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
512 SvXMLImportContext( rImport, XML_NAMESPACE_TABLE, rLocalName ), in SchXMLTableColumnsContext()
522 SvXMLImportContext* SchXMLTableColumnsContext::CreateChildContext( in CreateChildContext()
527 SvXMLImportContext* pContext = 0; in CreateChildContext()
535 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
549 SvXMLImportContext( rImport, XML_NAMESPACE_TABLE, rLocalName ), in SchXMLTableColumnContext()
617 SvXMLImportContext( rImport, XML_NAMESPACE_TABLE, rLocalName ), in SchXMLTableRowsContext()
627 SvXMLImportContext* SchXMLTableRowsContext::CreateChildContext( in CreateChildContext()
632 SvXMLImportContext* pContext = 0; in CreateChildContext()
641 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
656 SvXMLImportContext( rImport, XML_NAMESPACE_TABLE, rLocalName ), in SchXMLTableRowContext()
673 SvXMLImportContext* SchXMLTableRowContext::CreateChildContext( in CreateChildContext()
678 SvXMLImportContext* pContext = 0; in CreateChildContext()
688 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
697 class SchXMLRangeSomewhereContext : public SvXMLImportContext
715 virtual SvXMLImportContext* CreateChildContext(
738 SvXMLImportContext( rImport, XML_NAMESPACE_TABLE, rLocalName ), in SchXMLTableCellContext()
799 SvXMLImportContext* SchXMLTableCellContext::CreateChildContext( in CreateChildContext()
804 SvXMLImportContext* pContext = 0; in CreateChildContext()
829 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
1221 SvXMLImportContext( rImport, nPrefix, rLocalName ), in SchXMLRangeSomewhereContext()
1230 SvXMLImportContext* SchXMLRangeSomewhereContext::CreateChildContext( in CreateChildContext()
1240 return new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()