Home
last modified time | relevance | path

Searched refs:OSection (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/reportdesign/source/core/api/
H A DSection.cxx66 OSection::OSection( const uno::Reference< report::XGroup >& _xParent in OSection() function in reportdesign::OSection
115 OSection::OSection(const uno::Reference< report::XReportDefinition >& _xParent in OSection() function in reportdesign::OSection
143 OSection::~OSection() in ~OSection()
151 IMPLEMENT_FORWARD_REFCOUNT( OSection, SectionBase ) in IMPLEMENT_FORWARD_REFCOUNT() argument
153 uno::Any SAL_CALL OSection::queryInterface( const uno::Type& _rType ) throw (uno::RuntimeException) in IMPLEMENT_FORWARD_REFCOUNT()
166 void SAL_CALL OSection::dispose() throw(uno::RuntimeException) in dispose()
176 void SAL_CALL OSection::disposing() in disposing()
205 ::rtl::OUString SAL_CALL OSection::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()
210 uno::Sequence< ::rtl::OUString> OSection::getSupportedServiceNames_Static(void) throw( uno::Runtime… in getSupportedServiceNames_Static()
217 uno::Sequence< ::rtl::OUString> SAL_CALL OSection::getSupportedServiceNames() throw(uno::RuntimeExc… in getSupportedServiceNames()
[all …]
H A DGroup.cxx77 OSection::lcl_copySection(_xSource->getHeader(),m_xHeader); in copyGroup()
83 OSection::lcl_copySection(_xSource->getFooter(),m_xFooter); in copyGroup()
H A DReportDefinition.cxx685 m_pImpl->m_xDetail = new OSection(this,m_aProps->m_xContext); in DBG_NAME()
706 m_pImpl->m_xDetail = new OSection(this,m_aProps->m_xContext); in OReportDefinition()
727 m_pImpl->m_xDetail = new OSection(this,m_aProps->m_xContext); in OReportDefinition()
728 OSection::lcl_copySection(_rCopy.m_pImpl->m_xDetail,m_pImpl->m_xDetail); in OReportDefinition()
734 OSection::lcl_copySection(_rCopy.m_pImpl->m_xPageHeader,m_pImpl->m_xPageHeader); in OReportDefinition()
735 OSection::lcl_copySection(_rCopy.m_pImpl->m_xPageFooter,m_pImpl->m_xPageFooter); in OReportDefinition()
736 OSection::lcl_copySection(_rCopy.m_pImpl->m_xReportHeader,m_pImpl->m_xReportHeader); in OReportDefinition()
737 OSection::lcl_copySection(_rCopy.m_pImpl->m_xReportFooter,m_pImpl->m_xReportFooter); in OReportDefinition()
/AOO41X/main/reportdesign/source/core/inc/
H A DSection.hxx47 class OSection : public comphelper::OMutexAndBroadcastHelper, class
73 OSection(const OSection&);
74 OSection& operator=(const OSection&);
101 virtual ~OSection();
109 …typedef ::comphelper::ImplementationReference< OSection ,::com::sun::star::report::XSection,::com:…
111OSection(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition >& _x…
113OSection(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroup >& _xParent
194 …static OSection* getImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::uno:…
H A DTools.hxx45 _xSection = new OSection(_xParent,_xParent->getContext(),_bPageSection); in lcl_createSectionIfNeeded()
/AOO41X/main/reportdesign/source/core/sdr/
H A DRptPage.cxx117 reportdesign::OSection* pSection = reportdesign::OSection::getImplementation(m_xSection); in RemoveObject()
226 reportdesign::OSection* pSection = reportdesign::OSection::getImplementation(m_xSection); in NbcInsertObject()