Lines Matching refs:MAP_100TH_MM
289 pOutDev->SetMapMode( MapMode(MAP_100TH_MM) ); in ArrangeFormula()
292 DBG_ASSERT(pOutDev->GetMapMode().GetMapUnit() == MAP_100TH_MM, in ArrangeFormula()
544 if ( MAP_100TH_MM != eOld ) in SmPrinterAccess()
547 aMap.SetMapUnit( MAP_100TH_MM ); in SmPrinterAccess()
549 aTmp.X() = OutputDevice::LogicToLogic( aTmp.X(), eOld, MAP_100TH_MM ); in SmPrinterAccess()
550 aTmp.Y() = OutputDevice::LogicToLogic( aTmp.Y(), eOld, MAP_100TH_MM ); in SmPrinterAccess()
569 if ( MAP_100TH_MM != eOld ) in SmPrinterAccess()
572 aMap.SetMapUnit( MAP_100TH_MM ); in SmPrinterAccess()
574 aTmp.X() = OutputDevice::LogicToLogic( aTmp.X(), eOld, MAP_100TH_MM ); in SmPrinterAccess()
575 aTmp.Y() = OutputDevice::LogicToLogic( aTmp.Y(), eOld, MAP_100TH_MM ); in SmPrinterAccess()
624 pPrinter->SetMapMode( MapMode(MAP_100TH_MM) ); in GetPrt()
650 pPrinter->SetMapMode( MapMode(MAP_100TH_MM) ); in SetPrinter()