Searched refs:nCellRow (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | dociter.cxx | 2108 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 ) // auch Zelle im Bereich ? in GetNext() 2153 if ( nAttrRow == nCellRow && nAttrCol1 == nCellCol ) // Attribute auf der Zelle ? in GetNext() 2178 nFoundRow = nCellRow; in GetNext()
|
H A D | table1.cxx | 1159 SCROW nCellRow; in GetNextMarkedCell() local 1161 while ( aColIter.Next( nCellRow, pCell ) ) in GetNextMarkedCell() 1165 rRow = nCellRow; in GetNextMarkedCell()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLExportIterator.cxx | 689 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 D | XMLExportIterator.hxx | 372 SCROW nCellRow; member in ScMyNotEmptyCellsIterator
|
/aoo41x/main/sc/source/core/tool/ |
H A D | detfunc.cxx | 1386 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()
|
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 2257 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()
|
/aoo41x/main/sc/inc/ |
H A D | dociter.hxx | 521 SCROW nCellRow; member in ScUsedAreaIterator
|
Completed in 63 milliseconds