Lines Matching refs:aTbxStyle
200 aTbxStyle (this, ResId(TBX_STYLE,*rResId.GetResMgr())), in SvxFontWorkDialog()
247 Size aSize = aTbxStyle.CalcWindowSizePixel(); in SvxFontWorkDialog()
248 aTbxStyle.SetSizePixel(aSize); in SvxFontWorkDialog()
249 aTbxStyle.SetSelectHdl( LINK(this, SvxFontWorkDialog, SelectStyleHdl_Impl) ); in SvxFontWorkDialog()
372 aTbxStyle.Enable(); in SetStyle_Impl()
377 aTbxStyle.CheckItem(TBI_STYLE_ROTATE, sal_False); in SetStyle_Impl()
378 aTbxStyle.CheckItem(TBI_STYLE_UPRIGHT, sal_False); in SetStyle_Impl()
379 aTbxStyle.CheckItem(TBI_STYLE_SLANTX, sal_False); in SetStyle_Impl()
380 aTbxStyle.CheckItem(TBI_STYLE_SLANTY, sal_False); in SetStyle_Impl()
382 aTbxStyle.CheckItem(TBI_STYLE_OFF, sal_True); in SetStyle_Impl()
386 aTbxStyle.CheckItem(TBI_STYLE_OFF, sal_False); in SetStyle_Impl()
387 aTbxStyle.CheckItem(nId); in SetStyle_Impl()
393 aTbxStyle.Disable(); in SetStyle_Impl()
681 sal_uInt16 nId = aTbxStyle.GetCurItemId(); in IMPL_LINK()
904 aTbxStyle.SetImageList( rImgLst ); in ApplyImageList()