Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdocapt.cxx59 inline double ImplTwipsToMM(double fVal) { return (fVal * (127.0 / 72.0)); } in ImplTwipsToMM() function
H A Dsvdopath.cxx60 inline sal_Int32 ImplTwipsToMM(sal_Int32 nVal) { return ((nVal * 127 + 36) / 72); } in ImplTwipsToMM() function
62 inline sal_Int64 ImplTwipsToMM(sal_Int64 nVal) { return ((nVal * 127 + 36) / 72); } in ImplTwipsToMM() function
64 inline double ImplTwipsToMM(double fVal) { return (fVal * (127.0 / 72.0)); } in ImplTwipsToMM() function
H A Dsvdotext.cxx73 inline double ImplTwipsToMM(double fVal) { return (fVal * (127.0 / 72.0)); } in ImplTwipsToMM() function
H A Dsvdomeas.cxx1386 inline double ImplTwipsToMM(double fVal) { return (fVal * (127.0 / 72.0)); } in ImplTwipsToMM() function
H A Dsvdoashp.cxx93 inline double ImplTwipsToMM(double fVal) { return (fVal * (127.0 / 72.0)); } in ImplTwipsToMM() function
H A Dsvdobj.cxx124 inline double ImplTwipsToMM(double fVal) { return (fVal * (127.0 / 72.0)); } in ImplTwipsToMM() function

Completed in 84 milliseconds