Searched refs:HMMToTwips (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/sc/source/ui/view/ |
H A D | cellsh3.cxx | 62 inline long HMMToTwips(long nHMM) { return (nHMM * 72 + 63) / 127; } in HMMToTwips() function 537 … sal::static_int_cast<sal_uInt16>( HMMToTwips(rUInt16Item.GetValue()) ) ); in Execute() 590 … sal::static_int_cast<sal_uInt16>( HMMToTwips(rUInt16Item.GetValue()) ) ); in Execute() 643 … sal::static_int_cast<sal_uInt16>( HMMToTwips(rUInt16Item.GetValue()) ) ); in Execute() 696 … sal::static_int_cast<sal_uInt16>( HMMToTwips(rUInt16Item.GetValue()) ) ); in Execute()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | docoptio.cxx | 56 inline long HMMToTwips(long nHMM) { return (nHMM * 72 + 63) / 127; } in HMMToTwips() function 341 SetTabDistance( (sal_uInt16) HMMToTwips( nIntVal ) ); in ScDocCfg()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | defltuno.cxx | 81 inline long HMMToTwips(long nHMM) { return (nHMM * 72 + 63) / 127; } in HMMToTwips() function 174 aDocOpt.SetTabDistance(static_cast<sal_uInt16>(HMMToTwips(nValue))); in setPropertyValue()
|
H A D | docuno.cxx | 199 inline long HMMToTwips(long nHMM) { return (nHMM * 72 + 63) / 127; } in HMMToTwips() function 3055 (sal_uInt16)HMMToTwips(nNewWidth), sal_True, sal_True ); in setPropertyValue() 3287 pDoc->SetRowHeightOnly( nStartRow, nEndRow, nTab, (sal_uInt16)HMMToTwips(nNewHeight) ); in setPropertyValue() 3305 (sal_uInt16)HMMToTwips(nNewHeight), sal_True, sal_True ); in setPropertyValue()
|
H A D | styleuno.cxx | 382 inline long HMMToTwips(long nHMM) { return (nHMM * 72 + 63) / 127; } in HMMToTwips() function 1785 … rSet.Put( SfxUInt16Item( pEntry->nWID, (sal_uInt16)HMMToTwips(nVal) ) ); in SetOnePropertyValueWithoutUpdate()
|
H A D | cellsuno.cxx | 802 inline long HMMToTwips(long nHMM) { return (nHMM * 72 + 63) / 127; } in HMMToTwips() function 940 rLine.SetOutWidth( (sal_uInt16)HMMToTwips( rStruct.OuterLineWidth ) ); in GetBorderLine() 941 rLine.SetInWidth( (sal_uInt16)HMMToTwips( rStruct.InnerLineWidth ) ); in GetBorderLine() 942 rLine.SetDistance( (sal_uInt16)HMMToTwips( rStruct.LineDistance ) ); in GetBorderLine() 954 rOuter.SetDistance( (sal_uInt16)HMMToTwips( rBorder.Distance ) ); in FillBoxItems() 2157 rSet.Put( SfxUInt16Item( rEntry.nWID, (sal_uInt16)HMMToTwips(nIntVal) ) ); in lcl_SetCellProperty() 8932 nNewWidth = HMMToTwips(nNewWidth); in SetOnePropertyValue() 9077 nNewHeight = HMMToTwips(nNewHeight); in SetOnePropertyValue()
|
/aoo4110/main/sc/source/core/data/ |
H A D | patattr.cxx | 81 inline long HMMToTwips(long nHMM) { return (nHMM * 72 + 63) / 127; } in HMMToTwips() function 755 … rDestSet.Put( SvxFontHeightItem( HMMToTwips( ((const SvxFontHeightItem*)pItem)->GetHeight() ), in GetFromEditItemSet() 758 … rDestSet.Put( SvxFontHeightItem( HMMToTwips( ((const SvxFontHeightItem*)pItem)->GetHeight() ), in GetFromEditItemSet() 761 … rDestSet.Put( SvxFontHeightItem( HMMToTwips( ((const SvxFontHeightItem*)pItem)->GetHeight() ), in GetFromEditItemSet()
|
Completed in 98 milliseconds