Lines Matching refs:aMMMode

348 	MapMode aMMMode( MAP_100TH_MM, Point(), aHorPrevZoom, aPreviewZoom );  in DoPrint()  local
359 SetMapMode( aMMMode ); in DoPrint()
408 SetMapMode(aMMMode); in DoPrint()
489 SetMapMode(aMMMode); in DoPrint()
507 Point aColumnTop = LogicToPixel( Point( 0, -aOffset.Y() ) ,aMMMode ); in DoPrint()
513 SetMapMode( aMMMode ); in DoPrint()
518 SetMapMode(aMMMode); in DoPrint()
698 MapMode aMMMode( MAP_100TH_MM, Point(), aHorPrevZoom, aPreviewZoom ); in SetZoom() local
699 SetMapMode( aMMMode ); in SetZoom()
933 MapMode aMMMode( MAP_100TH_MM, Point(), aHorPrevZoom, aPreviewZoom ); in MouseButtonDown() local
935 aButtonDownChangePoint = PixelToLogic( rMEvt.GetPosPixel(),aMMMode ); in MouseButtonDown()
936 aButtonDownPt = PixelToLogic( rMEvt.GetPosPixel(),aMMMode ); in MouseButtonDown()
942 SetMapMode( aMMMode ); in MouseButtonDown()
959 SetMapMode( aMMMode ); in MouseButtonDown()
1001 SetMapMode( aMMMode ); in MouseButtonDown()
1003 DrawInvert( PixelToLogic( Point( nLeftPosition, 0 ),aMMMode ).X() ,POINTER_HSPLIT ); in MouseButtonDown()
1005 …DrawInvert( PixelToLogic( Point( nRight[ nColNumberButttonDown-1 ], 0 ),aMMMode ).X() ,POINTER_HSP… in MouseButtonDown()
1016 MapMode aMMMode( MAP_100TH_MM, Point(), aHorPrevZoom, aPreviewZoom ); in MouseButtonUp() local
1018 aButtonUpPt = PixelToLogic( rMEvt.GetPosPixel(),aMMMode ); in MouseButtonUp()
1216 … DrawInvert( PixelToLogic( Point( nLeftPosition, 0 ),aMMMode ).X() ,POINTER_HSPLIT ); in MouseButtonUp()
1218 …DrawInvert( PixelToLogic( Point( nRight[ nColNumberButttonDown-1 ], 0 ),aMMMode ).X() ,POINTER_HSP… in MouseButtonUp()
1229 …c( Point( rMEvt.GetPosPixel().X() - nRight[ nColNumberButttonDown ], 0), aMMMode ).X() / HMM_PER_T… in MouseButtonUp()
1235 …c( Point( nRight[ nColNumberButttonDown ] - rMEvt.GetPosPixel().X(), 0), aMMMode ).X() / HMM_PER_T… in MouseButtonUp()
1260 MapMode aMMMode( MAP_100TH_MM, Point(), aHorPrevZoom, aPreviewZoom ); in MouseMove() local
1261 Point aMouseMovePoint = PixelToLogic( rMEvt.GetPosPixel(), aMMMode ); in MouseMove()
1303 Point aLeftTop = LogicToPixel( Point( nLeftMargin, -aOffset.Y() ) , aMMMode ); in MouseMove()
1304 …tom = LogicToPixel( Point( nLeftMargin ,(long)(nHeight * HMM_PER_TWIPS - aOffset.Y()) ), aMMMode ); in MouseMove()
1305 Point aRightTop = LogicToPixel( Point( nRightMargin, -aOffset.Y() ), aMMMode ); in MouseMove()
1306 Point aTopLeft = LogicToPixel( Point( -aOffset.X(), nTopMargin ), aMMMode ); in MouseMove()
1307 …Right = LogicToPixel( Point( (long)(nWidth * HMM_PER_TWIPS - aOffset.X()), nTopMargin ), aMMMode ); in MouseMove()
1308 Point aBottomLeft = LogicToPixel( Point( -aOffset.X(), nBottomMargin ), aMMMode ); in MouseMove()
1309 Point aHeaderLeft = LogicToPixel( Point( -aOffset.X(), nHeaderHeight ), aMMMode ); in MouseMove()
1310 Point aFooderLeft = LogicToPixel( Point( -aOffset.X(), nFooterHeight ), aMMMode ); in MouseMove()
1316 Point aColumnTop = LogicToPixel( Point( 0, -aOffset.Y() ) ,aMMMode ); in MouseMove()
1317 …ColumnBottom = LogicToPixel( Point( 0, (long)( nHeight * HMM_PER_TWIPS - aOffset.Y()) ), aMMMode ); in MouseMove()
1508 MapMode aMMMode( MAP_100TH_MM, Point(), aHorPrevZoom, aPreviewZoom ); in DragMove() local
1509 SetMapMode( aMMMode ); in DragMove()