Searched refs:srcpos (Results 1 – 1 of 1) sorted by relevance
827 XmlIdList_t::iterator srcpos( in RegisterCopy() local829 OSL_ENSURE(srcpos != pList->end(), "source not in list???"); in RegisterCopy()830 if (srcpos == pList->end()) in RegisterCopy()836 pList->insert( srcpos, &i_rCopy ); in RegisterCopy()841 pList->insert( ++srcpos, &i_rCopy ); in RegisterCopy()
Completed in 13 milliseconds