Home
last modified time | relevance | path

Searched refs:maIconCtrl (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/cui/source/dialogs/
H A Diconcdlg.cxx219 maIconCtrl ( this, WB_3DLOOK | WB_ICON | WB_BORDER | in IconChoiceDialog()
243maIconCtrl.SetStyle (WB_3DLOOK | WB_ICON | WB_BORDER | WB_NOCOLUMNHEADER | WB_HIGHLIGHTFRAME | /* … in IconChoiceDialog()
245 maIconCtrl.SetClickHdl ( LINK ( this, IconChoiceDialog , ChosePageHdl_Impl ) ); in IconChoiceDialog()
246 maIconCtrl.Show(); in IconChoiceDialog()
247 maIconCtrl.SetChoiceWithCursor ( sal_True ); in IconChoiceDialog()
248 maIconCtrl.SetSelectionMode( SINGLE_SELECTION ); in IconChoiceDialog()
249 maIconCtrl.SetHelpId( HID_ICCDIALOG_CHOICECTRL ); in IconChoiceDialog()
330 for ( i=0; i<maIconCtrl.GetEntryCount(); i++) in ~IconChoiceDialog()
332 SvxIconChoiceCtrlEntry* pEntry = maIconCtrl.GetEntry ( i ); in ~IconChoiceDialog()
366 … SvxIconChoiceCtrlEntry* pEntry = maIconCtrl.InsertEntry( rIconText, rChoiceIcon, rChoiceIconHC ); in AddTabPage()
[all …]
/AOO41X/main/cui/source/inc/
H A Diconcdlg.hxx163 SvtIconChoiceCtrl maIconCtrl; // DAS IconChoice-Control member in IconChoiceDialog