Home
last modified time | relevance | path

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

/AOO41X/main/tools/source/memtools/
H A Dcontnr.cxx511 if ( p->nCount && (!p->pFirstBlock || !p->pLastBlock || !p->pCurBlock) ) in DbgCheckContainer()
545 pBlock2 = pCont2->pFirstBlock; in ImpCopyContainer()
546 pFirstBlock = new CBlock( *pBlock2, NULL ); in ImpCopyContainer()
549 pCurBlock = pFirstBlock; in ImpCopyContainer()
550 pBlock1 = pFirstBlock; in ImpCopyContainer()
572 pFirstBlock = NULL; in ImpCopyContainer()
636 pFirstBlock = NULL; in Container()
665 pFirstBlock = NULL; in Container()
674 pFirstBlock = new CBlock( (sal_uInt16)nSize, NULL ); in Container()
675 pLastBlock = pFirstBlock; in Container()
[all …]
/AOO41X/main/tools/inc/
H A Dimpcont.hxx112 if ( pFirstBlock && (nIndex < pFirstBlock->Count()) ) in ImpGetObject()
114 return pFirstBlock->GetObject( (sal_uInt16)nIndex ); in ImpGetObject()
137 if ( (pFirstBlock == pLastBlock) && pFirstBlock ) in ImpGetOnlyNodes()
138 return pFirstBlock->GetNodes(); in ImpGetOnlyNodes()
/AOO41X/main/tools/inc/tools/
H A Dcontnr.hxx46 CBlock* pFirstBlock; member in Container