Lines Matching refs:aIconCtrl
326 aIconCtrl( this, WB_ICON | WB_NOCOLUMNHEADER | WB_HIGHLIGHTFRAME | /*!WB_NOSELECTION |*/ in SvtIconWindow_Impl()
337 aIconCtrl.SetAccessibleName( String( RTL_CONSTASCII_USTRINGPARAM("Groups") ) ); in SvtIconWindow_Impl()
338 aIconCtrl.SetHelpId( HID_TEMPLATEDLG_ICONCTRL ); in SvtIconWindow_Impl()
339 aIconCtrl.SetChoiceWithCursor( sal_True ); in SvtIconWindow_Impl()
340 aIconCtrl.SetSelectionMode( SINGLE_SELECTION ); in SvtIconWindow_Impl()
341 aIconCtrl.Show(); in SvtIconWindow_Impl()
363 aIconCtrl.InsertEntry( aEntryStr, aImage, ICON_POS_NEWDOC ); in SvtIconWindow_Impl()
375 pEntry = aIconCtrl.InsertEntry( in SvtIconWindow_Impl()
387 pEntry = aIconCtrl.InsertEntry( in SvtIconWindow_Impl()
398 pEntry = aIconCtrl.InsertEntry( in SvtIconWindow_Impl()
407 aIconCtrl.CreateAutoMnemonics(); in SvtIconWindow_Impl()
412 for ( sal_uLong i = 0; i < aIconCtrl.GetEntryCount(); ++i ) in ~SvtIconWindow_Impl()
414 SvxIconChoiceCtrlEntry* pEntry = aIconCtrl.GetEntry( i ); in ~SvtIconWindow_Impl()
422 for ( sal_uLong i = 0; i < aIconCtrl.GetEntryCount(); ++i ) in GetEntry()
424 SvxIconChoiceCtrlEntry* pTemp = aIconCtrl.GetEntry( i ); in GetEntry()
444 aIconCtrl.SetPosSizePixel( Point( 0, nHeaderHeight ), aWinSize ); in Resize()
445 aIconCtrl.ArrangeIcons(); in Resize()
451 SvxIconChoiceCtrlEntry* pEntry = aIconCtrl.GetCursor( ); in GetCursorPosIconURL()
461 SvxIconChoiceCtrlEntry* pEntry = aIconCtrl.GetSelectedEntry( nPos ); in GetSelectedIconURL()
471 return MnemonicGenerator::EraseAllMnemonicChars( aIconCtrl.GetSelectedEntry( nPos )->GetText() ); in GetSelectedIconText()
485 aIconCtrl.Invalidate(); in InvalidateIconControl()
492 SvxIconChoiceCtrlEntry* pCursorEntry = aIconCtrl.GetCursor( ); in GetCursorPos()
494 nPos = aIconCtrl.GetEntryListPos( pCursorEntry ); in GetCursorPos()
502 if ( !aIconCtrl.GetSelectedEntry( nPos ) ) in GetSelectEntryPos()
509 SvxIconChoiceCtrlEntry* pEntry = aIconCtrl.GetEntry( nPos ); in SetCursorPos()
510 aIconCtrl.SetCursor( pEntry ); in SetCursorPos()
511 aIconCtrl.Invalidate(); in SetCursorPos()
512 aIconCtrl.Update(); in SetCursorPos()
517 aIconCtrl.GrabFocus(); in SetFocus()
524 sal_uLong nCount = aIconCtrl.GetEntryCount(); in CalcHeight()
527 nHeight = aIconCtrl.GetEntry(nCount-1)->GetBoundRect().Bottom(); in CalcHeight()
567 aIconCtrl.GetEntry( ICON_POS_NEWDOC )->SetImage( in UpdateIcons()
569 aIconCtrl.GetEntry( ICON_POS_TEMPLATES )->SetImage( in UpdateIcons()
571 aIconCtrl.GetEntry( ICON_POS_MYDOCS )->SetImage( in UpdateIcons()
573 aIconCtrl.GetEntry( ICON_POS_SAMPLES )->SetImage( in UpdateIcons()
581 SvxIconChoiceCtrlEntry* pEntry = aIconCtrl.GetEntry( nFolderPosition ); in SelectFolder()
584 aIconCtrl.SetCursor( pEntry ); in SelectFolder()
585 aIconCtrl.GetClickHdl().Call(&aIconCtrl); in SelectFolder()