Searched refs:aTbxStyle (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/svx/source/dialog/ |
| H A D | fontwork.cxx | 210 aTbxStyle (this, ResId(TBX_STYLE,*rResId.GetResMgr())), in SvxFontWorkDialog() 257 Size aSize = aTbxStyle.CalcWindowSizePixel(); in SvxFontWorkDialog() 258 aTbxStyle.SetSizePixel(aSize); in SvxFontWorkDialog() 259 aTbxStyle.SetSelectHdl( LINK(this, SvxFontWorkDialog, SelectStyleHdl_Impl) ); in SvxFontWorkDialog() 388 aTbxStyle.Enable(); in SetStyle_Impl() 393 aTbxStyle.CheckItem(TBI_STYLE_ROTATE, sal_False); in SetStyle_Impl() 394 aTbxStyle.CheckItem(TBI_STYLE_UPRIGHT, sal_False); in SetStyle_Impl() 395 aTbxStyle.CheckItem(TBI_STYLE_SLANTX, sal_False); in SetStyle_Impl() 396 aTbxStyle.CheckItem(TBI_STYLE_SLANTY, sal_False); in SetStyle_Impl() 398 aTbxStyle.CheckItem(TBI_STYLE_OFF, sal_True); in SetStyle_Impl() [all …]
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | fontwork.hxx | 103 ToolBox aTbxStyle; member in SvxFontWorkDialog
|