Lines Matching refs:nCount

484 		sal_uInt16 nCount = pList->Count();  in DetectiveRefresh()  local
485 for (sal_uInt16 i=0; i<nCount; i++) in DetectiveRefresh()
906 sal_uInt32 nCount = rEngine.GetParagraphCount(); in PutData() local
907 for (sal_uInt32 i=0; i<nCount; i++) in PutData()
1371 SCTAB nCount = 0; in InsertCells() local
1376 nCount++; in InsertCells()
1377 if( nCount == nEndTab+1 ) in InsertCells()
1639 SCTAB nCount = 0; in InsertCells() local
1641 nCount ++; in InsertCells()
1643 pScenarios[nUndoPos] = nCount; in InsertCells()
1789 SCTAB nCount = 0; in DeleteCells() local
1794 nCount++; in DeleteCells()
1795 if( nCount == nEndTab+1 ) in DeleteCells()
2101 SCTAB nCount = 0; in DeleteCells() local
2103 nCount ++; in DeleteCells()
2105 pScenarios[nUndoPos] = nCount; in DeleteCells()
2761 SCTAB nCount = pDoc->GetTableCount(); in DeleteTable() local
2764 pUndoDoc->AddUndoTab( 0, nCount-1 ); // alle Tabs fuer Referenzen in DeleteTable()
2865 SCTAB nCount = pDoc->GetTableCount(); in SetTableVisible() local
2866 for (SCTAB i=0; i<nCount; i++) in SetTableVisible()
3996 SCCOLROW nCount = 0; in FillSimple() local
4000 nCount = aSourceArea.aEnd.Row()-aSourceArea.aStart.Row(); in FillSimple()
4004 nCount = aSourceArea.aEnd.Col()-aSourceArea.aStart.Col(); in FillSimple()
4008 nCount = aSourceArea.aEnd.Row()-aSourceArea.aStart.Row(); in FillSimple()
4012 nCount = aSourceArea.aEnd.Col()-aSourceArea.aStart.Col(); in FillSimple()
4037 nCount, eDir, FILL_SIMPLE ); in FillSimple()
4096 SCSIZE nCount = pDoc->GetEmptyLinesInBlock( in FillSeries() local
4105 if ( nCount >= nTotLines ) in FillSeries()
4106 nCount = nTotLines - 1; in FillSeries()
4111 … aSourceArea.aEnd.SetRow( sal::static_int_cast<SCROW>( aSourceArea.aEnd.Row() - nCount ) ); in FillSeries()
4114 … aSourceArea.aEnd.SetCol( sal::static_int_cast<SCCOL>( aSourceArea.aEnd.Col() - nCount ) ); in FillSeries()
4117 … aSourceArea.aStart.SetRow( sal::static_int_cast<SCROW>( aSourceArea.aStart.Row() + nCount ) ); in FillSeries()
4120 … aSourceArea.aStart.SetCol( sal::static_int_cast<SCCOL>( aSourceArea.aStart.Col() + nCount ) ); in FillSeries()
4154 nCount, eDir, eCmd, eDateCmd, fStep, fMax ); in FillSeries()
4179 FillDir eDir, sal_uLong nCount, sal_Bool bRecord, sal_Bool bApi ) in FillAuto() argument
4214 aDestArea.aEnd.SetRow( sal::static_int_cast<SCROW>( aSourceArea.aEnd.Row() + nCount ) ); in FillAuto()
4217 if (nCount > sal::static_int_cast<sal_uLong>( aSourceArea.aStart.Row() )) in FillAuto()
4220 nCount = aSourceArea.aStart.Row(); in FillAuto()
4222 … aDestArea.aStart.SetRow( sal::static_int_cast<SCROW>( aSourceArea.aStart.Row() - nCount ) ); in FillAuto()
4225 aDestArea.aEnd.SetCol( sal::static_int_cast<SCCOL>( aSourceArea.aEnd.Col() + nCount ) ); in FillAuto()
4228 if (nCount > sal::static_int_cast<sal_uLong>( aSourceArea.aStart.Col() )) in FillAuto()
4231 nCount = aSourceArea.aStart.Col(); in FillAuto()
4233 … aDestArea.aStart.SetCol( sal::static_int_cast<SCCOL>( aSourceArea.aStart.Col() - nCount ) ); in FillAuto()
4283 nCount, eDir, eCmd, eDateCmd, fStep, fMax ); in FillAuto()
4661 sal_uInt16 nCount = pList->GetCount(); in InsertNameList() local
4664 for (i=0; i<nCount; i++) in InsertNameList()
4693 for (i=0; i<nCount; i++) in InsertNameList()