Searched refs:OSection (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/reportdesign/source/core/api/ |
H A D | Section.cxx | 67 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 D | Group.cxx | 78 OSection::lcl_copySection(_xSource->getHeader(),m_xHeader); in copyGroup() 84 OSection::lcl_copySection(_xSource->getFooter(),m_xFooter); in copyGroup()
|
H A D | ReportDefinition.cxx | 685 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()
|
/aoo42x/main/reportdesign/source/core/inc/ |
H A D | Section.hxx | 47 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:… 111 …OSection(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 D | Tools.hxx | 45 _xSection = new OSection(_xParent,_xParent->getContext(),_bPageSection); in lcl_createSectionIfNeeded()
|
/aoo42x/main/reportdesign/source/core/sdr/ |
H A D | RptPage.cxx | 118 reportdesign::OSection* pSection = reportdesign::OSection::getImplementation(m_xSection); in RemoveObject() 227 reportdesign::OSection* pSection = reportdesign::OSection::getImplementation(m_xSection); in NbcInsertObject()
|
Completed in 47 milliseconds