LibreOffice Module sc (master) 1
|
Public Member Functions | |
ScEditObjectViewForwarder (OutputDevice *pWindow, const EditView *_pEditView) | |
virtual bool | IsValid () const override |
virtual Point | LogicToPixel (const Point &rPoint, const MapMode &rMapMode) const override |
virtual Point | PixelToLogic (const Point &rPoint, const MapMode &rMapMode) const override |
void | SetInvalid () |
Public Member Functions inherited from SvxViewForwarder | |
virtual | ~SvxViewForwarder () |
virtual bool | IsValid () const=0 |
virtual Point | LogicToPixel (const Point &rPoint, const MapMode &rMapMode) const=0 |
virtual Point | PixelToLogic (const Point &rPoint, const MapMode &rMapMode) const=0 |
Private Attributes | |
VclPtr< OutputDevice > | mpWindow |
const EditView * | mpEditView |
Definition at line 108 of file AccessibleText.cxx.
ScEditObjectViewForwarder::ScEditObjectViewForwarder | ( | OutputDevice * | pWindow, |
const EditView * | _pEditView | ||
) |
Definition at line 124 of file AccessibleText.cxx.
References mpWindow.
|
overridevirtual |
Implements SvxViewForwarder.
Definition at line 131 of file AccessibleText.cxx.
References mpWindow.
|
overridevirtual |
Implements SvxViewForwarder.
Definition at line 136 of file AccessibleText.cxx.
References EditView::GetVisArea(), mpEditView, mpWindow, and tools::Rectangle::TopLeft().
|
overridevirtual |
Implements SvxViewForwarder.
Definition at line 157 of file AccessibleText.cxx.
References EditView::GetVisArea(), mpEditView, mpWindow, and tools::Rectangle::TopLeft().
void ScEditObjectViewForwarder::SetInvalid | ( | ) |
Definition at line 178 of file AccessibleText.cxx.
References mpWindow.
|
private |
Definition at line 112 of file AccessibleText.cxx.
Referenced by LogicToPixel(), and PixelToLogic().
|
private |
Definition at line 110 of file AccessibleText.cxx.
Referenced by IsValid(), LogicToPixel(), PixelToLogic(), and SetInvalid().