LibreOffice Module editeng (master) 1
|
Extends TextHint by two additional parameters which are necessary for the SfxHintId::EditSourceParasMoved hint. More...
#include <unoedhlp.hxx>
Public Member Functions | |
SvxEditSourceHint (SfxHintId nId) | |
SvxEditSourceHint (SfxHintId nId, sal_Int32 nValue, sal_Int32 nStart, sal_Int32 nEnd) | |
sal_Int32 | GetStartValue () const |
sal_Int32 | GetEndValue () const |
sal_Int32 | GetValue () const |
Public Member Functions inherited from TextHint | |
TextHint (SfxHintId nId) | |
TextHint (SfxHintId nId, sal_Int32 nValue) | |
sal_Int32 | GetValue () const |
Private Attributes | |
sal_Int32 | mnStart |
sal_Int32 | mnEnd |
Extends TextHint by two additional parameters which are necessary for the SfxHintId::EditSourceParasMoved hint.
TextHint's value in this case denotes the destination position, the two parameters the start and the end of the moved paragraph range.
Definition at line 37 of file unoedhlp.hxx.
SvxEditSourceHint::SvxEditSourceHint | ( | SfxHintId | nId | ) |
Definition at line 29 of file unoedhlp.cxx.
SvxEditSourceHint::SvxEditSourceHint | ( | SfxHintId | nId, |
sal_Int32 | nValue, | ||
sal_Int32 | nStart, | ||
sal_Int32 | nEnd | ||
) |
Definition at line 36 of file unoedhlp.cxx.
|
inline |
Definition at line 49 of file unoedhlp.hxx.
References mnEnd.
|
inline |
Definition at line 48 of file unoedhlp.hxx.
References mnStart.
sal_Int32 TextHint::GetValue | ( | ) | const |
|
private |
Definition at line 41 of file unoedhlp.hxx.
|
private |
Definition at line 40 of file unoedhlp.hxx.