Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/ui/report/
H A DScrollHelper.cxx312 void OScrollWindowHelper::markSection(const sal_uInt16 _nPos) in markSection() function in rptui::OScrollWindowHelper
314 m_aReportWindow.markSection(_nPos); in markSection()
H A DReportWindow.cxx344 void OReportWindow::markSection(const sal_uInt16 _nPos) in markSection() function in rptui::OReportWindow
347 m_aViewsWindow.markSection(_nPos); in markSection()
H A DDesignView.cxx648 void ODesignView::markSection(const sal_uInt16 _nPos) in markSection() function in rptui::ODesignView
650 m_aScrollWindow.markSection(_nPos); in markSection()
H A DReportController.cxx1169 markSection(true); in Execute()
1172 markSection(false); in Execute()
3982 void OReportController::markSection(const bool _bNext) in markSection() function in OReportController
3995 getDesignView()->markSection(_bNext ? 0 : getDesignView()->getSectionCount() - 1); in markSection()
H A DViewsWindow.cxx500 void OViewsWindow::markSection(const sal_uInt16 _nPos) in markSection() function in rptui::OViewsWindow
/trunk/main/reportdesign/source/ui/inc/
H A DMarkedSection.hxx51 virtual void markSection(const sal_uInt16 _nPos) = 0;
H A DReportWindow.hxx198 virtual void markSection(const sal_uInt16 _nPos);
H A DScrollHelper.hxx185 virtual void markSection(const sal_uInt16 _nPos);
H A DDesignView.hxx233 virtual void markSection(const sal_uInt16 _nPos);
H A DViewsWindow.hxx269 virtual void markSection(const sal_uInt16 _nPos);
H A DReportController.hxx284 void markSection(const bool _bNext);

Completed in 76 milliseconds