Home
last modified time | relevance | path

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

/trunk/main/svtools/source/config/test/
H A Dtest.cxx172 SvtDynamicMenuOptions aCFG; in impl_testDynamicMenuOptions() local
183 Sequence< Sequence< PropertyValue > > lNewMenu = aCFG.GetMenu( E_NEWMENU ); in impl_testDynamicMenuOptions()
184 Sequence< Sequence< PropertyValue > > lWizardMenu = aCFG.GetMenu( E_WIZARDMENU ); in impl_testDynamicMenuOptions()
188aCFG.AppendItem( E_NEWMENU, ASCII("private:factory/swriter"), ASCII("new writer"), ASCII("icon_wri… in impl_testDynamicMenuOptions()
189aCFG.AppendItem( E_NEWMENU, ASCII("private:factory/scalc" ), ASCII("new calc" ), ASCII("icon_cal… in impl_testDynamicMenuOptions()
190aCFG.AppendItem( E_NEWMENU, ASCII("private:factory/sdraw" ), ASCII("new draw" ), ASCII("icon_dra… in impl_testDynamicMenuOptions()
192 lNewMenu = aCFG.GetMenu( E_NEWMENU ); in impl_testDynamicMenuOptions()
197aCFG.AppendItem( E_WIZARDMENU, ASCII("file://a"), ASCII("system file"), ASCII("icon_file"), ASCII(… in impl_testDynamicMenuOptions()
198aCFG.AppendItem( E_WIZARDMENU, ASCII("ftp://b" ), ASCII("ftp host" ), ASCII("icon_ftp" ), ASCII(… in impl_testDynamicMenuOptions()
199aCFG.AppendItem( E_WIZARDMENU, ASCII("http://c"), ASCII("www" ), ASCII("icon_www" ), ASCII(… in impl_testDynamicMenuOptions()
[all …]

Completed in 15 milliseconds