Lines Matching refs:ScFlatBoolRowSegments
282 ScFlatBoolRowSegments::ForwardIterator::ForwardIterator(ScFlatBoolRowSegments& rSegs) : in ForwardIterator()
287 bool ScFlatBoolRowSegments::ForwardIterator::getValue(SCROW nPos, bool& rVal) in getValue()
296 ScFlatBoolRowSegments::RangeData aData; in getValue()
308 SCROW ScFlatBoolRowSegments::ForwardIterator::getLastPos() const in getLastPos()
315 ScFlatBoolRowSegments::RangeIterator::RangeIterator(ScFlatBoolRowSegments& rSegs) : in RangeIterator()
320 bool ScFlatBoolRowSegments::RangeIterator::getFirst(RangeData& rRange) in getFirst()
332 bool ScFlatBoolRowSegments::RangeIterator::getNext(RangeData& rRange) in getNext()
346 ScFlatBoolRowSegments::ScFlatBoolRowSegments() : in ScFlatBoolRowSegments() function in ScFlatBoolRowSegments
351 ScFlatBoolRowSegments::ScFlatBoolRowSegments(const ScFlatBoolRowSegments& r) : in ScFlatBoolRowSegments() function in ScFlatBoolRowSegments
356 ScFlatBoolRowSegments::~ScFlatBoolRowSegments() in ~ScFlatBoolRowSegments()
360 void ScFlatBoolRowSegments::setTrue(SCROW nRow1, SCROW nRow2) in setTrue()
365 void ScFlatBoolRowSegments::setFalse(SCROW nRow1, SCROW nRow2) in setFalse()
370 bool ScFlatBoolRowSegments::getValue(SCROW nRow) in getValue()
375 bool ScFlatBoolRowSegments::getRangeData(SCROW nRow, RangeData& rData) in getRangeData()
387 void ScFlatBoolRowSegments::removeSegment(SCROW nRow1, SCROW nRow2) in removeSegment()
392 void ScFlatBoolRowSegments::insertSegment(SCROW nRow, SCROW nSize, bool bSkipStartBoundary) in insertSegment()
397 SCROW ScFlatBoolRowSegments::findLastNotOf(bool bValue) const in findLastNotOf()
402 void ScFlatBoolRowSegments::enableTreeSearch(bool bEnable) in enableTreeSearch()
407 void ScFlatBoolRowSegments::setInsertFromBack(bool bInsertFromBack) in setInsertFromBack()