Searched defs:ImplTwipsToMM (Results 1 – 6 of 6) sorted by relevance
59 inline double ImplTwipsToMM(double fVal) { return (fVal * (127.0 / 72.0)); } in ImplTwipsToMM() function
60 inline sal_Int32 ImplTwipsToMM(sal_Int32 nVal) { return ((nVal * 127 + 36) / 72); } in ImplTwipsToMM() function62 inline sal_Int64 ImplTwipsToMM(sal_Int64 nVal) { return ((nVal * 127 + 36) / 72); } in ImplTwipsToMM() function64 inline double ImplTwipsToMM(double fVal) { return (fVal * (127.0 / 72.0)); } in ImplTwipsToMM() function
73 inline double ImplTwipsToMM(double fVal) { return (fVal * (127.0 / 72.0)); } in ImplTwipsToMM() function
1386 inline double ImplTwipsToMM(double fVal) { return (fVal * (127.0 / 72.0)); } in ImplTwipsToMM() function
93 inline double ImplTwipsToMM(double fVal) { return (fVal * (127.0 / 72.0)); } in ImplTwipsToMM() function
124 inline double ImplTwipsToMM(double fVal) { return (fVal * (127.0 / 72.0)); } in ImplTwipsToMM() function
Completed in 81 milliseconds