Lines Matching refs:rTbx
83 …wListBox( sal_uInt16 nSlotId, const rtl::OUString& rCommandURL, sal_uInt16 nTbxId, ToolBox& rTbx );
103 …dowListBox( sal_uInt16 nSlotId, const rtl::OUString& rCommandURL, sal_uInt16 nId, ToolBox& rTbx ) : in SvxPopupWindowListBox() argument
106 rToolBox ( rTbx ), in SvxPopupWindowListBox()
172 SvxListBoxControl::SvxListBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) in SvxListBoxControl() argument
173 :SfxToolBoxControl( nSlotId, nId, rTbx ), in SvxListBoxControl()
176 rTbx.SetItemBits( nId, TIB_DROPDOWN | rTbx.GetItemBits( nId ) ); in SvxListBoxControl()
177 rTbx.Invalidate(); in SvxListBoxControl()
267 SvxUndoRedoControl::SvxUndoRedoControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) in SvxUndoRedoControl() argument
268 : SvxListBoxControl( nSlotId, nId, rTbx ) in SvxUndoRedoControl()
270 rTbx.SetItemBits( nId, TIB_DROPDOWN | rTbx.GetItemBits( nId ) ); in SvxUndoRedoControl()
271 rTbx.Invalidate(); in SvxUndoRedoControl()
272 aDefaultText = MnemonicGenerator::EraseAllMnemonicChars( rTbx.GetItemText( nId ) ); in SvxUndoRedoControl()