Searched refs:ImpInsert (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/tools/source/memtools/ |
H A D | contnr.cxx | 755 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()
|
/aoo4110/main/tools/inc/tools/ |
H A D | contnr.hxx | 62 void ImpInsert( void* p, CBlock* pBlock, sal_uInt16 nIndex );
|
Completed in 26 milliseconds