Home
last modified time | relevance | path

Searched refs:ImplMMToTwips (Results 1 – 6 of 6) sorted by path

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx94 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() function
3319 aTranslate.setX(ImplMMToTwips(aTranslate.getX())); in TRSetBaseGeometry()
3320 aTranslate.setY(ImplMMToTwips(aTranslate.getY())); in TRSetBaseGeometry()
3323 aScale.setX(ImplMMToTwips(aScale.getX())); in TRSetBaseGeometry()
3324 aScale.setY(ImplMMToTwips(aScale.getY())); in TRSetBaseGeometry()
H A Dsvdobj.cxx125 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() function
3107 aTranslate.setX(ImplMMToTwips(aTranslate.getX())); in TRSetBaseGeometry()
3108 aTranslate.setY(ImplMMToTwips(aTranslate.getY())); in TRSetBaseGeometry()
3111 aScale.setX(ImplMMToTwips(aScale.getX())); in TRSetBaseGeometry()
3112 aScale.setY(ImplMMToTwips(aScale.getY())); in TRSetBaseGeometry()
H A Dsvdocapt.cxx60 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() function
805 aTranslate.setX(ImplMMToTwips(aTranslate.getX())); in TRSetBaseGeometry()
806 aTranslate.setY(ImplMMToTwips(aTranslate.getY())); in TRSetBaseGeometry()
809 aScale.setX(ImplMMToTwips(aScale.getX())); in TRSetBaseGeometry()
810 aScale.setY(ImplMMToTwips(aScale.getY())); in TRSetBaseGeometry()
H A Dsvdomeas.cxx1387 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() function
1451 aPosA.setX(ImplMMToTwips(aPosA.getX())); in TRSetBaseGeometry()
1452 aPosA.setY(ImplMMToTwips(aPosA.getY())); in TRSetBaseGeometry()
1453 aPosB.setX(ImplMMToTwips(aPosB.getX())); in TRSetBaseGeometry()
1454 aPosB.setY(ImplMMToTwips(aPosB.getY())); in TRSetBaseGeometry()
H A Dsvdopath.cxx61 inline sal_Int32 ImplMMToTwips(sal_Int32 nVal) { return ((nVal * 72 + 63) / 127); } in ImplMMToTwips() function
63 inline sal_Int64 ImplMMToTwips(sal_Int64 nVal) { return ((nVal * 72 + 63) / 127); } in ImplMMToTwips() function
65 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() function
3043 aTranslate.setX(ImplMMToTwips(aTranslate.getX())); in TRSetBaseGeometry()
3044 aTranslate.setY(ImplMMToTwips(aTranslate.getY())); in TRSetBaseGeometry()
3047 aScale.setX(ImplMMToTwips(aScale.getX())); in TRSetBaseGeometry()
3048 aScale.setY(ImplMMToTwips(aScale.getY())); in TRSetBaseGeometry()
H A Dsvdotext.cxx74 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() function
1796 aTranslate.setX(ImplMMToTwips(aTranslate.getX())); in TRSetBaseGeometry()
1797 aTranslate.setY(ImplMMToTwips(aTranslate.getY())); in TRSetBaseGeometry()
1800 aScale.setX(ImplMMToTwips(aScale.getX())); in TRSetBaseGeometry()
1801 aScale.setY(ImplMMToTwips(aScale.getY())); in TRSetBaseGeometry()

Completed in 79 milliseconds