Searched refs:nCellCol (Results 1 – 5 of 5) 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() 2146 nFoundEndCol = nCellCol - 1; // nur bis vor der Zelle in GetNext() 2153 if ( nAttrRow == nCellRow && nAttrCol1 == nCellCol ) // Attribute auf der Zelle ? in GetNext() 2179 nFoundStartCol = nFoundEndCol = nCellCol; in GetNext()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLExportIterator.cxx | 689 if( pCellItr->ReturnNext( nCellCol, nCellRow ) ) in UpdateAddress() 691 rAddress.Column = nCellCol; in UpdateAddress() 704 if( (nCellCol == rAddress.Column) && (nCellRow == rAddress.Row) ) in SetCellData() 705 pCellItr->GetNext( nCellCol, nCellRow ); in SetCellData()
|
H A D | XMLExportIterator.hxx | 371 SCCOL nCellCol; member in ScMyNotEmptyCellsIterator
|
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 2253 for( SCCOL nCellCol = nCellCol1; nCellCol <= nCellCol2; ++nCellCol ) in ApplyCellBorders() local 2255 aBorderItem.SetLine( (nCellCol == nCellCol1) ? pLeftLine : 0, BOX_LINE_LEFT ); in ApplyCellBorders() 2256 aBorderItem.SetLine( (nCellCol == nCellCol2) ? pRightLine : 0, BOX_LINE_RIGHT ); in ApplyCellBorders() 2261 pDoc->ApplyAttr( nCellCol, nCellRow, rFirstPos.Tab(), aBorderItem ); in ApplyCellBorders()
|
/aoo41x/main/sc/inc/ |
H A D | dociter.hxx | 520 SCCOL nCellCol; member in ScUsedAreaIterator
|
Completed in 53 milliseconds