|
LibreOffice Module sc (master) 1
|
Public Member Functions | |
| ScCsvViewForwarder (OutputDevice *pWindow) | |
| 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 |
Definition at line 1288 of file AccessibleText.cxx.
|
explicit |
Definition at line 1302 of file AccessibleText.cxx.
References mpWindow.
|
overridevirtual |
Implements SvxViewForwarder.
Definition at line 1307 of file AccessibleText.cxx.
References mpWindow.
|
overridevirtual |
Implements SvxViewForwarder.
Definition at line 1312 of file AccessibleText.cxx.
References mpWindow.
|
overridevirtual |
Implements SvxViewForwarder.
Definition at line 1318 of file AccessibleText.cxx.
References mpWindow.
| void ScCsvViewForwarder::SetInvalid | ( | ) |
Definition at line 1324 of file AccessibleText.cxx.
References mpWindow.
|
private |
Definition at line 1290 of file AccessibleText.cxx.
Referenced by IsValid(), LogicToPixel(), PixelToLogic(), and SetInvalid().