Searched defs:ColRowSpan (Results 1 – 4 of 4) sorted by relevance
36 struct SC_DLLPUBLIC ColRowSpan struct38 SCCOLROW mnStart;39 SCCOLROW mnEnd;
51 ColRowSpan::ColRowSpan(SCCOLROW nStart, SCCOLROW nEnd) : mnStart(nStart), mnEnd(nEnd) {} in ColRowSpan() function in sc::ColRowSpan
49 ColRowSpan::ColRowSpan(SCCOLROW nStart, SCCOLROW nEnd) : mnStart(nStart), mnEnd(nEnd) {} in ColRowSpan() function in sc::ColRowSpan