Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/dbpilots/
H A Dgridwizard.cxx415 ListBox& rMoveTo = bMoveRight ? m_aSelFields : m_aExistFields; in IMPL_LINK() local
426 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 15 milliseconds