| LibreOffice Module sc (master) 1
    | 
#include <columnspanset.hxx>
| Public Member Functions | |
| virtual | ~Action ()=0 | 
| virtual void | startColumn (SCTAB nTab, SCCOL nCol) | 
| virtual void | execute (const ScAddress &rPos, SCROW nLength, bool bVal)=0 | 
Definition at line 71 of file columnspanset.hxx.
| 
 | pure virtual | 
Definition at line 59 of file columnspanset.cxx.
| 
 | pure virtual | 
Implemented in sc::PurgeListenerAction.
Referenced by sc::ColumnSpanSet::executeAction().
Reimplemented in sc::PurgeListenerAction.
Definition at line 60 of file columnspanset.cxx.
Referenced by sc::ColumnSpanSet::executeAction().