|
LibreOffice Module vcl (master) 1
|
#include <commandevent.hxx>
Public Member Functions | |
| CommandExtTextInputData (OUString aText, 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 102 of file commandevent.hxx.
| CommandExtTextInputData::CommandExtTextInputData | ( | OUString | aText, |
| const ExtTextInputAttr * | pTextAttr, | ||
| sal_Int32 | nCursorPos, | ||
| sal_uInt16 | nCursorFlags, | ||
| bool | bOnlyCursor | ||
| ) |
Definition at line 25 of file commandevent.cxx.
References maText, maText, mbOnlyCursor, mnCursorFlags, mnCursorPos, and mpTextAttr.
| CommandExtTextInputData::CommandExtTextInputData | ( | const CommandExtTextInputData & | rData | ) |
Definition at line 41 of file commandevent.cxx.
References maText, maText, mbOnlyCursor, mnCursorFlags, mnCursorPos, and mpTextAttr.
| CommandExtTextInputData::~CommandExtTextInputData | ( | ) |
Definition at line 55 of file commandevent.cxx.
|
inline |
Definition at line 123 of file commandevent.hxx.
|
inline |
Definition at line 120 of file commandevent.hxx.
References maText.
|
inline |
Definition at line 121 of file commandevent.hxx.
|
inline |
Definition at line 125 of file commandevent.hxx.
References EXTTEXTINPUT_CURSOR_OVERWRITE.
|
inline |
Definition at line 124 of file commandevent.hxx.
References EXTTEXTINPUT_CURSOR_INVISIBLE.
|
inline |
Definition at line 126 of file commandevent.hxx.
|
private |
Definition at line 105 of file commandevent.hxx.
Referenced by CommandExtTextInputData().
|
private |
Definition at line 109 of file commandevent.hxx.
Referenced by CommandExtTextInputData().
|
private |
Definition at line 108 of file commandevent.hxx.
Referenced by CommandExtTextInputData().
|
private |
Definition at line 107 of file commandevent.hxx.
Referenced by CommandExtTextInputData().
|
private |
Definition at line 106 of file commandevent.hxx.
Referenced by CommandExtTextInputData().