Searched refs:aIconCtrl (Results 1 – 2 of 2) sorted by relevance
323 aIconCtrl( this, WB_ICON | WB_NOCOLUMNHEADER | WB_HIGHLIGHTFRAME | /*!WB_NOSELECTION |*/ in SvtIconWindow_Impl()334 aIconCtrl.SetAccessibleName( String( RTL_CONSTASCII_USTRINGPARAM("Groups") ) ); in SvtIconWindow_Impl()335 aIconCtrl.SetHelpId( HID_TEMPLATEDLG_ICONCTRL ); in SvtIconWindow_Impl()336 aIconCtrl.SetChoiceWithCursor( sal_True ); in SvtIconWindow_Impl()337 aIconCtrl.SetSelectionMode( SINGLE_SELECTION ); in SvtIconWindow_Impl()338 aIconCtrl.Show(); in SvtIconWindow_Impl()360 aIconCtrl.InsertEntry( aEntryStr, aImage, ICON_POS_NEWDOC ); in SvtIconWindow_Impl()372 pEntry = aIconCtrl.InsertEntry( in SvtIconWindow_Impl()384 pEntry = aIconCtrl.InsertEntry( in SvtIconWindow_Impl()395 pEntry = aIconCtrl.InsertEntry( in SvtIconWindow_Impl()[all …]
68 SvtIconChoiceCtrl aIconCtrl; member in SvtIconWindow_Impl86 inline void SetClickHdl( const Link& rLink ) { aIconCtrl.SetClickHdl( rLink ); } in SetClickHdl()113 return ( rKEvt.GetKeyCode().IsMod2() ? aIconCtrl.DoKeyInput( rKEvt ) : sal_False ); in ProcessKeyEvent()