LibreOffice Module vcl (master) 1
|
Public Attributes | |
ExtTextEngine * | mpTextEngine |
VclPtr< vcl::Window > | mpWindow |
TextSelection | maSelection |
Point | maStartDocPos |
std::unique_ptr< vcl::Cursor, o3tl::default_delete< vcl::Cursor > > | mpCursor |
std::unique_ptr< TextDDInfo, o3tl::default_delete< TextDDInfo > > | mpDDInfo |
std::unique_ptr< SelectionEngine > | mpSelEngine |
std::unique_ptr< TextSelFunctionSet > | mpSelFuncSet |
css::uno::Reference< css::datatransfer::dnd::XDragSourceListener > | mxDnDListener |
sal_uInt16 | mnTravelXPos |
bool | mbAutoScroll: 1 |
bool | mbInsertMode: 1 |
bool | mbReadOnly: 1 |
bool | mbPaintSelection: 1 |
bool | mbAutoIndent: 1 |
bool | mbCursorEnabled: 1 |
bool | mbClickedInSelection: 1 |
bool | mbCursorAtEndOfLine |
Definition at line 120 of file textview.cxx.
TextSelection ImpTextView::maSelection |
Definition at line 125 of file textview.cxx.
Point ImpTextView::maStartDocPos |
Definition at line 126 of file textview.cxx.
bool ImpTextView::mbAutoIndent |
Definition at line 143 of file textview.cxx.
bool ImpTextView::mbAutoScroll |
Definition at line 139 of file textview.cxx.
bool ImpTextView::mbClickedInSelection |
Definition at line 145 of file textview.cxx.
bool ImpTextView::mbCursorAtEndOfLine |
Definition at line 146 of file textview.cxx.
bool ImpTextView::mbCursorEnabled |
Definition at line 144 of file textview.cxx.
bool ImpTextView::mbInsertMode |
Definition at line 140 of file textview.cxx.
bool ImpTextView::mbPaintSelection |
Definition at line 142 of file textview.cxx.
bool ImpTextView::mbReadOnly |
Definition at line 141 of file textview.cxx.
sal_uInt16 ImpTextView::mnTravelXPos |
Definition at line 137 of file textview.cxx.
std::unique_ptr<vcl::Cursor, o3tl::default_delete<vcl::Cursor> > ImpTextView::mpCursor |
Definition at line 128 of file textview.cxx.
std::unique_ptr<TextDDInfo, o3tl::default_delete<TextDDInfo> > ImpTextView::mpDDInfo |
Definition at line 130 of file textview.cxx.
std::unique_ptr<SelectionEngine> ImpTextView::mpSelEngine |
Definition at line 132 of file textview.cxx.
std::unique_ptr<TextSelFunctionSet> ImpTextView::mpSelFuncSet |
Definition at line 133 of file textview.cxx.
ExtTextEngine* ImpTextView::mpTextEngine |
Definition at line 122 of file textview.cxx.
VclPtr<vcl::Window> ImpTextView::mpWindow |
Definition at line 124 of file textview.cxx.
css::uno::Reference< css::datatransfer::dnd::XDragSourceListener > ImpTextView::mxDnDListener |
Definition at line 135 of file textview.cxx.