LibreOffice Module sc (master) 1
|
Used to store the necessary information about the (combined-)tile area relevant to coordinate transformations in RTL mode. More...
Public Member Functions | |
ScLokRTLContext (const ScOutputData &rOutputData, const tools::Long nTileDeviceOriginPixelX) | |
tools::Long | docToTilePos (tools::Long nPosX) const |
Converts from document x pixel position to the corresponding pixel position w.r.t the tile device origin. More... | |
Private Attributes | |
const ScOutputData & | mrOutputData |
const tools::Long | mnTileDevOriginX |
Used to store the necessary information about the (combined-)tile area relevant to coordinate transformations in RTL mode.
Definition at line 634 of file gridwin4.cxx.
|
inline |
Definition at line 637 of file gridwin4.cxx.
|
inline |
Converts from document x pixel position to the corresponding pixel position w.r.t the tile device origin.
Definition at line 646 of file gridwin4.cxx.
References ScOutputData::GetScrW(), mnTileDevOriginX, and mrOutputData.
Referenced by ScGridWindow::DrawButtons().
|
private |
Definition at line 655 of file gridwin4.cxx.
Referenced by docToTilePos().
|
private |
Definition at line 654 of file gridwin4.cxx.
Referenced by docToTilePos().