Searched refs:ImplMMToTwips (Results 1 – 6 of 6) sorted by relevance
60 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() function805 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()
74 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() function1796 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()
1387 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() function1451 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()
61 inline sal_Int32 ImplMMToTwips(sal_Int32 nVal) { return ((nVal * 72 + 63) / 127); } in ImplMMToTwips() function63 inline sal_Int64 ImplMMToTwips(sal_Int64 nVal) { return ((nVal * 72 + 63) / 127); } in ImplMMToTwips() function65 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() function3043 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()
125 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() function3107 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()
94 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() function3319 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()
Completed in 81 milliseconds