Home
last modified time | relevance | path

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

/AOO41X/main/soldep/source/
H A Dsoldlg.cxx155 maVersionListBox( this, DtSodResId( DLG_VERSIONSELECT_LISTBOX )), in SolSelectVersionDlg()
166 maVersionListBox.InsertEntry( sVersion ); in SolSelectVersionDlg()
170 maVersionListBox.SelectEntryPos( 0 ); in SolSelectVersionDlg()
172 maVersionListBox.SetDoubleClickHdl( in SolSelectVersionDlg()
182 return ByteString(maVersionListBox.GetSelectEntry(), RTL_TEXTENCODING_ASCII_US ); in GetVersionMajor()
/AOO41X/main/soldep/inc/soldep/
H A Dsoldlg.hxx109 ListBox maVersionListBox; member in SolSelectVersionDlg