Home
last modified time | relevance | path

Searched refs:OReportWindow (Results 1 – 11 of 11) sorted by relevance

/AOO42X/main/reportdesign/source/ui/report/
H A DReportWindow.cxx63 OReportWindow::OReportWindow(OScrollWindowHelper* _pParent,ODesignView* _pView) in DBG_NAME()
92 OReportWindow::~OReportWindow() in ~OReportWindow()
99 void OReportWindow::initialize() in initialize()
104 void OReportWindow::SetInsertObj( sal_uInt16 eObj,const ::rtl::OUString& _sShapeType ) in SetInsertObj()
110 rtl::OUString OReportWindow::GetInsertObjString() const in GetInsertObjString()
115 void OReportWindow::SetMode( DlgEdMode eNewMode ) in SetMode()
120 void OReportWindow::removeSection(sal_uInt16 _nPosition) in removeSection()
128 void OReportWindow::addSection(const uno::Reference< report::XSection >& _xSection,const ::rtl::OUS… in addSection()
138 void OReportWindow::toggleGrid(sal_Bool _bVisible) in toggleGrid()
143 void OReportWindow::showRuler(sal_Bool _bShow) in showRuler()
[all …]
H A DReportRuler.cxx31 OReportRuler::OReportRuler(Window* _pParent,OReportWindow* _pReportWindow,const uno::Reference< rep… in DBG_NAME()
H A DSectionView.cxx45 OSectionView::OSectionView( SdrModel* pModel, OReportSection* _pSectionWindow, OReportWindow* pEdit… in DBG_NAME()
H A Ddlgedfunc.cxx83 OReportWindow* pReportWindow = m_pParent->getSectionWindow()->getViewsWindow()->getView(); in ForceScroll()
H A DViewsWindow.cxx177 OViewsWindow::OViewsWindow( OReportWindow* _pReportWindow) in OViewsWindow()
/AOO42X/main/reportdesign/source/ui/inc/
H A DReportWindow.hxx54 class OReportWindow : public Window class
72 OReportWindow(OReportWindow&);
73 void operator =(OReportWindow&);
79 OReportWindow(OScrollWindowHelper* _pParent,ODesignView* _pView);
80 virtual ~OReportWindow();
H A DReportRuler.hxx32 class OReportWindow;
36 OReportWindow* m_pParent;
41 …OReportRuler(Window* _pParent,OReportWindow* _pReportWindowt,const ::com::sun::star::uno::Referenc…
48 inline OReportWindow* getView() const { return m_pParent; } in getView()
H A DSectionView.hxx31 class OReportWindow;
41 OReportWindow* m_pReportWindow;
50 OSectionView( SdrModel* pModel, OReportSection* _pSectionWindow, OReportWindow* pEditor );
H A DViewsWindow.hxx48 class OReportWindow;
137 OReportWindow* m_pParent;
162 OReportWindow* _pReportWindow);
174 inline OReportWindow* getView() const { return m_pParent; } in getView()
H A DScrollHelper.hxx43 class OReportWindow;
63 OReportWindow m_aReportWindow;
90 inline const OReportWindow& getReportWindow() const { return m_aReportWindow; } in getReportWindow()
H A DSectionWindow.hxx49 class OReportWindow;