Home
last modified time | relevance | path

Searched refs:mfScaleY (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx106 mfScaleY(1.0), in ImpSdrGDIMetaFileImport()
232 mfScaleX = mfScaleY = 1.0; in DoImport()
246 mfScaleY = (double)( maScaleRect.GetHeight() - 1 ) / (double)aMtfSize.Height(); in DoImport()
423 const sal_uInt32 nHeight(FRound(aFnt.GetSize().Height() * mfScaleY)); in SetAttributes()
704 …x aTransform(basegfx::tools::createScaleTranslateB2DHomMatrix(mfScaleX, mfScaleY, maOfs.X(), maOfs… in DoAction()
909 mfScaleY, in checkClip()
930 …x aTransform(basegfx::tools::createScaleTranslateB2DHomMatrix(mfScaleX, mfScaleY, maOfs.X(), maOfs… in DoAction()
974 …x aTransform(basegfx::tools::createScaleTranslateB2DHomMatrix(mfScaleX, mfScaleY, maOfs.X(), maOfs… in DoAction()
1020 sal_Int32 nTextHeight = (sal_Int32)( maVD.GetTextHeight() * mfScaleY ); in ImportText()
1024 Point aPos( FRound(rPos.X() * mfScaleX + maOfs.X()), FRound(rPos.Y() * mfScaleY + maOfs.Y()) ); in ImportText()
[all …]
H A Dsvdfmtf.hxx68 double mfScaleY; member in ImpSdrGDIMetaFileImport
/trunk/main/cui/source/dialogs/
H A Dcuigrfflt.cxx365 mfScaleY ( 0.0 ), in GraphicFilterDialog()
395 mfScaleY = (double) aGrfSize.Height() / maSizePixel.Height(); in GraphicFilterDialog()
422 maPreview.SetGraphic( GetFilteredGraphic( maGraphic, mfScaleX, mfScaleY ) ); in IMPL_LINK()
/trunk/main/cui/source/inc/
H A Dcuigrfflt.hxx94 double mfScaleY; member in GraphicFilterDialog
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx67 rPrinterJob.GetScale (mfScaleX, mfScaleY); in Init()
91 mfScaleY = (double)72.0 / (double)mnDpi; in Init()
/trunk/main/vcl/inc/
H A Dprintergfx.hxx187 double mfScaleY; member in psp::PrinterGfx

Completed in 40 milliseconds