LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
sc::RangeColumnSpanSet Class Reference

Optimized ColumnSpanSet version that operates on a single ScRange. More...

#include <columnspanset.hxx>

Collaboration diagram for sc::RangeColumnSpanSet:
[legend]

Public Member Functions

 RangeColumnSpanSet (const ScRange &spanRange)
 
void executeColumnAction (ScDocument &rDoc, sc::ColumnSpanSet::ColumnAction &ac) const
 

Private Attributes

ScRange range
 

Detailed Description

Optimized ColumnSpanSet version that operates on a single ScRange.

Definition at line 162 of file columnspanset.hxx.

Constructor & Destructor Documentation

◆ RangeColumnSpanSet()

sc::RangeColumnSpanSet::RangeColumnSpanSet ( const ScRange spanRange)
inline

Definition at line 165 of file columnspanset.hxx.

Member Function Documentation

◆ executeColumnAction()

void sc::RangeColumnSpanSet::executeColumnAction ( ScDocument rDoc,
sc::ColumnSpanSet::ColumnAction ac 
) const

Member Data Documentation

◆ range

ScRange sc::RangeColumnSpanSet::range
private

Definition at line 169 of file columnspanset.hxx.

Referenced by executeColumnAction().


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