Searched refs:maUsedCells (Results 1 – 3 of 3) sorted by relevance
217 ScMarkData maUsedCells; /// Contains addresses of all stored cells. member in XclExpXct1205 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()
2426 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()
538 ScRangeList maUsedCells; /// List of all used cells. member in ScHTMLTable
Completed in 41 milliseconds