Home
last modified time | relevance | path

Searched defs:TwipsToEvenHMM (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/sc/source/ui/unoobj/
H A Ddefltuno.cxx82 inline long TwipsToEvenHMM(long nTwips) { return ( (nTwips * 127 + 72) / 144 ) * 2; } in TwipsToEvenHMM() function
/aoo42x/main/sc/source/core/tool/
H A Ddocoptio.cxx58 inline long TwipsToEvenHMM(long nTwips) { return ( (nTwips * 127 + 72) / 144 ) * 2; } in TwipsToEvenHMM() function
/aoo42x/main/sc/source/ui/view/
H A Dcellsh3.cxx63 inline long TwipsToEvenHMM(long nTwips) { return ( (nTwips * 127 + 72) / 144 ) * 2; } in TwipsToEvenHMM() function

Completed in 31 milliseconds