Lines Matching refs:SCROW
38 SCROW mnRow1;
39 SCROW mnRow2;
48 bool getValue(SCROW nPos, bool& rVal);
49 SCROW getLastPos() const;
54 SCROW mnCurPos;
55 SCROW mnLastPos;
73 void setTrue(SCROW nRow1, SCROW nRow2);
74 void setFalse(SCROW nRow1, SCROW nRow2);
75 bool getValue(SCROW nRow);
76 bool getRangeData(SCROW nRow, RangeData& rData);
77 void removeSegment(SCROW nRow1, SCROW nRow2);
78 void insertSegment(SCROW nRow, SCROW nSize, bool bSkipStartBoundary);
80 SCROW findLastNotOf(bool bValue) const;
127 SCROW mnRow1;
128 SCROW mnRow2;
137 bool getValue(SCROW nPos, sal_uInt16& rVal);
138 SCROW getLastPos() const;
143 SCROW mnCurPos;
144 SCROW mnLastPos;
152 void setValue(SCROW nRow1, SCROW nRow2, sal_uInt16 nValue);
153 sal_uInt16 getValue(SCROW nRow);
154 sal_uInt32 getSumValue(SCROW nRow1, SCROW nRow2);
155 bool getRangeData(SCROW nRow, RangeData& rData);
156 void removeSegment(SCROW nRow1, SCROW nRow2);
157 void insertSegment(SCROW nRow, SCROW nSize, bool bSkipStartBoundary);
159 SCROW findLastNotOf(sal_uInt16 nValue) const;