Searched refs:eTargetMode (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/svx/source/form/ |
| H A D | fmvwimp.cxx | 1451 const MapMode eTargetMode( pOutDev->GetMapMode() ); in implCreateXFormsControl() local 1456 controlSize.Width() = Fraction(controlSize.Width(), 1) * eTargetMode.GetScaleX(); in implCreateXFormsControl() 1457 controlSize.Height() = Fraction(controlSize.Height(), 1) * eTargetMode.GetScaleY(); in implCreateXFormsControl() 1458 …controlPos( pOutDev->LogicToLogic( ::Point( controlSize.Width(), 0 ), eSourceMode, eTargetMode ) ); in implCreateXFormsControl() 1459 …ectangle controlRect( controlPos, pOutDev->LogicToLogic( controlSize, eSourceMode, eTargetMode ) ); in implCreateXFormsControl() 1533 MapMode eTargetMode( _rOutDev.GetMapMode() ), in createControlLabelPair() local 1542 ::Size aRealSize = _rOutDev.LogicToLogic(aTextSize, eTargetMode, eSourceMode); in createControlLabelPair() 1547 aRealSize.Width() = long(Fraction(aRealSize.Width(), 1) * eTargetMode.GetScaleX()); in createControlLabelPair() 1548 aRealSize.Height() = long(Fraction(aRealSize.Height(), 1) * eTargetMode.GetScaleY()); in createControlLabelPair() 1580 _rOutDev.LogicToLogic( ::Point( _nXOffsetMM, _nYOffsetMM ), eSourceMode, eTargetMode ), in createControlLabelPair() [all …]
|