LibreOffice Module vcl (master)
1
|
#include <commandevent.hxx>
Public Member Functions | |
CommandExtTextInputData (const OUString &rText, const ExtTextInputAttr *pTextAttr, sal_Int32 nCursorPos, sal_uInt16 nCursorFlags, bool bOnlyCursor) | |
CommandExtTextInputData (const CommandExtTextInputData &rData) | |
~CommandExtTextInputData () | |
const OUString & | GetText () const |
const ExtTextInputAttr * | GetTextAttr () const |
sal_Int32 | GetCursorPos () const |
bool | IsCursorVisible () const |
bool | IsCursorOverwrite () const |
bool | IsOnlyCursorChanged () const |
Private Attributes | |
OUString | maText |
std::unique_ptr< ExtTextInputAttr[]> | mpTextAttr |
sal_Int32 | mnCursorPos |
sal_uInt16 | mnCursorFlags |
bool | mbOnlyCursor |
Definition at line 95 of file commandevent.hxx.
CommandExtTextInputData::CommandExtTextInputData | ( | const OUString & | rText, |
const ExtTextInputAttr * | pTextAttr, | ||
sal_Int32 | nCursorPos, | ||
sal_uInt16 | nCursorFlags, | ||
bool | bOnlyCursor | ||
) |
Definition at line 24 of file commandevent.cxx.
References maText, maText, mbOnlyCursor, mnCursorFlags, mnCursorPos, and mpTextAttr.
CommandExtTextInputData::CommandExtTextInputData | ( | const CommandExtTextInputData & | rData | ) |
Definition at line 40 of file commandevent.cxx.
References maText, maText, mbOnlyCursor, mnCursorFlags, mnCursorPos, and mpTextAttr.
CommandExtTextInputData::~CommandExtTextInputData | ( | ) |
Definition at line 54 of file commandevent.cxx.
|
inline |
Definition at line 116 of file commandevent.hxx.
Referenced by TextView::Command(), and Edit::Command().
|
inline |
Definition at line 113 of file commandevent.hxx.
Referenced by TextView::Command(), and Edit::Command().
|
inline |
Definition at line 114 of file commandevent.hxx.
Referenced by TextView::Command(), and Edit::Command().
|
inline |
Definition at line 118 of file commandevent.hxx.
References EXTTEXTINPUT_CURSOR_OVERWRITE.
Referenced by TextView::Command(), and Edit::Command().
|
inline |
Definition at line 117 of file commandevent.hxx.
References EXTTEXTINPUT_CURSOR_INVISIBLE.
Referenced by TextView::Command(), and Edit::Command().
|
inline |
Definition at line 119 of file commandevent.hxx.
Referenced by TextView::Command().
|
private |
Definition at line 98 of file commandevent.hxx.
Referenced by CommandExtTextInputData().
|
private |
Definition at line 102 of file commandevent.hxx.
Referenced by CommandExtTextInputData().
|
private |
Definition at line 101 of file commandevent.hxx.
Referenced by CommandExtTextInputData().
|
private |
Definition at line 100 of file commandevent.hxx.
Referenced by CommandExtTextInputData().
|
private |
Definition at line 99 of file commandevent.hxx.
Referenced by CommandExtTextInputData().