Home
last modified time | relevance | path

Searched defs:ColRowSpan (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dcolumnspanset.hxx36 struct SC_DLLPUBLIC ColRowSpan struct
38 SCCOLROW mnStart;
39 SCCOLROW mnEnd;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dcolumnspanset.hxx36 struct SC_DLLPUBLIC ColRowSpan struct
38 SCCOLROW mnStart;
39 SCCOLROW mnEnd;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dcolumnspanset.cxx51 ColRowSpan::ColRowSpan(SCCOLROW nStart, SCCOLROW nEnd) : mnStart(nStart), mnEnd(nEnd) {} in ColRowSpan() function in sc::ColRowSpan
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dcolumnspanset.cxx49 ColRowSpan::ColRowSpan(SCCOLROW nStart, SCCOLROW nEnd) : mnStart(nStart), mnEnd(nEnd) {} in ColRowSpan() function in sc::ColRowSpan