Lines Matching refs:aCharFmtLB
1302 aCharFmtLB( this, CUI_RES(LB_CHARFMT )), in SvxNumOptionsTabPage()
1348 aCharFmtLB.SetSelectHdl(LINK(this, SvxNumOptionsTabPage, CharFmtHdl_Impl)); in SvxNumOptionsTabPage()
1646 aCharFmtLB.Show(bCharFmt); in Reset()
1884 aCharFmtLB.SelectEntry(sFirstCharFmt); in InitControls()
1886 aCharFmtLB.SelectEntryPos( 0 ); in InitControls()
1889 aCharFmtLB.SetNoSelection(); in InitControls()
1932 aCharFmtLB.Show(!bBitmap && bCharFmt); in SwitchNumberType()
2132 aCharFmtLB.SelectEntry(sSelectStyle); in IMPL_LINK()
2133 CharFmtHdl_Impl(&aCharFmtLB); in IMPL_LINK()
2536 sal_uInt16 nEntryPos = aCharFmtLB.GetSelectEntryPos(); in IMPL_LINK()
2537 String sEntry = aCharFmtLB.GetSelectEntry(); in IMPL_LINK()