LibreOffice Module sc (master) 1
|
Public Member Functions | |
ScPreviewViewForwarder (ScPreviewShell *pViewShell) | |
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 |
Protected Attributes | |
ScPreviewShell * | mpViewShell |
Definition at line 183 of file AccessibleText.cxx.
|
explicit |
Definition at line 197 of file AccessibleText.cxx.
|
overridevirtual |
Implements SvxViewForwarder.
Definition at line 202 of file AccessibleText.cxx.
References mpViewShell.
|
overridevirtual |
Implements SvxViewForwarder.
Definition at line 207 of file AccessibleText.cxx.
References vcl::Window::GetMapMode(), MapMode::GetMapUnit(), SfxViewShell::GetWindow(), OutputDevice::LogicToLogic(), vcl::Window::LogicToPixel(), and mpViewShell.
|
overridevirtual |
Implements SvxViewForwarder.
Definition at line 226 of file AccessibleText.cxx.
References vcl::Window::GetMapMode(), MapMode::GetMapUnit(), SfxViewShell::GetWindow(), OutputDevice::LogicToLogic(), mpViewShell, vcl::Window::PixelToLogic(), and MapMode::SetOrigin().
void ScPreviewViewForwarder::SetInvalid | ( | ) |
Definition at line 249 of file AccessibleText.cxx.
References mpViewShell.
|
protected |
Definition at line 186 of file AccessibleText.cxx.
Referenced by IsValid(), LogicToPixel(), PixelToLogic(), and SetInvalid().