Searched refs:aMMOffset (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sc/source/ui/view/ |
| H A D | output3.cxx | 74 Point aMMOffset( aOffset ); in PrePrintDrawingLayer() local 75 aMMOffset.X() = (long)(aMMOffset.X() * HMM_PER_TWIPS); in PrePrintDrawingLayer() 76 aMMOffset.Y() = (long)(aMMOffset.Y() * HMM_PER_TWIPS); in PrePrintDrawingLayer() 79 aMMOffset += Point( nLogStX, nLogStY ); in PrePrintDrawingLayer() 99 …pDev->SetMapMode( MapMode( MAP_100TH_MM, aMMOffset, aOldMode.GetScaleX(), aOldMode.GetScaleY() ) ); in PrePrintDrawingLayer() 113 return aMMOffset; in PrePrintDrawingLayer()
|
| H A D | printfun.cxx | 559 const Point aMMOffset(aOutputData.PrePrintDrawingLayer(nLogStX, nLogStY)); in DrawToDev() local 560 aOutputData.PrintDrawingLayer(SC_LAYER_BACK, aMMOffset); in DrawToDev() 615 aOutputData.PrintDrawingLayer(SC_LAYER_FRONT, aMMOffset); in DrawToDev() 616 aOutputData.PrintDrawingLayer(SC_LAYER_INTERN, aMMOffset); in DrawToDev() 617 aOutputData.PostPrintDrawingLayer(aMMOffset); // #i74768# in DrawToDev() 1541 Point aMMOffset( aTwipOffset ); in LocateArea() local 1542 aMMOffset.X() = (long)(aMMOffset.X() * HMM_PER_TWIPS); in LocateArea() 1543 aMMOffset.Y() = (long)(aMMOffset.Y() * HMM_PER_TWIPS); in LocateArea() 1544 aMMOffset += Point( nLogStX, nLogStY ); in LocateArea() 1545 MapMode aDrawMapMode( MAP_100TH_MM, aMMOffset, aLogicMode.GetScaleX(), aLogicMode.GetScaleY() ); in LocateArea() [all …]
|