Lines Matching refs:nCount

656 		sal_uInt16 nCount = GetDoc()->GetTblFrmFmtCount(sal_True);  in getByName()  local
658 for( sal_uInt16 i = 0; i < nCount; i++) in getByName()
684 sal_uInt16 nCount = GetDoc()->GetTblFrmFmtCount(sal_True); in getElementNames() local
685 uno::Sequence<OUString> aSeq(nCount); in getElementNames()
686 if(nCount) in getElementNames()
689 for( sal_uInt16 i = 0; i < nCount; i++) in getElementNames()
706 sal_uInt16 nCount = GetDoc()->GetTblFrmFmtCount(sal_True); in hasByName() local
707 for( sal_uInt16 i = 0; i < nCount; i++) in hasByName()
1211 sal_uInt16 nCount = rSectFmts.Count(); in getCount() local
1212 for(sal_uInt16 i = nCount; i; i--) in getCount()
1215 nCount--; in getCount()
1217 return nCount; in getCount()
1230 sal_uInt16 nCount = rSectFmts.Count(); in getByIndex() local
1231 for(sal_uInt16 i = 0; i < nCount; i++) in getByIndex()
1288 sal_uInt16 nCount = GetDoc()->GetSections().Count(); in getElementNames() local
1290 for(sal_uInt16 i = nCount; i; i--) in getElementNames()
1293 nCount--; in getElementNames()
1296 uno::Sequence<OUString> aSeq(nCount); in getElementNames()
1297 if(nCount) in getElementNames()
1302 for( sal_uInt16 i = 0; i < nCount; i++, nIndex++) in getElementNames()
1351 sal_uInt16 nCount = 0; in hasElements() local
1355 nCount = rFmts.Count(); in hasElements()
1359 return nCount > 0; in hasElements()
1568 sal_Int32 nCount = 0; in getCount() local
1577 nCount++; in getCount()
1579 return nCount; in getCount()
1587 sal_Int32 nCount = 0; in getByIndex() local
1600 if(nCount == nIndex) in getByIndex()
1606 nCount++; in getByIndex()
1723 sal_uInt16 nCount = GetDoc()->GetRefMarks( &aStrings ); in getElementNames() local
1724 aRet.realloc(nCount); in getElementNames()
1726 for(sal_uInt16 i = 0; i < nCount; i++) in getElementNames()