Lines Matching refs:Count

124 	if( aFontTbl.Count() )  in ~SvxRTFParser()
126 if( aStyleTbl.Count() ) in ~SvxRTFParser()
154 if( aFontTbl.Count() ) in CallParser()
156 if( aStyleTbl.Count() ) in CallParser()
204 if( aFontTbl.Count() ) in NextToken()
242 for( sal_uInt16 n = aAttrSetList.Count(); n; ) in NextToken()
408 if( aStyleTbl.Count() ) in ReadStyleTable()
825 for( sal_uInt32 nCnt = aFontTbl.Count(); nCnt; ) in ClearFontTbl()
832 for( sal_uInt32 nCnt = aStyleTbl.Count(); nCnt; ) in ClearStyleTbl()
903 !rStkType.GetAttrSet().Count() || in _ClearStyleAttr()
950 ((!pOld->aAttrSet.Count() && !pOld->nStyleNo ) || in AttrGroupEnd()
956 if( pAkt && pOld->aAttrSet.Count() ) in AttrGroupEnd()
972 if( !pOld->aAttrSet.Count() && !pOld->pChildList && in AttrGroupEnd()
1016 for( sal_uInt16 n = 0; n < aPardMap.Count() && in AttrGroupEnd()
1017 pOld->aAttrSet.Count(); ++n ) in AttrGroupEnd()
1021 if( !pOld->aAttrSet.Count() && !pOld->pChildList && in AttrGroupEnd()
1038 for( sal_uInt16 n = 0; n < aPardMap.Count() && in AttrGroupEnd()
1039 pNew->aAttrSet.Count(); ++n ) in AttrGroupEnd()
1045 if( pNew->aAttrSet.Count() == pOld->aAttrSet.Count() ) in AttrGroupEnd()
1072 aAttrSetList.Insert( pOld, aAttrSetList.Count() ); in AttrGroupEnd()
1073 aAttrSetList.Insert( pNew, aAttrSetList.Count() ); in AttrGroupEnd()
1107 if( bCrsrBack && 50 < pAkt->pChildList->Count() ) in AttrGroupEnd()
1130 aAttrSetList.Insert( pOld, aAttrSetList.Count() ); in AttrGroupEnd()
1154 for( sal_uInt16 n = aAttrSetList.Count(); n; ) in SetAllAttrOfStk()
1171 if( rSet.aAttrSet.Count() || rSet.nStyleNo ) in SetAttrSet()
1176 for( sal_uInt16 n = 0; n < rSet.pChildList->Count(); ++n ) in SetAttrSet()
1207 if( aWhichMap.Count() ) in BuildWhichTbl()
1208 aWhichMap.Remove( 0, aWhichMap.Count() ); in BuildWhichTbl()
1214 SvParser::BuildWhichTbl( aWhichMap, (sal_uInt16*)aPardMap.GetData(), aPardMap.Count() ); in BuildWhichTbl()
1215 SvParser::BuildWhichTbl( aWhichMap, (sal_uInt16*)aPlainMap.GetData(), aPlainMap.Count() ); in BuildWhichTbl()
1293 pChildList->Insert( pIns, pChildList->Count() ); in Add()
1339 sal_uInt16 nCount = pChildList ? pChildList->Count() : 0; in MoveFullNode()
1355 ENSURE_OR_RETURN_VOID(pChildList->Count(), "Compress: ChildList empty"); in Compress()
1360 if( !pTmp->aAttrSet.Count() || in Compress()
1369 for( n = 1; n < pChildList->Count(); ++n ) in Compress()
1381 while( ++n < pChildList->Count() ) in Compress()
1406 if( !aMrgSet.Count() ) in Compress()
1420 for( n = 0; n < pChildList->Count(); ++n ) in Compress()
1425 if( !pTmp->pChildList && !pTmp->aAttrSet.Count() && !pTmp->nStyleNo ) in Compress()
1433 if( !pChildList->Count() ) in Compress()
1441 if( rDefaults.Count() ) in SetRTFDefaults()