Home
last modified time | relevance | path

Searched refs:nCellCol (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/core/data/
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()
2146 nFoundEndCol = nCellCol - 1; // only until cell in GetNext()
2153 if ( nAttrRow == nCellRow && nAttrCol1 == nCellCol ) // Attribute set on cell ? in GetNext()
2179 nFoundStartCol = nFoundEndCol = nCellCol; in GetNext()
/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx689 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 DXMLExportIterator.hxx371 SCCOL nCellCol; member in ScMyNotEmptyCellsIterator
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx2253 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()
/trunk/main/sc/inc/
H A Ddociter.hxx520 SCCOL nCellCol; member in ScUsedAreaIterator

Completed in 90 milliseconds