LibreOffice Module sw (master) 1
|
#include <hints.hxx>
Public Member Functions | |
InsertText (sal_Int32 nP, sal_Int32 nL, bool isInFMCommand, bool isInFMResult) | |
Public Member Functions inherited from SfxHint | |
SfxHint () | |
SfxHint (SfxHintId nId) | |
virtual | ~SfxHint () |
SfxHint (SfxHint const &)=default | |
SfxHint (SfxHint &&)=default | |
SfxHint & | operator= (SfxHint const &)=default |
SfxHint & | operator= (SfxHint &&)=default |
SfxHintId | GetId () const |
Public Attributes | |
const sal_Int32 | nPos |
const sal_Int32 | nLen |
const bool | isInsideFieldmarkCommand |
const bool | isInsideFieldmarkResult |
sw::InsertText::InsertText | ( | sal_Int32 | nP, |
sal_Int32 | nL, | ||
bool | isInFMCommand, | ||
bool | isInFMResult | ||
) |
Definition at line 44 of file hints.cxx.
References nPos, and SwInsertText.
const bool sw::InsertText::isInsideFieldmarkCommand |
Definition at line 100 of file hints.hxx.
Referenced by SwTextFrame::SwClientNotify().
const bool sw::InsertText::isInsideFieldmarkResult |
Definition at line 101 of file hints.hxx.
Referenced by SwTextFrame::SwClientNotify().
const sal_Int32 sw::InsertText::nLen |
Definition at line 99 of file hints.hxx.
Referenced by SwTextFrame::SwClientNotify().
const sal_Int32 sw::InsertText::nPos |
Definition at line 98 of file hints.hxx.
Referenced by SwTextFrame::SwClientNotify().