Lines Matching refs:ScFlatSegmentsImpl

38 class ScFlatSegmentsImpl  class
51 ScFlatSegmentsImpl(SCCOLROW nMax, ValueType nDefault);
52 ScFlatSegmentsImpl(const ScFlatSegmentsImpl& r);
53 ~ScFlatSegmentsImpl();
88 ScFlatSegmentsImpl<_ValueType, _ExtValueType>::ScFlatSegmentsImpl(SCCOLROW nMax, ValueType nDefault… in ScFlatSegmentsImpl() function in ScFlatSegmentsImpl
96 ScFlatSegmentsImpl<_ValueType, _ExtValueType>::ScFlatSegmentsImpl(const ScFlatSegmentsImpl<_ValueTy… in ScFlatSegmentsImpl() function in ScFlatSegmentsImpl
104 ScFlatSegmentsImpl<_ValueType, _ExtValueType>::~ScFlatSegmentsImpl() in ~ScFlatSegmentsImpl()
109 void ScFlatSegmentsImpl<_ValueType, _ExtValueType>::setValue(SCCOLROW nPos1, SCCOLROW nPos2, ValueT… in setValue()
118 typename ScFlatSegmentsImpl<_ValueType, _ExtValueType>::ValueType ScFlatSegmentsImpl<_ValueType, _E… in getValue()
135 typename ScFlatSegmentsImpl<_ValueType, _ExtValueType>::ExtValueType
136 ScFlatSegmentsImpl<_ValueType, _ExtValueType>::getSumValue(SCCOLROW nPos1, SCCOLROW nPos2) in getSumValue()
164 bool ScFlatSegmentsImpl<_ValueType, _ExtValueType>::getRangeData(SCCOLROW nPos, RangeData& rData) in getRangeData()
191 void ScFlatSegmentsImpl<_ValueType, _ExtValueType>::removeSegment(SCCOLROW nPos1, SCCOLROW nPos2) in removeSegment()
197 void ScFlatSegmentsImpl<_ValueType, _ExtValueType>::insertSegment(SCCOLROW nPos, SCCOLROW nSize, bo… in insertSegment()
203 SCCOLROW ScFlatSegmentsImpl<_ValueType, _ExtValueType>::findLastNotOf(ValueType nValue) const in findLastNotOf()
221 bool ScFlatSegmentsImpl<_ValueType, _ExtValueType>::getFirst(RangeData& rData) in getFirst()
228 bool ScFlatSegmentsImpl<_ValueType, _ExtValueType>::getNext(RangeData& rData) in getNext()
247 class ScFlatUInt16SegmentsImpl : public ScFlatSegmentsImpl<sal_uInt16, sal_uInt32>
251 ScFlatSegmentsImpl<sal_uInt16, sal_uInt32>(nMax, nDefault) in ScFlatUInt16SegmentsImpl()
258 class ScFlatBoolSegmentsImpl : public ScFlatSegmentsImpl<bool>
262 ScFlatSegmentsImpl<bool>(nMax, false) in ScFlatBoolSegmentsImpl()