Home
last modified time | relevance | path

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

/AOO41X/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx177 OViewsWindow::OViewsWindow( OReportWindow* _pReportWindow) in OViewsWindow() function in rptui::OViewsWindow
190 OViewsWindow::~OViewsWindow() in ~OViewsWindow()
198 void OViewsWindow::initialize() in initialize()
203 void OViewsWindow::impl_resizeSectionWindow(OSectionWindow& _rSectionWindow,Point& _rStartPoint,boo… in impl_resizeSectionWindow()
225 void OViewsWindow::resize(const OSectionWindow& _rSectionWindow) in resize()
258 void OViewsWindow::Resize() in Resize()
275 void OViewsWindow::Paint( const Rectangle& rRect ) in Paint()
291 void OViewsWindow::ImplInitSettings() in ImplInitSettings()
299 void OViewsWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
311 void OViewsWindow::addSection(const uno::Reference< report::XSection >& _xSection,const ::rtl::OUSt… in addSection()
[all …]
H A DSectionWindow.cxx55 OSectionWindow::OSectionWindow( OViewsWindow* _pParent,const uno::Reference< report::XSection >& _x… in DBG_NAME()
H A Dpropbrw.cxx543 OViewsWindow* pViews = m_pView->getReportSection()->getSectionWindow()->getViewsWindow(); in Update()
/AOO41X/main/reportdesign/source/ui/inc/
H A DSectionWindow.hxx51 class OViewsWindow;
56 OViewsWindow* m_pParent;
102 OSectionWindow( OViewsWindow* _pParent
110 inline OViewsWindow* getViewsWindow() { return m_pParent; } in getViewsWindow()
124 OViewsWindow* getViewsWindow() const { return m_pParent; } in getViewsWindow()
H A DViewsWindow.hxx112 class OViewsWindow : public Window class
150 OViewsWindow(OViewsWindow&);
151 void operator =(OViewsWindow&);
161 OViewsWindow(
163 virtual ~OViewsWindow();
H A DReportWindow.hxx62 OViewsWindow m_aViewsWindow;