Lines Matching refs:GetTheListBox
1156 SvListBoxForProperties* SvTabPageForProperties::GetTheListBox() in GetTheListBox() function in SvTabPageForProperties
1225 pPage->GetTheListBox()->SetController(pThePropDataCtr); in AppendPage()
1245 return pPage->GetTheListBox()->CalcVisibleLines(); in CalcVisibleLines()
1251 pPage->GetTheListBox()->EnableUpdate(); in EnableUpdate()
1258 pPage->GetTheListBox()->DisableUpdate(); in DisableUpdate()
1271 pPage->GetTheListBox()->SetController(pThePropDataCtr); in SetController()
1280 return pPage->GetTheListBox()->InsertEntry(rData,nPos); in InsertEntry()
1287 pPage->GetTheListBox()->ChangeEntry(rData,nPos); in ChangeEntry()
1294 return pPage->GetTheListBox()->AppendEntry(rData); in AppendEntry()
1301 pPage->GetTheListBox()->SetPropertyValue( rEntryName, rValue ); in SetPropertyValue()
1308 pPage->GetTheListBox()->SetFirstVisibleEntry(nPos); in SetFirstVisibleEntry()
1314 return pPage->GetTheListBox()->GetFirstVisibleEntry(); in GetFirstVisibleEntry()
1321 pPage->GetTheListBox()->SetSelectedEntry(nPos); in SetSelectedEntry()
1327 return pPage->GetTheListBox()->GetSelectedEntry(); in GetSelectedEntry()
1334 pPage->GetTheListBox()->Clear(); in ClearTable()