LibreOffice Module vcl (master) 1
|
#include <textdata.hxx>
Public Member Functions | |
TextHint (SfxHintId nId) | |
TextHint (SfxHintId nId, sal_Int32 nValue) | |
sal_Int32 | GetValue () const |
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 |
Private Attributes | |
sal_Int32 | mnValue |
Definition at line 114 of file textdata.hxx.
TextHint::TextHint | ( | SfxHintId | nId | ) |
Definition at line 312 of file textdata.cxx.
References mnValue.
TextHint::TextHint | ( | SfxHintId | nId, |
sal_Int32 | nValue | ||
) |
Definition at line 316 of file textdata.cxx.
|
inline |
Definition at line 123 of file textdata.hxx.
References mnValue.
|
private |
Definition at line 117 of file textdata.hxx.