Searched refs:markSection (Results 1 – 11 of 11) sorted by relevance
312 void OScrollWindowHelper::markSection(const sal_uInt16 _nPos) in markSection() function in rptui::OScrollWindowHelper314 m_aReportWindow.markSection(_nPos); in markSection()
344 void OReportWindow::markSection(const sal_uInt16 _nPos) in markSection() function in rptui::OReportWindow347 m_aViewsWindow.markSection(_nPos); in markSection()
648 void ODesignView::markSection(const sal_uInt16 _nPos) in markSection() function in rptui::ODesignView650 m_aScrollWindow.markSection(_nPos); in markSection()
1169 markSection(true); in Execute()1172 markSection(false); in Execute()3982 void OReportController::markSection(const bool _bNext) in markSection() function in OReportController3995 getDesignView()->markSection(_bNext ? 0 : getDesignView()->getSectionCount() - 1); in markSection()
500 void OViewsWindow::markSection(const sal_uInt16 _nPos) in markSection() function in rptui::OViewsWindow
51 virtual void markSection(const sal_uInt16 _nPos) = 0;
198 virtual void markSection(const sal_uInt16 _nPos);
185 virtual void markSection(const sal_uInt16 _nPos);
233 virtual void markSection(const sal_uInt16 _nPos);
269 virtual void markSection(const sal_uInt16 _nPos);
284 void markSection(const bool _bNext);
Completed in 63 milliseconds