LibreOffice Module editeng (master) 1
|
#include <outliner.hxx>
Public Member Functions | |
ParaRange (sal_Int32 nS, sal_Int32 nE) | |
void | Adjust () |
Public Attributes | |
sal_Int32 | nStartPara |
sal_Int32 | nEndPara |
Definition at line 161 of file outliner.hxx.
|
inline |
Definition at line 166 of file outliner.hxx.
|
inline |
Definition at line 171 of file outliner.hxx.
References nEndPara, and nStartPara.
Referenced by OutlinerView::ImpGetSelectedParagraphs().
sal_Int32 ParaRange::nEndPara |
Definition at line 164 of file outliner.hxx.
Referenced by Adjust(), OutlinerView::Collapse(), OutlinerView::CreateSelectionList(), OutlinerView::Expand(), OutlinerView::ImpGetSelectedParagraphs(), OutlinerView::Indent(), OutlinerView::SetAttribs(), and OutlinerView::SetStyleSheet().
sal_Int32 ParaRange::nStartPara |
Definition at line 163 of file outliner.hxx.
Referenced by Adjust(), OutlinerView::Collapse(), OutlinerView::CreateSelectionList(), OutlinerView::Expand(), OutlinerView::Indent(), OutlinerView::SetAttribs(), and OutlinerView::SetStyleSheet().