Home
last modified time | relevance | path

Searched refs:aMM (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx439 MapMode aMM( MAP_100TH_MM ); in CreatePageVDev() local
447 const Fraction aFrac( (long) nWidthPixel, pVDev->LogicToPixel( aPageSize, aMM ).Width() ); in CreatePageVDev()
449 aMM.SetScaleX( aFrac ); in CreatePageVDev()
452 aMM.SetScaleY( aFrac ); in CreatePageVDev()
457 const Fraction aFrac( (long) nHeightPixel, pVDev->LogicToPixel( aPageSize, aMM ).Height() ); in CreatePageVDev()
460 aMM.SetScaleX( aFrac ); in CreatePageVDev()
462 aMM.SetScaleY( aFrac ); in CreatePageVDev()
465 pVDev->SetMapMode( aMM ); in CreatePageVDev()
/aoo42x/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx1566 MapMode aMM = pA->GetMapMode(); in WriteRecords() local
1567 Fraction aScaleX = aMM.GetScaleX(); in WriteRecords()
1568 Fraction aScaleY = aMM.GetScaleY(); in WriteRecords()
1584 aOrigin.X() = (long)aX + aMM.GetOrigin().X(); in WriteRecords()
1598 aOrigin.Y() = (long)aY + aMM.GetOrigin().Y(); in WriteRecords()
/aoo42x/main/sd/source/ui/docshell/
H A Ddocshel4.cxx150 MapMode aMM (mpPrinter->GetMapMode()); in GetPrinter() local
151 aMM.SetMapUnit(MAP_100TH_MM); in GetPrinter()
152 mpPrinter->SetMapMode(aMM); in GetPrinter()
/aoo42x/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx2187 MapMode aMM = pA->GetMapMode(); in WriteOrders() local
2188 Fraction aScaleX = aMM.GetScaleX(); in WriteOrders()
2189 Fraction aScaleY = aMM.GetScaleY(); in WriteOrders()
2211 aOrigin.X() = (long) aX + aMM.GetOrigin().X(); in WriteOrders()
2232 aOrigin.Y() = (long)aY + aMM.GetOrigin().Y(); in WriteOrders()
/aoo42x/main/filter/source/graphicfilter/epict/
H A Depict.cxx1996 MapMode aMM = pA->GetMapMode(); in WriteOpcodes() local
1997 Fraction aScaleX = aMM.GetScaleX(); in WriteOpcodes()
1998 Fraction aScaleY = aMM.GetScaleY(); in WriteOpcodes()
2019 aOrigin.X() = (long)aX + aMM.GetOrigin().X(); in WriteOpcodes()
2039 aOrigin.Y() = (long)aY + aMM.GetOrigin().Y(); in WriteOpcodes()
/aoo42x/main/sw/source/ui/uiview/
H A Dpview.cxx273 MapMode aMM( GetMapMode() ); in Paint() local
274 aMM.SetScaleX( maScale ); in Paint()
275 aMM.SetScaleY( maScale ); in Paint()
276 SetMapMode( aMM ); in Paint()
/aoo42x/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx711 MapMode aMM (pPrinter->GetMapMode()); in _setPropertyValues() local
712 aMM.SetMapUnit(MAP_100TH_MM); in _setPropertyValues()
713 pPrinter->SetMapMode(aMM); in _setPropertyValues()
/aoo42x/main/svtools/source/misc/
H A Dembedhlp.cxx744 MapMode aMM( MAP_APPFONT ); in DrawPaintReplacement() local
745 Size aAppFontSz = pOut->LogicToLogic( Size( 0, 8 ), &aMM, NULL ); in DrawPaintReplacement()

Completed in 79 milliseconds