LibreOffice Module sc (master) 1
|
#include <columnspanset.hxx>
Public Member Functions | |
ColRowSpan (SCCOLROW nStart, SCCOLROW nEnd) | |
Public Attributes | |
SCCOLROW | mnStart |
SCCOLROW | mnEnd |
Definition at line 37 of file columnspanset.hxx.
Definition at line 51 of file columnspanset.cxx.
SCCOLROW sc::ColRowSpan::mnEnd |
Definition at line 40 of file columnspanset.hxx.
Referenced by ScMarkData::GetMarkedColSpans().
SCCOLROW sc::ColRowSpan::mnStart |
Definition at line 39 of file columnspanset.hxx.
Referenced by ScMarkData::GetMarkedColSpans().