Lines Matching refs:nRow

464 	SCROW				nRow   	 = aCurTextWidthCalcPos.Row();  in IdleCalcTextWidth()  local
470 if ( !ValidRow(nRow) ) in IdleCalcTextWidth()
471 nRow = 0, nCol--; in IdleCalcTextWidth()
502 pColIter = new ScColumnIterator( pColumn, nRow, MAXROW ); in IdleCalcTextWidth()
506 if ( pColIter->Next( nRow, pCell ) ) in IdleCalcTextWidth()
530 sal_uInt16 nNewWidth = (sal_uInt16)GetNeededSize( nCol, nRow, nTab, in IdleCalcTextWidth()
546 nRow = 0; in IdleCalcTextWidth()
590 pColIter = new ScColumnIterator( pColumn, nRow, MAXROW ); in IdleCalcTextWidth()
626 aCurTextWidthCalcPos.SetRow( nRow ); in IdleCalcTextWidth()
681 SCROW nRow = rSpellPos.Row(); in OnlineSpellInRange() local
686 nRow = rSpellRange.aStart.Row(); in OnlineSpellInRange()
694 rSpellRange.aStart.Col(), nRow, in OnlineSpellInRange()
696 ScBaseCell* pCell = aIter.GetNext( nCol, nRow ); in OnlineSpellInRange()
698 while ( pCell && nRow == rSpellPos.Row() && nCol < rSpellPos.Col() ) in OnlineSpellInRange()
699 pCell = aIter.GetNext( nCol, nRow ); in OnlineSpellInRange()
701 for (; pCell; pCell = aIter.GetNext(nCol, nRow)) in OnlineSpellInRange()
703 if (pDPCollection && pDPCollection->HasDPTable(nCol, nRow, nTab)) in OnlineSpellInRange()
728 const ScPatternAttr* pPattern = GetPattern( nCol, nRow, nTab ); in OnlineSpellInRange()
765 PutCell( nCol, nRow, nTab, new ScEditCell( pNewData, in OnlineSpellInRange()
770 PutCell( nCol, nRow, nTab, new ScStringCell( pEngine->GetText() ) ); in OnlineSpellInRange()
777 ScPaintHint aHint( ScRange( nCol, nRow, nTab ), PAINT_GRID ); in OnlineSpellInRange()
799 ++nRow; in OnlineSpellInRange()
800 if ( nRow > rSpellRange.aEnd.Row() ) in OnlineSpellInRange()
811 nRow = rSpellRange.aStart.Row(); in OnlineSpellInRange()
815 rSpellPos.Set( nCol, nRow, nTab ); in OnlineSpellInRange()
1505 SCROW nRow = 0; in TransliterateText() local
1507 sal_Bool bFound = rMultiMark.IsCellMarked( nCol, nRow ); in TransliterateText()
1509 bFound = GetNextMarkedCell( nCol, nRow, nTab, rMultiMark ); in TransliterateText()
1513 const ScBaseCell* pCell = GetCell( ScAddress( nCol, nRow, nTab ) ); in TransliterateText()
1528 const ScPatternAttr* pPattern = GetPattern( nCol, nRow, nTab ); in TransliterateText()
1560 PutCell( nCol, nRow, nTab, in TransliterateText()
1567 PutCell( nCol, nRow, nTab, new ScStringCell( aNewStr ) ); in TransliterateText()
1583 nLanguage = ((const SvxLanguageItem*)GetAttr( nCol, nRow, nTab, nWhich ))->GetValue(); in TransliterateText()
1590 PutCell( nCol, nRow, nTab, new ScStringCell( aNewStr ) ); in TransliterateText()
1593 bFound = GetNextMarkedCell( nCol, nRow, nTab, rMultiMark ); in TransliterateText()