LibreOffice Module editeng (master) 1
|
Encapsulates EditView and OutlinerView for the purpose of unified EditEngine/Outliner access. More...
#include <unoedsrc.hxx>
Public Member Functions | |
virtual bool | GetSelection (ESelection &rSelection) const =0 |
Query current selection. More... | |
virtual bool | SetSelection (const ESelection &rSelection)=0 |
Set selection in view. More... | |
virtual bool | Copy ()=0 |
Copy current selection to clipboard. More... | |
virtual bool | Cut ()=0 |
Cut current selection to clipboard. More... | |
virtual bool | Paste ()=0 |
Paste clipboard into current selection. More... | |
Public Member Functions inherited from SvxViewForwarder | |
virtual | ~SvxViewForwarder () |
virtual bool | IsValid () const =0 |
Query state of forwarder. More... | |
virtual Point | LogicToPixel (const Point &rPoint, const MapMode &rMapMode) const =0 |
Convert from logical, EditEngine-relative coordinates to screen coordinates. More... | |
virtual Point | PixelToLogic (const Point &rPoint, const MapMode &rMapMode) const =0 |
Convert from screen to logical, EditEngine-relative coordinates. More... | |
Encapsulates EditView and OutlinerView for the purpose of unified EditEngine/Outliner access.
Definition at line 492 of file unoedsrc.hxx.
|
pure virtual |
Copy current selection to clipboard.
Implemented in SvxAccessibleTextEditViewAdapter, and SvxDrawOutlinerViewForwarder.
Referenced by SvxAccessibleTextEditViewAdapter::Copy(), and accessibility::AccessibleStaticTextBase_Impl::CopyText().
|
pure virtual |
Cut current selection to clipboard.
Implemented in SvxAccessibleTextEditViewAdapter, and SvxDrawOutlinerViewForwarder.
Referenced by SvxAccessibleTextEditViewAdapter::Cut().
|
pure virtual |
Query current selection.
rSelection | Contains the current selection after method call |
Implemented in SvxAccessibleTextEditViewAdapter, and SvxDrawOutlinerViewForwarder.
Referenced by accessibility::AccessibleStaticTextBase_Impl::CopyText(), and SvxAccessibleTextEditViewAdapter::GetSelection().
|
pure virtual |
Paste clipboard into current selection.
Implemented in SvxAccessibleTextEditViewAdapter, and SvxDrawOutlinerViewForwarder.
Referenced by SvxAccessibleTextEditViewAdapter::Paste().
|
pure virtual |
Set selection in view.
rSelection | The selection to set |
Implemented in SvxAccessibleTextEditViewAdapter, and SvxDrawOutlinerViewForwarder.
Referenced by accessibility::AccessibleStaticTextBase_Impl::CopyText(), SvxAccessibleTextEditViewAdapter::SetSelection(), and accessibility::AccessibleStaticTextBase_Impl::SetSelection().