Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/core/api/
H A DSection.cxx67 OSection::OSection( const uno::Reference< report::XGroup >& _xParent in OSection() function in reportdesign::OSection
116 OSection::OSection(const uno::Reference< report::XReportDefinition >& _xParent in OSection() function in reportdesign::OSection
144 OSection::~OSection() in ~OSection()
152 IMPLEMENT_FORWARD_REFCOUNT( OSection, SectionBase ) in IMPLEMENT_FORWARD_REFCOUNT() argument
167 void SAL_CALL OSection::dispose() throw(uno::RuntimeException) in dispose()
177 void SAL_CALL OSection::disposing() in disposing()
228 void OSection::init() in init()
335 void OSection::checkNotPageHeaderFooter() in checkNotPageHeaderFooter()
674 OSection* OSection::getImplementation( const uno::Reference< uno::XInterface >& _rxComponent ) in getImplementation()
676 OSection* pContent( NULL ); in getImplementation()
[all …]
H A DGroup.cxx78 OSection::lcl_copySection(_xSource->getHeader(),m_xHeader); in copyGroup()
84 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()
/trunk/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…
113 OSection(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()
/trunk/main/reportdesign/source/core/sdr/
H A DRptPage.cxx118 reportdesign::OSection* pSection = reportdesign::OSection::getImplementation(m_xSection); in RemoveObject()
227 reportdesign::OSection* pSection = reportdesign::OSection::getImplementation(m_xSection); in NbcInsertObject()

Completed in 46 milliseconds