Lines Matching refs:aIconCtrl

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()
404 aIconCtrl.CreateAutoMnemonics(); in SvtIconWindow_Impl()
409 for ( sal_uLong i = 0; i < aIconCtrl.GetEntryCount(); ++i ) in ~SvtIconWindow_Impl()
411 SvxIconChoiceCtrlEntry* pEntry = aIconCtrl.GetEntry( i ); in ~SvtIconWindow_Impl()
419 for ( sal_uLong i = 0; i < aIconCtrl.GetEntryCount(); ++i ) in GetEntry()
421 SvxIconChoiceCtrlEntry* pTemp = aIconCtrl.GetEntry( i ); in GetEntry()
441 aIconCtrl.SetPosSizePixel( Point( 0, nHeaderHeight ), aWinSize ); in Resize()
442 aIconCtrl.ArrangeIcons(); in Resize()
448 SvxIconChoiceCtrlEntry* pEntry = aIconCtrl.GetCursor( ); in GetCursorPosIconURL()
458 SvxIconChoiceCtrlEntry* pEntry = aIconCtrl.GetSelectedEntry( nPos ); in GetSelectedIconURL()
468 … return MnemonicGenerator::EraseAllMnemonicChars( aIconCtrl.GetSelectedEntry( nPos )->GetText() ); in GetSelectedIconText()
482 aIconCtrl.Invalidate(); in InvalidateIconControl()
489 SvxIconChoiceCtrlEntry* pCursorEntry = aIconCtrl.GetCursor( ); in GetCursorPos()
491 nPos = aIconCtrl.GetEntryListPos( pCursorEntry ); in GetCursorPos()
499 if ( !aIconCtrl.GetSelectedEntry( nPos ) ) in GetSelectEntryPos()
506 SvxIconChoiceCtrlEntry* pEntry = aIconCtrl.GetEntry( nPos ); in SetCursorPos()
507 aIconCtrl.SetCursor( pEntry ); in SetCursorPos()
508 aIconCtrl.Invalidate(); in SetCursorPos()
509 aIconCtrl.Update(); in SetCursorPos()
514 aIconCtrl.GrabFocus(); in SetFocus()
521 sal_uLong nCount = aIconCtrl.GetEntryCount(); in CalcHeight()
524 nHeight = aIconCtrl.GetEntry(nCount-1)->GetBoundRect().Bottom(); in CalcHeight()
564 aIconCtrl.GetEntry( ICON_POS_NEWDOC )->SetImage( in UpdateIcons()
566 aIconCtrl.GetEntry( ICON_POS_TEMPLATES )->SetImage( in UpdateIcons()
568 aIconCtrl.GetEntry( ICON_POS_MYDOCS )->SetImage( in UpdateIcons()
570 aIconCtrl.GetEntry( ICON_POS_SAMPLES )->SetImage( in UpdateIcons()
578 SvxIconChoiceCtrlEntry* pEntry = aIconCtrl.GetEntry( nFolderPosition ); in SelectFolder()
581 aIconCtrl.SetCursor( pEntry ); in SelectFolder()
582 aIconCtrl.GetClickHdl().Call(&aIconCtrl); in SelectFolder()