Searched refs:OXMLMasterFields (Results 1 – 4 of 4) sorted by relevance
/trunk/main/reportdesign/source/filter/xml/ |
H A D | xmlMasterFields.hxx | 31 class OXMLMasterFields : public SvXMLImportContext class 34 OXMLMasterFields(const OXMLMasterFields&); 35 void operator =(const OXMLMasterFields&); 38 OXMLMasterFields( ORptFilter& rImport, sal_uInt16 nPrfx, 42 virtual ~OXMLMasterFields();
|
H A D | xmlMasterFields.cxx | 42 OXMLMasterFields::OXMLMasterFields( ORptFilter& rImport, in DBG_NAME() 83 OXMLMasterFields::~OXMLMasterFields() in ~OXMLMasterFields() 89 SvXMLImportContext* OXMLMasterFields::CreateChildContext( in CreateChildContext() 102 …pContext = new OXMLMasterFields(static_cast<ORptFilter&>(GetImport()), _nPrefix, _rLocalName,xAttr… in CreateChildContext()
|
H A D | xmlSubDocument.cxx | 83 …pContext = new OXMLMasterFields(static_cast<ORptFilter&>(GetImport()), _nPrefix, _rLocalName,xAttr… in _CreateChildContext()
|
H A D | xmlReport.cxx | 159 pContext = new OXMLMasterFields(m_rImport, nPrefix, rLocalName,xAttrList ,this); in CreateChildContext()
|
Completed in 9 milliseconds