Searched refs:aCellMapMode (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | prevloc.cxx | 181 aCellMapMode = rMapMode; in SetCellMapMode() 355 Size aOffsetPixel = pWindow->LogicToPixel( aOffsetLogic, aCellMapMode ); in GetOffsetPixel() 356 Size aSizePixel = pWindow->LogicToPixel( aSizeLogic, aCellMapMode ); in GetOffsetPixel() 624 long nPixelStart = pWindow->LogicToPixel( Size( nPosX, 0 ), aCellMapMode ).Width(); in GetTableInfo() 625 long nPixelEnd = pWindow->LogicToPixel( Size( nNextX, 0 ), aCellMapMode ).Width() - 1; in GetTableInfo() 643 long nPixelStart = pWindow->LogicToPixel( Size( nPosX, 0 ), aCellMapMode ).Width(); in GetTableInfo() 644 long nPixelEnd = pWindow->LogicToPixel( Size( nNextX, 0 ), aCellMapMode ).Width() - 1; in GetTableInfo() 691 long nPixelStart = pWindow->LogicToPixel( Size( 0, nPosY ), aCellMapMode ).Height(); in GetTableInfo() 692 … long nPixelEnd = pWindow->LogicToPixel( Size( 0, nNextY ), aCellMapMode ).Height() - 1; in GetTableInfo() 712 long nPixelStart = pWindow->LogicToPixel( Size( 0, nPosY ), aCellMapMode ).Height(); in GetTableInfo() [all …]
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | prevloc.hxx | 92 MapMode aCellMapMode; member in ScPreviewLocationData
|
Completed in 18 milliseconds