Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/dialogs/
H A Dproperty.cxx1156 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()
[all …]
/AOO41X/main/svtools/source/inc/
H A Dproperty.hxx441 SvListBoxForProperties* GetTheListBox();