LibreOffice Module sc (master) 1
|
Public Member Functions | |
ScViewForwarder (ScTabViewShell *pViewShell, ScSplitPos eSplitPos) | |
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 | |
ScTabViewShell * | mpViewShell |
ScSplitPos | meSplitPos |
Definition at line 47 of file AccessibleText.cxx.
ScViewForwarder::ScViewForwarder | ( | ScTabViewShell * | pViewShell, |
ScSplitPos | eSplitPos | ||
) |
Definition at line 61 of file AccessibleText.cxx.
|
overridevirtual |
Implements SvxViewForwarder.
Definition at line 68 of file AccessibleText.cxx.
References mpViewShell.
|
overridevirtual |
Implements SvxViewForwarder.
Definition at line 73 of file AccessibleText.cxx.
References ScTabView::GetWindowByPos(), vcl::Window::LogicToPixel(), meSplitPos, and mpViewShell.
|
overridevirtual |
Implements SvxViewForwarder.
Definition at line 88 of file AccessibleText.cxx.
References ScTabView::GetWindowByPos(), meSplitPos, mpViewShell, and vcl::Window::PixelToLogic().
void ScViewForwarder::SetInvalid | ( | ) |
Definition at line 103 of file AccessibleText.cxx.
References mpViewShell.
|
private |
Definition at line 50 of file AccessibleText.cxx.
Referenced by LogicToPixel(), and PixelToLogic().
|
private |
Definition at line 49 of file AccessibleText.cxx.
Referenced by IsValid(), LogicToPixel(), PixelToLogic(), and SetInvalid().