Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dcellsh3.cxx62 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()
/trunk/main/sc/source/core/tool/
H A Ddocoptio.cxx56 inline long HMMToTwips(long nHMM) { return (nHMM * 72 + 63) / 127; } in HMMToTwips() function
341 SetTabDistance( (sal_uInt16) HMMToTwips( nIntVal ) ); in ScDocCfg()
/trunk/main/sc/source/ui/unoobj/
H A Ddefltuno.cxx81 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 Ddocuno.cxx199 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 Dstyleuno.cxx382 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 Dcellsuno.cxx802 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()
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx81 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 97 milliseconds