Home
last modified time | relevance | path

Searched refs:TwipsToHMM (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dpatattr.cxx80 inline long TwipsToHMM(long nTwips) { return (nTwips * 127 + 36) / 72; } in TwipsToHMM() function
681 long nHeight = TwipsToHMM(nTHeight); in FillToEditItemSet()
682 long nCjkHeight = TwipsToHMM(nCjkTHeight); in FillToEditItemSet()
683 long nCtlHeight = TwipsToHMM(nCtlTHeight); in FillToEditItemSet()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx198 inline long TwipsToHMM(long nTwips) { return (nTwips * 127 + 36) / 72; } in TwipsToHMM() function
1031 awt::Size aPageSize( TwipsToHMM( aTwips.Width() ), TwipsToHMM( aTwips.Height() ) ); in getRenderer()
1077 awt::Size aPageSize( TwipsToHMM( aTwips.Width() ), TwipsToHMM( aTwips.Height() ) ); in getRenderer()
3102 aAny <<= (sal_Int32)TwipsToHMM(nWidth); in getPropertyValue()
3370 aAny <<= (sal_Int32)TwipsToHMM(nHeight); in getPropertyValue()
H A Ddefltuno.cxx80 inline long TwipsToHMM(long nTwips) { return (nTwips * 127 + 36) / 72; } in TwipsToHMM() function
H A Dstyleuno.cxx381 inline long TwipsToHMM(long nTwips) { return (nTwips * 127 + 36) / 72; } in TwipsToHMM() function
1456 aAny <<= sal_Int16( TwipsToHMM(((const SfxUInt16Item&) in getPropertyDefault()
2037 aAny <<= sal_Int16( TwipsToHMM(((const SfxUInt16Item&) in getPropertyValue()
H A Dcellsuno.cxx801 inline long TwipsToHMM(long nTwips) { return (nTwips * 127 + 36) / 72; } in TwipsToHMM() function
976 rStruct.InnerLineWidth = (sal_Int16)TwipsToHMM( pLine->GetInWidth() ); in FillBorderLine()
977 rStruct.OuterLineWidth = (sal_Int16)TwipsToHMM( pLine->GetOutWidth() ); in FillBorderLine()
978 rStruct.LineDistance = (sal_Int16)TwipsToHMM( pLine->GetDistance() ); in FillBorderLine()
2022 aAny <<= (sal_Int16)( TwipsToHMM(((const SfxUInt16Item&) in getPropertyDefault()
2415 rAny <<= (sal_Int16)( TwipsToHMM(((const SfxUInt16Item&) in GetOnePropertyValue()
8986 nWidth = (sal_uInt16) TwipsToHMM(nWidth); in GetOnePropertyValue()
9142 nHeight = (sal_uInt16) TwipsToHMM(nHeight); in GetOnePropertyValue()
/trunk/main/sc/source/core/tool/
H A Ddocoptio.cxx55 inline long TwipsToHMM(long nTwips) { return (nTwips * 127 + 36) / 72; } in TwipsToHMM() function
/trunk/main/sc/source/ui/view/
H A Dcellsh3.cxx61 inline long TwipsToHMM(long nTwips) { return (nTwips * 127 + 36) / 72; } in TwipsToHMM() function

Completed in 139 milliseconds