Lines Matching refs:n

716 	for( sal_uInt16 n = pFldTypes->Count(); n > INIT_FLDTYPES; )  in GCFieldTypes()  local
717 if( !(*pFldTypes)[ --n ]->GetDepends() ) in GCFieldTypes()
718 RemoveFldType( n ); in GCFieldTypes()
1155 for( sal_uInt16 n = 0; n < nLast; ++n, ++ppSortLst ) in FldsToCalc() local
1173 for( sal_uInt16 n = pUpdtFlds->GetSortLst()->Count(); in FldsToCalc() local
1174 n && in FldsToCalc()
1178 --n, ++ppSortLst ) in FldsToCalc()
1292 sal_uInt16 nWhich, n; in UpdateExpFlds() local
1303 for( n = pFldTypes->Count(); n; ) in UpdateExpFlds()
1304 switch( ( pFldType = (*pFldTypes)[ --n ] )->Which() ) in UpdateExpFlds()
1348 for( n = pUpdtFlds->GetSortLst()->Count(); n; --n, ++ppSortLst ) in UpdateExpFlds()
1748 for (sal_uInt16 n = rArr.Count(); n; ) in GetAllUsedDB() local
1750 SwSection* pSect = rArr[ --n ]->GetSection(); in GetAllUsedDB()
1763 for (sal_uInt32 n = 0; n < nMaxItems; ++n) in GetAllUsedDB() local
1765 if( 0 == (pItem = GetAttrPool().GetItem2( RES_TXTATR_FIELD, n ) )) in GetAllUsedDB()
1923 for (sal_uInt16 n = rArr.Count(); n; ) in ChangeDBFields() local
1925 SwSection* pSect = rArr[ --n ]->GetSection(); in ChangeDBFields()
1938 for (sal_uInt32 n = 0; n < nMaxItems; ++n ) in ChangeDBFields() local
1940 if( 0 == (pItem = GetAttrPool().GetItem2( RES_TXTATR_FIELD, n ) )) in ChangeDBFields()
2209 for( sal_uInt16 n = 0, nEnd = pTNd->GetSwpHints().Count(); in SetFieldsDirty() local
2210 n < nEnd; ++n ) in SetFieldsDirty()
2212 const SwTxtAttr* pAttr = pTNd->GetSwpHints()[ n ]; in SetFieldsDirty()
2286 for( sal_uInt16 n = 0; n < pFldSortLst->Count(); ++n ) in InsDelFldInFldLst() local
2287 if( &rFld == (*pFldSortLst)[ n ]->GetPointer() ) in InsDelFldInFldLst()
2288 pFldSortLst->DeleteAndDestroy( n--, 1 ); in InsDelFldInFldLst()
2332 for (sal_uInt16 n = rArr.Count(); n; ) in _MakeFldList() local
2334 SwSection* pSect = rArr[ --n ]->GetSection(); in _MakeFldList()
2352 for (sal_uInt16 n = nArrStt; n < aTmpArr.Count(); ++n) in _MakeFldList() local
2354 pSectNd = rDoc.GetNodes()[ aTmpArr[ n ] ]->GetSectionNode(); in _MakeFldList()
2358 for (sal_uInt16 n = 0; n < nArrStt; ++n) in _MakeFldList() local
2360 pSectNd = rDoc.GetNodes()[ aTmpArr[ n ] ]->GetSectionNode(); in _MakeFldList()
2366 for (sal_uInt16 n = 0; n < aTmpArr.Count(); ++n) in _MakeFldList() local
2368 GetBodyNode( *rDoc.GetNodes()[ aTmpArr[ n ] ]->GetSectionNode() ); in _MakeFldList()
2378 sal_uInt16 nWhich, n; in _MakeFldList() local
2382 for( n = 0; n < nMaxItems; ++n ) in _MakeFldList()
2384 if( 0 == (pItem = rDoc.GetAttrPool().GetItem2( RES_TXTATR_FIELD, n )) ) in _MakeFldList()
2505 for( sal_uInt16 n = pFldSortLst->Count(); n; --n, ++pSortLst ) in _MakeFldList() local
2642 sal_uInt16 n; in InsertFldType() local
2644 SwHash* pFnd = Find( sFldName, GetFldTypeTable(), TBLSZ, &n ); in InsertFldType()
2649 pNew->pNext = aFldTypeTable[ n ]; in InsertFldType()
2650 aFldTypeTable[ n ] = pNew; in InsertFldType()
2673 sal_uInt16 n; in RemoveFldType() local
2675 SwHash* pFnd = Find( sFldName, GetFldTypeTable(), TBLSZ, &n ); in RemoveFldType()
2678 if( aFldTypeTable[ n ] == pFnd ) in RemoveFldType()
2679 aFldTypeTable[ n ] = (SwCalcFldType*)pFnd->pNext; in RemoveFldType()
2682 SwHash* pPrev = aFldTypeTable[ n ]; in RemoveFldType()
2704 for( sal_uInt16 n = 0; n < TBLSZ; ++n ) in ~SwDocUpdtFld() local
2705 delete aFldTypeTable[n]; in ~SwDocUpdtFld()