Lines Matching refs:m_aAllParams
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()
323 sal_uInt16 nCount = m_aAllParams.GetEntryCount(); in IMPL_LINK()
335 m_aAllParams.SelectEntryPos(nNext); in IMPL_LINK()
336 LINK(this, OParameterDialog, OnEntrySelected).Call(&m_aAllParams); in IMPL_LINK()
360 m_aAllParams.SelectEntryPos(m_nCurrentlySelected);
368 sal_uInt16 nSelected = m_aAllParams.GetSelectEntryPos();