Searched refs:pFirstBlock (Results 1 – 3 of 3) sorted by relevance
511 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 …]
112 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()
46 CBlock* pFirstBlock; member in Container