Searched refs:aTbxStyle (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/svx/source/dialog/ |
| H A D | fontwork.cxx | 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() [all …]
|
| /AOO42X/main/svx/inc/svx/ |
| H A D | fontwork.hxx | 96 ToolBox aTbxStyle; member in SvxFontWorkDialog
|