Home
last modified time | relevance | path

Searched refs:OXMLSection (Results 1 – 4 of 4) sorted by relevance

/trunk/main/reportdesign/source/filter/xml/
H A DxmlSection.hxx33 class OXMLSection : public SvXMLImportContext class
40 OXMLSection(const OXMLSection&);
41 void operator =(const OXMLSection&);
44 OXMLSection( ORptFilter& rImport
50 virtual ~OXMLSection();
H A DxmlSection.cxx66 OXMLSection::OXMLSection( ORptFilter& rImport, in DBG_NAME()
116 OXMLSection::~OXMLSection() in ~OXMLSection()
122 SvXMLImportContext* OXMLSection::CreateChildContext( in CreateChildContext()
147 ORptFilter& OXMLSection::GetOwnImport() in GetOwnImport()
H A DxmlReport.cxx165 …pContext = new OXMLSection( m_rImport, nPrefix, rLocalName,xAttrList ,m_xComponent->getReportHeade… in CreateChildContext()
172 …pContext = new OXMLSection( m_rImport, nPrefix, rLocalName,xAttrList ,m_xComponent->getPageHeader(… in CreateChildContext()
182 … pContext = new OXMLSection( m_rImport, nPrefix, rLocalName,xAttrList ,m_xComponent->getDetail()); in CreateChildContext()
189 …pContext = new OXMLSection( m_rImport, nPrefix, rLocalName,xAttrList ,m_xComponent->getPageFooter(… in CreateChildContext()
196 …pContext = new OXMLSection( m_rImport, nPrefix, rLocalName,xAttrList ,m_xComponent->getReportFoote… in CreateChildContext()
H A DxmlGroup.cxx224 pContext = new OXMLSection( rImport, nPrefix, rLocalName,xAttrList,m_xGroup->getHeader()); in CreateChildContext()
235 pContext = new OXMLSection( rImport, nPrefix, rLocalName,xAttrList ,m_xComponent->getDetail()); in CreateChildContext()
243 pContext = new OXMLSection( rImport, nPrefix, rLocalName,xAttrList,m_xGroup->getFooter()); in CreateChildContext()

Completed in 20 milliseconds