Home
last modified time | relevance | path

Searched refs:nCellRow (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sc/inc/
H A Ddociter.hxx521 SCROW nCellRow; member in ScUsedAreaIterator
/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx689 if( pCellItr->ReturnNext( nCellCol, nCellRow ) ) in UpdateAddress()
692 rAddress.Row = nCellRow; in UpdateAddress()
704 if( (nCellCol == rAddress.Column) && (nCellRow == rAddress.Row) ) in SetCellData()
705 pCellItr->GetNext( nCellCol, nCellRow ); in SetCellData()
H A DXMLExportIterator.hxx372 SCROW nCellRow; member in ScMyNotEmptyCellsIterator
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx2257 for( SCROW nCellRow = nCellRow1; nCellRow <= nCellRow2; ++nCellRow ) in ApplyCellBorders() local
2259 aBorderItem.SetLine( (nCellRow == nCellRow1) ? pTopLine : 0, BOX_LINE_TOP ); in ApplyCellBorders()
2260 … aBorderItem.SetLine( (nCellRow == nCellRow2) ? pBottomLine : 0, BOX_LINE_BOTTOM ); in ApplyCellBorders()
2261 pDoc->ApplyAttr( nCellCol, nCellRow, rFirstPos.Tab(), aBorderItem ); in ApplyCellBorders()
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx1386 SCROW nCellRow = aCellIter.GetRow(); in MarkInvalid() local
1388 for ( nRow = nNextRow; nRow < nCellRow && nInsCount < SC_DET_MAXCIRCLE; nRow++ ) in MarkInvalid()
1393 if ( !pData->IsDataValid( pCell, ScAddress( nCol, nCellRow, nTab ) ) ) in MarkInvalid()
1395 DrawCircle( nCol, nCellRow, aData ); in MarkInvalid()
1398 nNextRow = nCellRow + 1; in MarkInvalid()
/trunk/main/sc/source/core/data/
H A Dtable1.cxx1159 SCROW nCellRow; in GetNextMarkedCell() local
1161 while ( aColIter.Next( nCellRow, pCell ) ) in GetNextMarkedCell()
1165 rRow = nCellRow; in GetNextMarkedCell()
H A Ddociter.cxx2108 pCell = aCellIter.GetNext( nCellCol, nCellRow ); in ScUsedAreaIterator()
2120 if ( pCell && IsGreater( nNextCol, nNextRow, nCellCol, nCellRow ) ) in GetNext()
2121 pCell = aCellIter.GetNext( nCellCol, nCellRow ); in GetNext()
2124 pCell = aCellIter.GetNext( nCellCol, nCellRow ); in GetNext()
2139 if ( IsGreater( nCellCol, nCellRow, nAttrCol1, nAttrRow ) ) // vorne nur Attribute ? in GetNext()
2145 if ( nCellRow == nAttrRow && nCellCol <= nAttrCol2 ) // is cell in area ? in GetNext()
2153 if ( nAttrRow == nCellRow && nAttrCol1 == nCellCol ) // Attribute set on cell ? in GetNext()
2178 nFoundRow = nCellRow; in GetNext()

Completed in 71 milliseconds