Searched refs:rMoveTo (Results 1 – 1 of 1) sorted by relevance
415 ListBox& rMoveTo = bMoveRight ? m_aSelFields : m_aExistFields; in IMPL_LINK() local426 while (nInsertPos < rMoveTo.GetEntryCount()) in IMPL_LINK()428 if (reinterpret_cast<sal_IntPtr>(rMoveTo.GetEntryData(nInsertPos)) > nRelativeIndex) in IMPL_LINK()438 nInsertPos = rMoveTo.InsertEntry(sMovingEntry, nInsertPos); in IMPL_LINK()440 rMoveTo.SetEntryData(nInsertPos, reinterpret_cast<void*>(nRelativeIndex)); in IMPL_LINK()
Completed in 5 milliseconds