Lines Matching refs:n

243                 for( sal_uInt16 n = 0; n < rNmTbl.Count(); ++n )  in set()  local
244 rNmTbl[n]->SetInvalidRule(sal_True); in set()
440 void SwDoc::setCharacterCompressionType( /*[in]*/SwCharCompressType n ) in setCharacterCompressionType() argument
442 if( eChrCmprType != n ) in setCharacterCompressionType()
444 eChrCmprType = n; in setCharacterCompressionType()
447 pDrawModel->SetCharCompressType( static_cast<sal_uInt16>(n) ); in setCharacterCompressionType()
1757 sal_Int32 n=0; in UpdateDocStat() local
1758 aStat[n].Name = ::rtl::OUString::createFromAscii("TableCount"); in UpdateDocStat()
1759 aStat[n++].Value <<= (sal_Int32)rStat.nTbl; in UpdateDocStat()
1760 aStat[n].Name = ::rtl::OUString::createFromAscii("ImageCount"); in UpdateDocStat()
1761 aStat[n++].Value <<= (sal_Int32)rStat.nGrf; in UpdateDocStat()
1762 aStat[n].Name = ::rtl::OUString::createFromAscii("ObjectCount"); in UpdateDocStat()
1763 aStat[n++].Value <<= (sal_Int32)rStat.nOLE; in UpdateDocStat()
1766 aStat[n].Name = ::rtl::OUString::createFromAscii("PageCount"); in UpdateDocStat()
1767 aStat[n++].Value <<= (sal_Int32)rStat.nPage; in UpdateDocStat()
1769 aStat[n].Name = ::rtl::OUString::createFromAscii("ParagraphCount"); in UpdateDocStat()
1770 aStat[n++].Value <<= (sal_Int32)rStat.nPara; in UpdateDocStat()
1771 aStat[n].Name = ::rtl::OUString::createFromAscii("WordCount"); in UpdateDocStat()
1772 aStat[n++].Value <<= (sal_Int32)rStat.nWord; in UpdateDocStat()
1773 aStat[n].Name = ::rtl::OUString::createFromAscii("CharacterCount"); in UpdateDocStat()
1774 aStat[n++].Value <<= (sal_Int32)rStat.nChar; in UpdateDocStat()
1815 for( sal_uInt32 n = 0; n < nMaxItems; ++n ) in GetRefMark() local
1817 if( 0 == (pItem = GetAttrPool().GetItem2( RES_TXTATR_REFMARK, n ) )) in GetRefMark()
1838 for( sal_uInt32 n = 0; n < nMaxItems; ++n ) in GetRefMark() local
1839 if( 0 != (pItem = GetAttrPool().GetItem2( RES_TXTATR_REFMARK, n )) && in GetRefMark()
1863 for( sal_uInt32 n = 0; n < nMaxItems; ++n ) in GetRefMarks() local
1864 if( 0 != (pItem = GetAttrPool().GetItem2( RES_TXTATR_REFMARK, n )) && in GetRefMarks()
2093 sal_uInt32 n, nMaxItems = GetAttrPool().GetItemCount2( RES_TXTATR_INETFMT ); in FindINetAttr() local
2094 for( n = 0; n < nMaxItems; ++n ) in FindINetAttr()
2096 RES_TXTATR_INETFMT, n ) ) && in FindINetAttr()
2225 for( sal_uLong n = GetNodes().Count(); n; ) in RemoveInvisibleContent() local
2227 SwTxtNode* pTxtNd = GetNodes()[ --n ]->GetTxtNode(); in RemoveInvisibleContent()
2266 n = aPam.GetPoint()->nNode.GetIndex(); in RemoveInvisibleContent()
2275 sal_uInt16 n; in RemoveInvisibleContent() local
2277 for( n = rSectFmts.Count(); n; ) in RemoveInvisibleContent()
2279 SwSectionFmt* pSectFmt = rSectFmts[ --n ]; in RemoveInvisibleContent()
2302 UpdateSection( n, aSectionData ); in RemoveInvisibleContent()
2306 if( 0 != ( n = aSectFmts.Count() )) in RemoveInvisibleContent()
2308 while( n ) in RemoveInvisibleContent()
2310 SwSectionFmt* pSectFmt = aSectFmts[ --n ]; in RemoveInvisibleContent()
2369 for( sal_uLong n = GetNodes().Count(); !bRet && (n > 0); ) in HasInvisibleContent() local
2371 SwTxtNode* pTxtNd = GetNodes()[ --n ]->GetTxtNode(); in HasInvisibleContent()
2386 sal_uInt16 n; in HasInvisibleContent() local
2388 for( n = rSectFmts.Count(); !bRet && (n > 0); ) in HasInvisibleContent()
2390 SwSectionFmt* pSectFmt = rSectFmts[ --n ]; in HasInvisibleContent()
2529 for( sal_uInt16 n = 0; n < rLinks.Count(); ++n ) in lcl_FindNextRemovableLink() local
2531 ::sfx2::SvBaseLink* pLnk = &(*rLinks[ n ]); in lcl_FindNextRemovableLink()
2700 for( sal_uLong n = GetNodes().Count(); n; ) in ContainsHiddenChars() local
2702 SwNode* pNd = GetNodes()[ --n ]; in ContainsHiddenChars()
2725 for (sal_uInt16 n = 0; n < pTxtFmtCollTbl->Count(); n++) in ChkCondColls() local
2727 SwTxtFmtColl *pColl = (*pTxtFmtCollTbl)[n]; in ChkCondColls()