Home
last modified time | relevance | path

Searched defs:ImplMMToTwips (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdocapt.cxx60 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() function
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
H A Dsvdotext.cxx74 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() function
H A Dsvdomeas.cxx1387 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() function
H A Dsvdoashp.cxx94 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() function
H A Dsvdobj.cxx125 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() function

Completed in 126 milliseconds