LibreOffice Module sc (master) 1
|
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... | |
Definition at line 841 of file column.hxx.
ScColumn::DeleteCellsResult::DeleteCellsResult | ( | const ScDocument & | rDoc | ) |
Definition at line 1070 of file column3.cxx.
|
delete |
sc::SingleColumnSpanSet ScColumn::DeleteCellsResult::aDeletedRows |
cell ranges that have been deleted.
Definition at line 844 of file column.hxx.
formula cell range that has stopped listening.
Definition at line 846 of file column.hxx.