Home
last modified time | relevance | path

Searched refs:CalcToPoint (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/sw/source/ui/config/
H A Doptpage.cxx1060 aStandardHeightLB.SetValue( CalcToPoint( nStandardHeight, SFX_MAPUNIT_TWIP, 10 ) ); in Reset()
1061 aTitleHeightLB. SetValue( CalcToPoint( nTitleHeight , SFX_MAPUNIT_TWIP, 10 ) ); in Reset()
1062 aListHeightLB. SetValue( CalcToPoint( nListHeight , SFX_MAPUNIT_TWIP, 10 ) ); in Reset()
1063 aLabelHeightLB. SetValue( CalcToPoint( nLabelHeight , SFX_MAPUNIT_TWIP, 10 )); in Reset()
1064 aIndexHeightLB. SetValue( CalcToPoint( nIndexHeight , SFX_MAPUNIT_TWIP, 10 )); in Reset()
1099 aStandardHeightLB.SetValue( CalcToPoint( in IMPL_LINK()
1102 aTitleHeightLB .SetValue(CalcToPoint( in IMPL_LINK()
1105 aListHeightLB .SetValue(CalcToPoint( in IMPL_LINK()
1108 aLabelHeightLB .SetValue(CalcToPoint( in IMPL_LINK()
1111 aIndexHeightLB .SetValue(CalcToPoint( in IMPL_LINK()
/aoo41x/main/svtools/inc/svtools/
H A Dunitconv.hxx43 SVT_DLLPUBLIC long CalcToPoint( long nIn, SfxMapUnit eUnit, sal_uInt16 nFaktor );
/aoo41x/main/svtools/source/misc/
H A Dunitconv.cxx346 long CalcToPoint( long nIn, SfxMapUnit eUnit, sal_uInt16 nFaktor ) in CalcToPoint() function
/aoo41x/main/sc/source/ui/sidebar/
H A DAlignmentPropertyPanel.cxx434 mpMFLeftIndent->SetValue( CalcToPoint(nVal, SFX_MAPUNIT_TWIP, 1) ); in NotifyItemUpdate()
/aoo41x/main/cui/source/tabpages/
H A Dchardlg.cxx1123 pSizeBox->SetValue( (long)CalcToPoint( rItem.GetHeight(), eUnit, 10 ) ); in Reset_Impl()
1130 pSizeBox->SetValue( (long)CalcToPoint( rItem.GetHeight(), eUnit, 10 ) ); in Reset_Impl()
1635 static_cast< short >( CalcToPoint( rHeightItem.GetHeight(), eUnit, 1 ) * 10 ); in enableRelativeMode()
/aoo41x/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx904 const sal_Int64 nValue (CalcToPoint(mpHeightItem->GetHeight(), eUnit, 10 )); in NotifyItemUpdate()

Completed in 121 milliseconds