Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_Startup.java510 settings.savedSessions.clear(); in prepareSessionLists()
513 …settings.savedSessions.add(i, sessions[i]); // add an empty session to the saved session list whic… in prepareSessionLists()
538 ListModelBinder.fillComboBox(cbSaveSettings, settings.savedSessions.items(), null); in fillLists()
H A DWWD_Events.java232 settings.savedSessions.remove(selected[0] - 1); in delSession()
874 ListModelBinder.fillComboBox(cbSaveSettings, settings.savedSessions.items(), null); in saveSession()
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGSettings.java63 public ConfigSet savedSessions = new ConfigSet(CGSessionName.class); field in CGSettings