Home
last modified time | relevance | path

Searched refs:aIndexHeightLB (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/ui/config/
H A Doptpage.cxx645 aIndexHeightLB( this, SW_RES( LB_INDEX_SIZE )), in SwStdFontTabPage()
694 aIndexHeightLB. SetModifyHdl( aModifyHeightLink ); in SwStdFontTabPage()
766 …bool bIndexHeightChanged = aIndexHeightLB.GetSavedValue() != aIndexHeightLB.GetText() && (!bIndexH… in FillItemSet()
796 float fSize = (float)aIndexHeightLB.GetValue() / 10; in FillItemSet()
873 … sal::static_int_cast< sal_uInt16, sal_Int64 >(aIndexHeightLB.GetValue()), nFontHeightWhich); in FillItemSet()
1058 aIndexHeightLB.Fill( &aFontInfo, pFontList ); in Reset()
1064 aIndexHeightLB. SetValue( CalcToPoint( nIndexHeight , SFX_MAPUNIT_TWIP, 10 )); in Reset()
1076 aIndexHeightLB. SaveValue(); in Reset()
1111 aIndexHeightLB .SetValue(CalcToPoint( in IMPL_LINK()
1161 aIndexHeightLB.SetValue(nValue, FUNIT_TWIP); in IMPL_LINK()
[all …]
/AOO41X/main/sw/source/ui/inc/
H A Doptpage.hxx201 FontSizeBox aIndexHeightLB; member in SwStdFontTabPage