Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/dbpilots/
H A Dgroupboxwiz.cxx209 ,m_aExistingRadios (this, ModuleRes(LB_RADIOBUTTONS)) in ORadioSelectionPage()
225 adjustControlForNoDSDisplay(&m_aExistingRadios, sal_True); in ORadioSelectionPage()
234 m_aExistingRadios.EnableMultiSelection(sal_True); in ORadioSelectionPage()
238 m_aExistingRadios.SetAccessibleRelationMemberOf(&m_aExistingRadios); in ORadioSelectionPage()
274 rSettings.aLabels.reserve(m_aExistingRadios.GetEntryCount()); in commitPage()
278 rSettings.aLabels.push_back(m_aExistingRadios.GetEntry(i)); in commitPage()
291 while (m_aExistingRadios.GetSelectEntryCount()) in IMPL_LINK()
292 m_aExistingRadios.RemoveEntry(m_aExistingRadios.GetSelectEntryPos(0)); in IMPL_LINK()
296 m_aExistingRadios.InsertEntry(m_aRadioName.GetText()); in IMPL_LINK()
304 m_aExistingRadios.GrabFocus(); in IMPL_LINK()
[all …]
H A Dgroupboxwiz.hxx104 ListBox m_aExistingRadios; member in dbp::ORadioSelectionPage

Completed in 12 milliseconds