Lines Matching refs:rTbx
89 ToolBox& rTbx ) : in SvxLineStyleToolBoxControl() argument
90 SfxToolBoxControl( nSlotId, nId, rTbx ), in SvxLineStyleToolBoxControl()
231 sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) : in SvxLineWidthToolBoxControl() argument
232 SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxLineWidthToolBoxControl()
298 sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) : in SvxLineColorToolBoxControl() argument
299 SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxLineColorToolBoxControl()
738 …eEndToolBoxControl::SvxLineEndToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox &rTbx ) : in SvxLineEndToolBoxControl() argument
739 SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxLineEndToolBoxControl()
741 rTbx.SetItemBits( nId, TIB_DROPDOWNONLY | rTbx.GetItemBits( nId ) ); in SvxLineEndToolBoxControl()
742 rTbx.Invalidate(); in SvxLineEndToolBoxControl()
775 ToolBox& rTbx = GetToolBox(); in StateChanged() local
777 rTbx.EnableItem( nId, SFX_ITEM_DISABLED != eState ); in StateChanged()
778 rTbx.SetItemState( nId, ( SFX_ITEM_DONTCARE == eState ) ? STATE_DONTKNOW : STATE_NOCHECK ); in StateChanged()