Lines Matching refs:pChildList

949 			if( !pOld->pChildList &&  in AttrGroupEnd()
972 if( !pOld->aAttrSet.Count() && !pOld->pChildList && in AttrGroupEnd()
1021 if( !pOld->aAttrSet.Count() && !pOld->pChildList && in AttrGroupEnd()
1107 if( bCrsrBack && 50 < pAkt->pChildList->Count() ) in AttrGroupEnd()
1169 if( rSet.pChildList ) in SetAttrSet()
1175 if( rSet.pChildList ) in SetAttrSet()
1176 for( sal_uInt16 n = 0; n < rSet.pChildList->Count(); ++n ) in SetAttrSet()
1177 SetAttrSet( *(*rSet.pChildList)[ n ] ); in SetAttrSet()
1253 pChildList( 0 ), in SvxRTFItemStackType()
1267 pChildList( 0 ), in SvxRTFItemStackType()
1282 if( pChildList ) in ~SvxRTFItemStackType()
1283 delete pChildList; in ~SvxRTFItemStackType()
1291 if( !pChildList ) in Add()
1292 pChildList = new SvxRTFItemStackList( 4, 16 ); in Add()
1293 pChildList->Insert( pIns, pChildList->Count() ); in Add()
1339 sal_uInt16 nCount = pChildList ? pChildList->Count() : 0; in MoveFullNode()
1342 SvxRTFItemStackType* pStk = (*pChildList)[i]; in MoveFullNode()
1354 ENSURE_OR_RETURN_VOID(pChildList, "Compress: no ChildList" ); in Compress()
1355 ENSURE_OR_RETURN_VOID(pChildList->Count(), "Compress: ChildList empty"); in Compress()
1358 SvxRTFItemStackType* pTmp = (*pChildList)[0]; in Compress()
1369 for( n = 1; n < pChildList->Count(); ++n ) in Compress()
1371 pTmp = (*pChildList)[n]; in Compress()
1372 if( pTmp->pChildList ) in Compress()
1381 while( ++n < pChildList->Count() ) in Compress()
1382 if( (pTmp = (*pChildList)[n])->pChildList ) in Compress()
1420 for( n = 0; n < pChildList->Count(); ++n ) in Compress()
1422 pTmp = (*pChildList)[n]; in Compress()
1425 if( !pTmp->pChildList && !pTmp->aAttrSet.Count() && !pTmp->nStyleNo ) in Compress()
1427 pChildList->Remove( n ); in Compress()
1433 if( !pChildList->Count() ) in Compress()
1435 delete pChildList; in Compress()
1436 pChildList = 0; in Compress()