Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/web/
H A DWWD_Startup.java511 settings.savedSessions.clear(); in prepareSessionLists()
514 …settings.savedSessions.add(i, sessions[i]); // add an empty session to the saved session li… in prepareSessionLists()
539 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()
/AOO41X/main/wizards/com/sun/star/wizards/web/data/
H A DCGSettings.java63 public ConfigSet savedSessions = new ConfigSet(CGSessionName.class); field in CGSettings