Home
last modified time | relevance | path

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

/trunk/main/tools/source/memtools/
H A Dcontnr.cxx755 void Container::ImpInsert( void* p, CBlock* pBlock, sal_uInt16 nIndex ) in ImpInsert() function in Container
842 ImpInsert( p, pCurBlock, nCurIndex ); in Insert()
860 ImpInsert( p, pLastBlock, pLastBlock->Count() ); in Insert()
862 ImpInsert( p, NULL, 0 ); in Insert()
874 ImpInsert( p, pTemp, (sal_uInt16)nIndex ); in Insert()
/trunk/main/tools/inc/tools/
H A Dcontnr.hxx62 void ImpInsert( void* p, CBlock* pBlock, sal_uInt16 nIndex );

Completed in 20 milliseconds