Lines Matching defs:RangeData
36 struct RangeData struct in ScFlatBoolRowSegments
38 SCROW mnRow1;
39 SCROW mnRow2;
40 bool mbValue;
94 struct RangeData struct in ScFlatBoolColSegments
96 SCCOL mnCol1;
97 SCCOL mnCol2;
98 bool mbValue;
125 struct RangeData struct in ScFlatUInt16RowSegments
127 SCROW mnRow1;
128 SCROW mnRow2;
129 sal_uInt16 mnValue;