Searched refs:CalcToPoint (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sw/source/ui/config/ |
H A D | optpage.cxx | 1060 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()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | unitconv.hxx | 43 SVT_DLLPUBLIC long CalcToPoint( long nIn, SfxMapUnit eUnit, sal_uInt16 nFaktor );
|
/aoo4110/main/svtools/source/misc/ |
H A D | unitconv.cxx | 346 long CalcToPoint( long nIn, SfxMapUnit eUnit, sal_uInt16 nFaktor ) in CalcToPoint() function
|
/aoo4110/main/sc/source/ui/sidebar/ |
H A D | AlignmentPropertyPanel.cxx | 434 mpMFLeftIndent->SetValue( CalcToPoint(nVal, SFX_MAPUNIT_TWIP, 1) ); in NotifyItemUpdate()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | chardlg.cxx | 1123 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()
|
/aoo4110/main/svx/source/sidebar/text/ |
H A D | TextPropertyPanel.cxx | 904 const sal_Int64 nValue (CalcToPoint(mpHeightItem->GetHeight(), eUnit, 10 )); in NotifyItemUpdate()
|
Completed in 38 milliseconds