Lines Matching refs:aMMMode

345 	MapMode aMMMode( MAP_100TH_MM, Point(), aHorPrevZoom, aPreviewZoom );  in DoPrint()  local
356 SetMapMode( aMMMode ); in DoPrint()
405 SetMapMode(aMMMode); in DoPrint()
486 SetMapMode(aMMMode); in DoPrint()
504 Point aColumnTop = LogicToPixel( Point( 0, -aOffset.Y() ) ,aMMMode ); in DoPrint()
510 SetMapMode( aMMMode ); in DoPrint()
515 SetMapMode(aMMMode); in DoPrint()
695 MapMode aMMMode( MAP_100TH_MM, Point(), aHorPrevZoom, aPreviewZoom ); in SetZoom() local
696 SetMapMode( aMMMode ); in SetZoom()
930 MapMode aMMMode( MAP_100TH_MM, Point(), aHorPrevZoom, aPreviewZoom ); in MouseButtonDown() local
932 aButtonDownChangePoint = PixelToLogic( rMEvt.GetPosPixel(),aMMMode ); in MouseButtonDown()
933 aButtonDownPt = PixelToLogic( rMEvt.GetPosPixel(),aMMMode ); in MouseButtonDown()
939 SetMapMode( aMMMode ); in MouseButtonDown()
956 SetMapMode( aMMMode ); in MouseButtonDown()
998 SetMapMode( aMMMode ); in MouseButtonDown()
1000 DrawInvert( PixelToLogic( Point( nLeftPosition, 0 ),aMMMode ).X() ,POINTER_HSPLIT ); in MouseButtonDown()
1002 …DrawInvert( PixelToLogic( Point( nRight[ nColNumberButttonDown-1 ], 0 ),aMMMode ).X() ,POINTER_HSP… in MouseButtonDown()
1013 MapMode aMMMode( MAP_100TH_MM, Point(), aHorPrevZoom, aPreviewZoom ); in MouseButtonUp() local
1015 aButtonUpPt = PixelToLogic( rMEvt.GetPosPixel(),aMMMode ); in MouseButtonUp()
1213 … DrawInvert( PixelToLogic( Point( nLeftPosition, 0 ),aMMMode ).X() ,POINTER_HSPLIT ); in MouseButtonUp()
1215 …DrawInvert( PixelToLogic( Point( nRight[ nColNumberButttonDown-1 ], 0 ),aMMMode ).X() ,POINTER_HSP… in MouseButtonUp()
1226 …c( Point( rMEvt.GetPosPixel().X() - nRight[ nColNumberButttonDown ], 0), aMMMode ).X() / HMM_PER_T… in MouseButtonUp()
1232 …c( Point( nRight[ nColNumberButttonDown ] - rMEvt.GetPosPixel().X(), 0), aMMMode ).X() / HMM_PER_T… in MouseButtonUp()
1257 MapMode aMMMode( MAP_100TH_MM, Point(), aHorPrevZoom, aPreviewZoom ); in MouseMove() local
1258 Point aMouseMovePoint = PixelToLogic( rMEvt.GetPosPixel(), aMMMode ); in MouseMove()
1300 Point aLeftTop = LogicToPixel( Point( nLeftMargin, -aOffset.Y() ) , aMMMode ); in MouseMove()
1301 …tom = LogicToPixel( Point( nLeftMargin ,(long)(nHeight * HMM_PER_TWIPS - aOffset.Y()) ), aMMMode ); in MouseMove()
1302 Point aRightTop = LogicToPixel( Point( nRightMargin, -aOffset.Y() ), aMMMode ); in MouseMove()
1303 Point aTopLeft = LogicToPixel( Point( -aOffset.X(), nTopMargin ), aMMMode ); in MouseMove()
1304 …Right = LogicToPixel( Point( (long)(nWidth * HMM_PER_TWIPS - aOffset.X()), nTopMargin ), aMMMode ); in MouseMove()
1305 Point aBottomLeft = LogicToPixel( Point( -aOffset.X(), nBottomMargin ), aMMMode ); in MouseMove()
1306 Point aHeaderLeft = LogicToPixel( Point( -aOffset.X(), nHeaderHeight ), aMMMode ); in MouseMove()
1307 Point aFooderLeft = LogicToPixel( Point( -aOffset.X(), nFooterHeight ), aMMMode ); in MouseMove()
1313 Point aColumnTop = LogicToPixel( Point( 0, -aOffset.Y() ) ,aMMMode ); in MouseMove()
1314 …ColumnBottom = LogicToPixel( Point( 0, (long)( nHeight * HMM_PER_TWIPS - aOffset.Y()) ), aMMMode ); in MouseMove()
1505 MapMode aMMMode( MAP_100TH_MM, Point(), aHorPrevZoom, aPreviewZoom ); in DragMove() local
1506 SetMapMode( aMMMode ); in DragMove()