Searched refs:E_WIZARDMENU (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/svtools/source/config/test/ |
H A D | test.cxx | 184 Sequence< Sequence< PropertyValue > > lWizardMenu = aCFG.GetMenu( E_WIZARDMENU ); in impl_testDynamicMenuOptions() 197 …aCFG.AppendItem( E_WIZARDMENU, ASCII("file://a"), ASCII("system file"), ASCII("icon_file"), ASCII(… in impl_testDynamicMenuOptions() 198 …aCFG.AppendItem( E_WIZARDMENU, ASCII("ftp://b" ), ASCII("ftp host" ), ASCII("icon_ftp" ), ASCII(… in impl_testDynamicMenuOptions() 199 …aCFG.AppendItem( E_WIZARDMENU, ASCII("http://c"), ASCII("www" ), ASCII("icon_www" ), ASCII(… in impl_testDynamicMenuOptions() 201 lWizardMenu = aCFG.GetMenu( E_WIZARDMENU ); in impl_testDynamicMenuOptions()
|
/aoo4110/main/unotools/source/config/ |
H A D | dynamicmenuoptions.cxx | 642 case E_WIZARDMENU : { in Clear() 669 case E_WIZARDMENU : { in GetMenu() 701 case E_WIZARDMENU : { in AppendItem()
|
/aoo4110/main/unotools/inc/unotools/ |
H A D | dynamicmenuoptions.hxx | 56 E_WIZARDMENU = 1, enumerator
|
/aoo4110/main/framework/source/fwe/classes/ |
H A D | bmkmenu.cxx | 161 aDynamicMenuEntries = SvtDynamicMenuOptions().GetMenu( E_WIZARDMENU ); in Initialize()
|
Completed in 26 milliseconds