Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/misc/
H A Dredlndlg.cxx750 SvLBoxEntryArr aLBoxArr; in RemoveParents() local
797 long nIdx = aLBoxArr.Count() - 1L; in RemoveParents()
800 pModel->GetAbsPos(aLBoxArr[ static_cast< sal_uInt16 >(nIdx) ]) > nAbsPos) in RemoveParents()
802 aLBoxArr.Insert( pEntry, static_cast< sal_uInt16 >(++nIdx) ); in RemoveParents()
807 long nIdx = (long)aLBoxArr.Count() - 1L; in RemoveParents()
809 pTable->RemoveEntry(aLBoxArr[ static_cast< sal_uInt16 >(nIdx--) ]); in RemoveParents()

Completed in 12 milliseconds