Searched refs:OReportPage (Results 1 – 13 of 13) sorted by relevance
34 TYPEINIT1( OReportPage, SdrPage );38 OReportPage::OReportPage( OReportModel& _rModel in DBG_NAME()51 OReportPage::OReportPage( const OReportPage& rPage ) in OReportPage() function in rptui::OReportPage63 OReportPage::~OReportPage() in ~OReportPage()70 SdrPage* OReportPage::Clone() const in Clone()73 return new OReportPage( *this ); in Clone()108 SdrObject* OReportPage::RemoveObject(sal_uLong nObjNum) in RemoveObject()162 uno::Reference< report::XSection > OReportPage::getSection() const in getSection()167 uno::Reference< uno::XInterface > OReportPage::createUnoPage() in createUnoPage()172 void OReportPage::removeTempObject(SdrObject *_pToRemoveObj) in removeTempObject()[all …]
131 OReportPage* pPage = dynamic_cast<OReportPage*>(SdrModel::RemovePage(nPgNum)); in RemovePage()139 OReportPage* OReportModel::createNewPage(const uno::Reference< report::XSection >& _xSection) in createNewPage()141 OReportPage* pPage = new OReportPage( *this ,_xSection); in createNewPage()147 OReportPage* OReportModel::getPage(const uno::Reference< report::XSection >& _xSection) in getPage()149 OReportPage* pPage = NULL; in getPage()153 OReportPage* pRptPage = PTR_CAST( OReportPage, GetPage(i) ); in getPage()
161 void OXUndoEnvironment::RemoveSection(OReportPage* _pPage) in RemoveSection()195 OReportPage* pPage = PTR_CAST( OReportPage, m_pImpl->m_rModel.GetPage(i) ); in Clear()202 OReportPage* pPage = PTR_CAST( OReportPage, m_pImpl->m_rModel.GetMasterPage(i) ); in Clear()421 …OReportPage* pPage = m_pImpl->m_rModel.getPage(uno::Reference< report::XSection>(*aFind,uno::UNO_Q… in elementInserted()491 …OReportPage* pPage = m_pImpl->m_rModel.getPage(uno::Reference< report::XSection >( *aFind, uno::UN… in elementRemoved()
344 OReportPage* pPage = dynamic_cast<OReportPage*>(GetImplPage()); in getSection()407 OReportPage* pPage = dynamic_cast<OReportPage*>(GetImplPage()); in SetPropsFromRect()
40 class REPORTDESIGN_DLLPUBLIC OReportPage : public SdrPage class47 OReportPage(const OReportPage&);53 virtual ~OReportPage();60 OReportPage( OReportModel& rModel
46 class OReportPage;51 friend class OReportPage;82 …OReportPage* createNewPage(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSect…89 …OReportPage* getPage(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >&…
74 class OReportPage;143 friend class OReportPage;183 friend class OReportPage;230 friend class OReportPage;
111 void RemoveSection(OReportPage* _pPage);
41 class OReportPage; 50 OReportPage* m_pPage;124 inline OReportPage* getPage() const { return m_pPage; } in getPage()
50 class OReportPage;
244 OReportPage *pPage = pModel->getPage(xSection); in getXControl()
177 OReportPage *pPage = pModel->getPage(xSection); in getVclWindowPeer()
1738 …const OReportPage* pPage = dynamic_cast<OReportPage*>(m_aReportModel->GetPage(static_cast<sal_uInt… in impl_initialize()
Completed in 68 milliseconds