Lines Matching refs:aCellMapMode
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()
713 … long nPixelEnd = pWindow->LogicToPixel( Size( 0, nNextY ), aCellMapMode ).Height() - 1; in GetTableInfo()