Searched refs:fromPos (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sw/qa/core/ |
H A D | bigpointerarray-new.cxx | 40 void BigPtrArray::Move(sal_uLong fromPos, sal_uLong toPos) in Move() argument 42 …DBG_ASSERT(fromPos < container_.size() && toPos < container_.size(), "BigPtrArray.Move preconditio… in Move() 43 Insert(container_[fromPos], toPos); in Move() 44 Remove(toPos < fromPos ? fromPos + 1 : fromPos, 1); in Move() 47 void BigPtrArray::ForEach(sal_uLong fromPos, sal_uLong toPos, FnForEach fn, void* pArgs) in ForEach() argument 49 …DBG_ASSERT(fromPos < toPos && fromPos < container_.size() && toPos < container_.size(), "BigPtrArr… in ForEach() 50 Container_t::const_iterator iter = container_.begin() + fromPos; in ForEach()
|
H A D | bigpointerarray-new.hxx | 115 void Move(sal_uLong fromPos, sal_uLong toPos); 145 void ForEach(sal_uLong fromPos, sal_uLong toPos, FnForEach fn, void* pArgs = NULL);
|
Completed in 18 milliseconds