Searched refs:bMoveRight (Results 1 – 1 of 1) sorted by relevance
414 sal_Bool bMoveRight = (&m_aSelectOne == _pButton); in IMPL_LINK() local415 ListBox& rMoveTo = bMoveRight ? m_aSelFields : m_aExistFields; in IMPL_LINK()418 …sal_uInt16 nSelected = bMoveRight ? m_aExistFields.GetSelectEntryPos() : m_aSelFields.GetSelectEnt… in IMPL_LINK()420 …sal_IntPtr nRelativeIndex = reinterpret_cast<sal_IntPtr>(bMoveRight ? m_aExistFields.GetEntryData(… in IMPL_LINK()423 if (!bMoveRight) in IMPL_LINK()435 …String sMovingEntry = bMoveRight ? m_aExistFields.GetEntry(nSelected) : m_aSelFields.GetEntry(nSel… in IMPL_LINK()443 if (bMoveRight) in IMPL_LINK()469 sal_Bool bMoveRight = (&m_aSelectAll == _pButton); in IMPL_LINK() local472 fillListBox(bMoveRight ? m_aSelFields : m_aExistFields, getContext().aFieldNames); in IMPL_LINK()
Completed in 24 milliseconds