Searched refs:pCChild (Results 1 – 1 of 1) sorted by relevance
1295 const ScChangeActionContent* pCChild=(const ScChangeActionContent*)pActionTable->First(); in InsertContentChilds() local1296 while(pCChild!=NULL) in InsertContentChilds()1298 if( pCChild->GetState()==SC_CAS_VIRGIN ) in InsertContentChilds()1300 pCChild=(const ScChangeActionContent*)pActionTable->Next(); in InsertContentChilds()1303 if(pCChild==NULL) return sal_True; in InsertContentChilds()1305 SvLBoxEntry* pOriginal=InsertChangeActionContent(pCChild,pParent,RD_SPECIAL_CONTENT); in InsertContentChilds()1316 while(pCChild!=NULL) in InsertContentChilds()1318 if(pCChild->GetState()==SC_CAS_VIRGIN) in InsertContentChilds()1320 pEntry=InsertChangeActionContent(pCChild,pParent,RD_SPECIAL_NONE); in InsertContentChilds()1325 pCChild=(const ScChangeActionContent*)pActionTable->Next(); in InsertContentChilds()
Completed in 17 milliseconds