Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/config/
H A Doptpage.cxx1057 aStandardHeightLB.SetValue( CalcToPoint( nStandardHeight, SFX_MAPUNIT_TWIP, 10 ) ); in Reset()
1058 aTitleHeightLB. SetValue( CalcToPoint( nTitleHeight , SFX_MAPUNIT_TWIP, 10 ) ); in Reset()
1059 aListHeightLB. SetValue( CalcToPoint( nListHeight , SFX_MAPUNIT_TWIP, 10 ) ); in Reset()
1060 aLabelHeightLB. SetValue( CalcToPoint( nLabelHeight , SFX_MAPUNIT_TWIP, 10 )); in Reset()
1061 aIndexHeightLB. SetValue( CalcToPoint( nIndexHeight , SFX_MAPUNIT_TWIP, 10 )); in Reset()
1096 aStandardHeightLB.SetValue( CalcToPoint( in IMPL_LINK()
1099 aTitleHeightLB .SetValue(CalcToPoint( in IMPL_LINK()
1102 aListHeightLB .SetValue(CalcToPoint( in IMPL_LINK()
1105 aLabelHeightLB .SetValue(CalcToPoint( in IMPL_LINK()
1108 aIndexHeightLB .SetValue(CalcToPoint( in IMPL_LINK()
/trunk/main/svtools/inc/svtools/
H A Dunitconv.hxx43 SVT_DLLPUBLIC long CalcToPoint( long nIn, SfxMapUnit eUnit, sal_uInt16 nFaktor );
/trunk/main/svtools/source/misc/
H A Dunitconv.cxx346 long CalcToPoint( long nIn, SfxMapUnit eUnit, sal_uInt16 nFaktor ) in CalcToPoint() function
/trunk/main/sc/source/ui/sidebar/
H A DAlignmentPropertyPanel.cxx434 mpMFLeftIndent->SetValue( CalcToPoint(nVal, SFX_MAPUNIT_TWIP, 1) ); in NotifyItemUpdate()
/trunk/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()
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx904 const sal_Int64 nValue (CalcToPoint(mpHeightItem->GetHeight(), eUnit, 10 )); in NotifyItemUpdate()

Completed in 52 milliseconds