LibreOffice Module reportdesign (master) 1
|
#include <MarkedSection.hxx>
Public Member Functions | |
virtual OSectionWindow * | getMarkedSection (NearSectionAccess nsa=CURRENT) const =0 |
returns the section which is currently marked. More... | |
virtual void | markSection (const sal_uInt16 _nPos)=0 |
mark the section on the given position . More... | |
Protected Member Functions | |
~IMarkedSection () | |
Definition at line 36 of file MarkedSection.hxx.
|
inlineprotected |
Definition at line 50 of file MarkedSection.hxx.
|
pure virtual |
returns the section which is currently marked.
Implemented in rptui::ODesignView, rptui::OReportWindow, rptui::OScrollWindowHelper, and rptui::OViewsWindow.
|
pure virtual |
mark the section on the given position .
_nPos | the position is zero based. |
Implemented in rptui::ODesignView, rptui::OReportWindow, rptui::OScrollWindowHelper, and rptui::OViewsWindow.