Home
last modified time | relevance | path

Searched refs:maUsedCells (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx217 ScMarkData maUsedCells; /// Contains addresses of all stored cells. member in XclExpXct
1205 maUsedCells.SetMultiMarkArea( rRange ); in StoreCellRange()
1211 maUsedCells.SetMultiMarkArea( ScRange( rCell ) ); in StoreCell()
1218 maUsedCells.SetMultiMarkArea( rRange ); in StoreCellRange()
1282 if( maUsedCells.IsCellMarked( nScCol, nScRow, sal_True ) ) in Save()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx2426 maUsedCells.Join( aNewRange ); in InsertNewCell()
2581 maUsedCells.Join( *pRange ); in FillEmptyCells()
2587 if( !maUsedCells.Find( aAddr ) ) in FillEmptyCells()
2595 while( (aRange.aEnd.Col() < maSize.mnCols) && !maUsedCells.Find( aRange.aEnd ) ); in FillEmptyCells()
2597 maUsedCells.Join( aRange ); in FillEmptyCells()
/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx538 ScRangeList maUsedCells; /// List of all used cells. member in ScHTMLTable

Completed in 43 milliseconds