Lines Matching refs:nCount

853 		sal_uLong nCount = aSeq.getLength();  in lcl_CopyProperties()  local
854 for (sal_uLong i=0; i<nCount; i++) in lcl_CopyProperties()
1017 sal_uLong nCount = rRanges.Count(); in ApplyBorder() local
1019 for (i=0; i<nCount; i++) in ApplyBorder()
1047 for (i=0; i<nCount; i++) in ApplyBorder()
1636 sal_uLong nCount = aRanges.Count(); in RefChanged() local
1637 for (sal_uLong i=0; i<nCount; i++) in RefChanged()
1776 sal_uLong nCount = aRanges.Count(); in PaintRanges_Impl() local
1777 for (sal_uLong i=0; i<nCount; i++) in PaintRanges_Impl()
2577 sal_Int32 nCount(aPropertyNames.getLength()); in setPropertyValues() local
2579 if (nCount != nValues) in setPropertyValues()
2582 if ( pDocShell && nCount ) in setPropertyValues()
2588 … const SfxItemPropertySimpleEntry** pEntryArray = new const SfxItemPropertySimpleEntry*[nCount]; in setPropertyValues()
2591 for(i = 0; i < nCount; i++) in setPropertyValues()
2618 for(i = 0; i < nCount; i++) in setPropertyValues()
2724 sal_Int32 nCount(aPropertyNames.getLength()); in setPropertyValuesTolerant() local
2726 if (nCount != nValues) in setPropertyValuesTolerant()
2729 if ( pDocShell && nCount ) in setPropertyValuesTolerant()
2731 uno::Sequence < beans::SetPropertyTolerantFailed > aReturns(nCount); in setPropertyValuesTolerant()
2738 … const SfxItemPropertySimpleEntry** pMapArray = new const SfxItemPropertySimpleEntry*[nCount]; in setPropertyValuesTolerant()
2741 for(i = 0; i < nCount; i++) in setPropertyValuesTolerant()
2769 for(i = 0; i < nCount; i++) in setPropertyValuesTolerant()
2850 sal_Int32 nCount(aPropertyNames.getLength()); in getPropertyValuesTolerant() local
2851 uno::Sequence < beans::GetPropertyTolerantResult > aReturns(nCount); in getPropertyValuesTolerant()
2856 for(sal_Int32 i = 0; i < nCount; i++) in getPropertyValuesTolerant()
2880 sal_Int32 nCount(aPropertyNames.getLength()); in getDirectPropertyValuesTolerant() local
2881 uno::Sequence < beans::GetDirectPropertyTolerantResult > aReturns(nCount); in getDirectPropertyValuesTolerant()
2887 for(sal_Int32 i = 0; i < nCount; i++) in getDirectPropertyValuesTolerant()
2908 if (j < nCount) in getDirectPropertyValuesTolerant()
3352 sal_uLong nCount = aRanges.Count(); in addModifyListener() local
3353 for (sal_uLong i=0; i<nCount; i++) in addModifyListener()
3370 sal_uInt16 nCount = aValueListeners.Count(); in removeModifyListener() local
3371 for ( sal_uInt16 n=nCount; n--; ) in removeModifyListener()
3446 sal_uLong nCount = aRanges.Count(); in queryEmptyCells() local
3447 for (sal_uLong i=0; i<nCount; i++) in queryEmptyCells()
3488 sal_uLong nCount = aRanges.Count(); in queryContentCells() local
3489 for (sal_uLong i=0; i<nCount; i++) in queryContentCells()
3577 sal_uLong nCount = aRanges.Count(); in queryFormulaCells() local
3578 for (sal_uLong i=0; i<nCount; i++) in queryFormulaCells()
3741 sal_uLong nCount = aRanges.Count(); in queryIntersection() local
3742 for (sal_uLong i=0; i<nCount; i++) in queryIntersection()
3778 sal_uLong nCount = aNewRanges.Count(); in queryPrecedents() local
3779 for (sal_uLong nR=0; nR<nCount; nR++) in queryPrecedents()
4228 sal_uLong nCount = rRanges.Count(); in getRangeAddresses() local
4229 if ( pDocSh && nCount ) in getRangeAddresses()
4232 uno::Sequence<table::CellRangeAddress> aSeq(nCount); in getRangeAddresses()
4234 for (sal_uInt32 i=0; i<nCount; i++) in getRangeAddresses()
4292 sal_uInt16 nCount = rNamedEntries.Count(); in lcl_RemoveNamedEntry() local
4293 for ( sal_uInt16 n=nCount; n--; ) in lcl_RemoveNamedEntry()
4351 sal_Int32 nCount(rRanges.getLength()); in addRangeAddresses() local
4352 if (nCount) in addRangeAddresses()
4377 sal_uInt32 nCount(rRangeSeq.getLength()); in removeRangeAddresses() local
4378 if (nCount) in removeRangeAddresses()
4381 for (sal_uInt32 i=0; i < nCount; ++i, ++pRanges) in removeRangeAddresses()
4392 sal_uInt16 nCount = rNamedEntries.Count(); in lcl_RemoveNamedEntry() local
4393 for ( sal_uInt16 n=nCount; n--; ) in lcl_RemoveNamedEntry()
4459 sal_uLong nCount = rRanges.Count(); in lcl_FindRangeByName() local
4460 for (sal_uLong i=0; i<nCount; i++) in lcl_FindRangeByName()
4540 sal_uLong nCount = rRanges.Count(); in removeByName() local
4541 for (sal_uLong i=0; i<nCount; i++) in removeByName()
4554 sal_uInt16 nCount = aNamedEntries.Count(); in removeByName() local
4555 for (sal_uInt16 n=0; n<nCount && !bValid; n++) in removeByName()
4633 sal_uInt16 nCount = rNamedEntries.Count(); in lcl_FindEntryName() local
4634 for (sal_uInt16 i=0; i<nCount; i++) in lcl_FindEntryName()
4654 sal_uLong nCount = rRanges.Count(); in getElementNames() local
4656 uno::Sequence<rtl::OUString> aSeq(nCount); in getElementNames()
4658 for (sal_uLong i=0; i<nCount; i++) in getElementNames()
5477 SCsCOLROW nCount = 0; // "Dest-Count" in fillAuto() local
5484 nCount = aRange.aEnd.Row() - aSourceRange.aEnd.Row(); in fillAuto()
5489 nCount = aRange.aEnd.Col() - aSourceRange.aEnd.Col(); in fillAuto()
5494 nCount = aSourceRange.aStart.Row() - aRange.aStart.Row(); in fillAuto()
5499 nCount = aSourceRange.aStart.Col() - aRange.aStart.Col(); in fillAuto()
5505 if (nCount < 0 || nCount > MAXROW) // overflow in fillAuto()
5511 aFunc.FillAuto( aSourceRange, NULL, eDir, nCount, sal_True, sal_True ); in fillAuto()
5527 sal_uInt16 nCount = pAutoFormat->GetCount(); in autoFormat() local
5530 for (nIndex=0; nIndex<nCount; nIndex++) in autoFormat()
5536 if (nIndex<nCount) in autoFormat()
5646 SCSIZE nCount = aParam.GetEntryCount(); in createFilterDescriptor() local
5647 for (SCSIZE i=0; i<nCount; i++) in createFilterDescriptor()
5697 SCSIZE nCount = aParam.GetEntryCount(); in filter() local
5698 for (SCSIZE i=0; i<nCount; i++) in filter()
5771 SCSIZE nCount = aParam.GetEntryCount(); in createFilterDescriptorByObject() local
5772 for (SCSIZE i=0; i<nCount; i++) in createFilterDescriptorByObject()
7134 SCCOL nCount = 0; in getColumnPageBreaks() local
7138 ++nCount; in getColumnPageBreaks()
7141 uno::Sequence<sheet::TablePageBreakData> aSeq(nCount); in getColumnPageBreaks()
7416 sal_uInt16 nCount = pDoc->GetPrintRangeCount( nTab ); in getPrintAreas() local
7419 uno::Sequence<table::CellRangeAddress> aSeq(nCount); in getPrintAreas()
7421 for (sal_uInt16 i=0; i<nCount; i++) in getPrintAreas()
7450 sal_uInt16 nCount = (sal_uInt16) aPrintAreas.getLength(); in setPrintAreas() local
7452 if (nCount) in setPrintAreas()
7456 for (sal_uInt16 i=0; i<nCount; i++) in setPrintAreas()
7755 sal_uInt16 nCount = pLinkManager->GetLinks().Count(); in link() local
7756 for ( sal_uInt16 i=0; i<nCount; i++ ) in link()
8191 sal_Int32 nCount = pRangeList->Count(); in getRanges() local
8192 uno::Sequence< table::CellRangeAddress > aRetRanges(nCount); in getRanges()
8194 for( sal_Int32 nIndex = 0; nIndex < nCount; nIndex++ ) in getRanges()
9445 long nCount = 0; in getCount() local
9455 ++nCount; in getCount()
9457 return nCount; in getCount()