Home
last modified time | relevance | path

Searched refs:aCellMapMode (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dprevloc.cxx181 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 …]
/trunk/main/sc/source/ui/inc/
H A Dprevloc.hxx92 MapMode aCellMapMode; member in ScPreviewLocationData

Completed in 27 milliseconds