Searched refs:m_aAllParams (Results 1 – 2 of 2) sorted by relevance
95 ,m_aAllParams (this, ModuleRes(LB_ALLPARAMS)) \144 m_aAllParams.InsertEntry(pValues->Name); in DBG_NAME()183 m_aAllParams.SetSelectHdl(LINK(this, OParameterDialog, OnEntrySelected)); in Construct()190 if (m_aAllParams.GetEntryCount()) in Construct()192 m_aAllParams.SelectEntryPos(0); in Construct()193 LINK(this, OParameterDialog, OnEntrySelected).Call(&m_aAllParams); in Construct()195 if (m_aAllParams.GetEntryCount() == 1) in Construct()200 if (m_aAllParams.GetEntryCount() > 1) in Construct()284 if (LINK(this, OParameterDialog, OnEntrySelected).Call(&m_aAllParams) != 0L) in IMPL_LINK()322 sal_uInt16 nCurrent = m_aAllParams.GetSelectEntryPos(); in IMPL_LINK()[all …]
92 ListBox m_aAllParams; member in dbaui::OParameterDialog