Home
last modified time | relevance | path

Searched refs:GetScaleY (Results 1 – 25 of 42) sorted by relevance

12

/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx452 nHeight = nHeight * aMode.GetScaleY().GetNumerator() / aMode.GetScaleY().GetDenominator(); in Rescale()
460 nHeight = nHeight * aMode.GetScaleY().GetNumerator() / aMode.GetScaleY().GetDenominator(); in Rescale()
723 const Fraction& fy( GetMapMode().GetScaleY() ); in DoResize()
1176 const Fraction& f( GetMapMode().GetScaleY() ); in GetMetaHeight()
1187 const Fraction& f( GetMapMode().GetScaleY() ); in GetMinimumSizeWithoutMeta()
H A DPostItMgr.cxx1795 const Fraction& f( mpEditWin->GetMapMode().GetScaleY() ); in GetInitialAnchorDistance()
1801 const Fraction& f( mpEditWin->GetMapMode().GetScaleY() ); in GetSpaceBetween()
1807 const Fraction& f( mpEditWin->GetMapMode().GetScaleY() ); in GetScrollSize()
1813 const Fraction& f( mpEditWin->GetMapMode().GetScaleY() ); in GetMinimumSizeWithMeta()
1819 const Fraction& f( mpEditWin->GetMapMode().GetScaleY() ); in GetSidebarScrollerHeight()
/trunk/main/sc/source/ui/view/
H A Doutput3.cxx99 …pDev->SetMapMode( MapMode( MAP_100TH_MM, aMMOffset, aOldMode.GetScaleX(), aOldMode.GetScaleY() ) ); in PrePrintDrawingLayer()
125 …pDev->SetMapMode( MapMode( MAP_100TH_MM, rMMOffset, aOldMode.GetScaleX(), aOldMode.GetScaleY() ) ); in PostPrintDrawingLayer()
173 …pDev->SetMapMode( MapMode( MAP_100TH_MM, rMMOffset, aOldMode.GetScaleX(), aOldMode.GetScaleY() ) ); in PrintDrawingLayer()
/trunk/main/vcl/source/gdi/
H A Doutmap.cxx288 Fraction aScaleY = rMapMode.GetScaleY(); in ImplCalcMapResolution()
885 (rNewMapMode.GetScaleY() == maMapMode.GetScaleY()) && in SetMapMode()
922 Fraction aScaleY = ImplMakeFraction( maMapMode.GetScaleY().GetNumerator(), in SetMapMode()
923 rNewMapMode.GetScaleY().GetNumerator(), in SetMapMode()
924 maMapMode.GetScaleY().GetDenominator(), in SetMapMode()
925 rNewMapMode.GetScaleY().GetDenominator() ); in SetMapMode()
972 Fraction aYF = ImplMakeFraction( rNewMapMode.GetScaleY().GetNumerator(), in SetRelativeMapMode()
973 maMapMode.GetScaleY().GetDenominator(), in SetRelativeMapMode()
974 rNewMapMode.GetScaleY().GetDenominator(), in SetRelativeMapMode()
975 maMapMode.GetScaleY().GetNumerator() ); in SetRelativeMapMode()
H A Dimpgraph.cxx1400 rOStm << (long) aMapMode.GetScaleY().GetNumerator(); in ImplWriteEmbedded()
1401 rOStm << (long) aMapMode.GetScaleY().GetDenominator(); in ImplWriteEmbedded()
/trunk/main/reportdesign/source/ui/report/
H A DStartMarker.cxx149 const long nCornerHeight = long(CORNER_SPACE * (double)GetMapMode().GetScaleY()); in Paint()
249 aImageSize.Height() = long(aImageSize.Height() * (double)rMapMode.GetScaleY()); in Resize()
H A DSectionWindow.cxx269 aSectionSize.Height() = (long)(1000 * (double)GetMapMode().GetScaleY()); in Resize()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaymanagerbuffered.cxx57 || maBufferDevice.GetMapMode().GetScaleY() != getOutputDevice().GetMapMode().GetScaleY()); in ImpPrepareBufferDevice()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayeredDevice.cxx345 || maSavedMapMode.GetScaleY() != rMapMode.GetScaleY() in HandleMapModeChange()
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx418 nHeight = nHeight * aMode.GetScaleY().GetNumerator() / aMode.GetScaleY().GetDenominator(); in Rescale()
/trunk/main/vcl/inc/vcl/
H A Dmapmod.hxx97 const Fraction& GetScaleY() const in GetScaleY() function in MapMode
/trunk/main/svx/source/svdraw/
H A Dsvdxcgv.cxx499 nSizY*=rMap.GetScaleY().GetNumerator(); in ImpPasteObject()
502 nSizY/=rMap.GetScaleY().GetDenominator(); in ImpPasteObject()
/trunk/main/sw/source/core/crsr/
H A Dviscrs.cxx750 pMapMode->GetScaleY() != rMM.GetScaleY() ) in Get1PixelInLogic()
/trunk/main/svx/source/dialog/
H A Dmeasctrl.cxx140 Fraction aYFrac = aMapMode.GetScaleY(); in MouseButtonDown()
H A Dconnctrl.cxx323 Fraction aYFrac = aMapMode.GetScaleY(); in MouseButtonDown()
H A Dpagectrl.cxx135 Fraction aY = aMapMode.GetScaleY(); in Paint()
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx1457 controlSize.Height() = Fraction(controlSize.Height(), 1) * eTargetMode.GetScaleY(); in implCreateXFormsControl()
1548 aRealSize.Height() = long(Fraction(aRealSize.Height(), 1) * eTargetMode.GetScaleY()); in createControlLabelPair()
1616 aControlSize.Height() = long(Fraction(aControlSize.Height(), 1) * eTargetMode.GetScaleY()); in createControlLabelPair()
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx1568 Fraction aScaleY = aMM.GetScaleY(); in WriteRecords()
1602 aScaleY *= aSrcMapMode.GetScaleY(); in WriteRecords()
2011 aFrac = rMapMode.GetScaleY(); in CalcSaveTargetMapMode()
/trunk/main/sw/source/core/docnode/
H A Dndnotxt.cxx146 …nGrfDPIy = aGrfPixelSize.Height() / ( (double)aGrfMap.GetScaleY() * aGrfPrefMapModeSize.Height() ); in HasContour()
/trunk/main/sc/source/ui/inc/
H A Dprintfun.hxx282 double GetScaleY() const { return nScaleY; } in GetScaleY() function in ScPrintFunc
/trunk/main/sd/source/ui/dlg/
H A Dvectdlg.cxx231 aMap.SetScaleY( aMap.GetScaleY() * aScale ); in Calculate()
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx1081 ( pVirtDev->GetMapMode().GetScaleY() != rMapMode.GetScaleY() ) ) in GetVirtualDevice()
/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx597 …etMapUnit(), aRefMapMode.GetOrigin(), aOriginalMapMode.GetScaleX(), aOriginalMapMode.GetScaleY() ); in Draw()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx2189 Fraction aScaleY = aMM.GetScaleY(); in WriteOrders()
2236 aScaleY *= aPictureMapMode.GetScaleY(); in WriteOrders()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1998 Fraction aScaleY = aMM.GetScaleY(); in WriteOpcodes()
2043 aScaleY *= aSrcMapMode.GetScaleY(); in WriteOpcodes()

Completed in 175 milliseconds

12