Home
last modified time | relevance | path

Searched refs:OReportPage (Results 1 – 13 of 13) sorted by relevance

/trunk/main/reportdesign/source/core/sdr/
H A DRptPage.cxx35 TYPEINIT1( OReportPage, SdrPage );
39 OReportPage::OReportPage( OReportModel& _rModel in DBG_NAME()
52 OReportPage::OReportPage( const OReportPage& rPage ) in OReportPage() function in rptui::OReportPage
64 OReportPage::~OReportPage() in ~OReportPage()
71 SdrPage* OReportPage::Clone() const in Clone()
74 return new OReportPage( *this ); in Clone()
109 SdrObject* OReportPage::RemoveObject(sal_uLong nObjNum) in RemoveObject()
163 uno::Reference< report::XSection > OReportPage::getSection() const in getSection()
168 uno::Reference< uno::XInterface > OReportPage::createUnoPage() in createUnoPage()
173 void OReportPage::removeTempObject(SdrObject *_pToRemoveObj) in removeTempObject()
[all …]
H A DRptModel.cxx131 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()
H A DUndoEnv.cxx161 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()
421OReportPage* pPage = m_pImpl->m_rModel.getPage(uno::Reference< report::XSection>(*aFind,uno::UNO_Q… in elementInserted()
491OReportPage* pPage = m_pImpl->m_rModel.getPage(uno::Reference< report::XSection >( *aFind, uno::UN… in elementRemoved()
H A DRptObject.cxx344 OReportPage* pPage = dynamic_cast<OReportPage*>(GetImplPage()); in getSection()
407 OReportPage* pPage = dynamic_cast<OReportPage*>(GetImplPage()); in SetPropsFromRect()
/trunk/main/reportdesign/inc/
H A DRptPage.hxx40 class REPORTDESIGN_DLLPUBLIC OReportPage : public SdrPage class
47 OReportPage(const OReportPage&);
53 virtual ~OReportPage();
60 OReportPage( OReportModel& rModel
H A DRptModel.hxx46 class OReportPage;
51 friend class OReportPage;
82OReportPage* createNewPage(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSect…
89OReportPage* getPage(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >&…
H A DRptObject.hxx74 class OReportPage;
143 friend class OReportPage;
183 friend class OReportPage;
230 friend class OReportPage;
H A DUndoEnv.hxx111 void RemoveSection(OReportPage* _pPage);
/trunk/main/reportdesign/source/ui/inc/
H A DReportSection.hxx41 class OReportPage;
50 OReportPage* m_pPage;
124 inline OReportPage* getPage() const { return m_pPage; } in getPage()
H A DReportWindow.hxx50 class OReportPage;
/trunk/main/reportdesign/source/ui/report/
H A DFormattedFieldBeautifier.cxx177 OReportPage *pPage = pModel->getPage(xSection); in getVclWindowPeer()
H A DFixedTextColor.cxx244 OReportPage *pPage = pModel->getPage(xSection); in getXControl()
H A DReportController.cxx1738 …const OReportPage* pPage = dynamic_cast<OReportPage*>(m_aReportModel->GetPage(static_cast<sal_uInt… in impl_initialize()

Completed in 185 milliseconds