LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScColumn::DeleteCellsResult Struct Reference
Collaboration diagram for ScColumn::DeleteCellsResult:
[legend]

Public Member Functions

 DeleteCellsResult (const ScDocument &rDoc)
 
 DeleteCellsResult (const DeleteCellsResult &)=delete
 

Public Attributes

sc::SingleColumnSpanSet aDeletedRows
 cell ranges that have been deleted. More...
 
std::vector< std::pair< SCROW, SCROW > > aFormulaRanges
 formula cell range that has stopped listening. More...
 

Detailed Description

Definition at line 841 of file column.hxx.

Constructor & Destructor Documentation

◆ DeleteCellsResult() [1/2]

ScColumn::DeleteCellsResult::DeleteCellsResult ( const ScDocument rDoc)

Definition at line 1070 of file column3.cxx.

◆ DeleteCellsResult() [2/2]

ScColumn::DeleteCellsResult::DeleteCellsResult ( const DeleteCellsResult )
delete

Member Data Documentation

◆ aDeletedRows

sc::SingleColumnSpanSet ScColumn::DeleteCellsResult::aDeletedRows

cell ranges that have been deleted.

Definition at line 844 of file column.hxx.

◆ aFormulaRanges

std::vector<std::pair<SCROW, SCROW> > ScColumn::DeleteCellsResult::aFormulaRanges

formula cell range that has stopped listening.

Definition at line 846 of file column.hxx.


The documentation for this struct was generated from the following files: