Home
last modified time | relevance | path

Searched refs:ScFlatBoolRowSegments (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dsegmenttree.cxx282 ScFlatBoolRowSegments::ForwardIterator::ForwardIterator(ScFlatBoolRowSegments& rSegs) : in ForwardIterator()
296 ScFlatBoolRowSegments::RangeData aData; in getValue()
315 ScFlatBoolRowSegments::RangeIterator::RangeIterator(ScFlatBoolRowSegments& rSegs) : in RangeIterator()
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()
397 SCROW ScFlatBoolRowSegments::findLastNotOf(bool bValue) const in findLastNotOf()
[all …]
H A Dtable5.cxx509 ScFlatBoolRowSegments::RangeData aData; in RowHidden()
535 ScFlatBoolRowSegments::RangeData aData; in RowHidden()
657 ScFlatBoolRowSegments::RangeData aData; in FirstVisibleRow()
680 ScFlatBoolRowSegments::RangeData aData; in LastVisibleRow()
704 ScFlatBoolRowSegments::RangeData aData; in CountVisibleRows()
725 ScFlatBoolRowSegments::RangeData aData; in GetTotalRowHeight()
773 ScFlatBoolRowSegments::RangeData aData; in RowFiltered()
867 ScFlatBoolRowSegments::RangeData aData; in FirstNonFilteredRow()
890 ScFlatBoolRowSegments::RangeData aData; in LastNonFilteredRow()
914 ScFlatBoolRowSegments::RangeData aData; in CountNonFilteredRows()
[all …]
H A Dtable1.cxx73 mpHiddenRows(new ScFlatBoolRowSegments), in ScTable()
75 mpFilteredRows(new ScFlatBoolRowSegments), in ScTable()
1641 ScTable::VisibleDataCellIterator::VisibleDataCellIterator(ScFlatBoolRowSegments& rRowSegs, ScColumn… in VisibleDataCellIterator()
1662 ScFlatBoolRowSegments::RangeData aData; in reset()
1708 ScFlatBoolRowSegments::RangeData aData; in next()
H A Dtable2.cxx2079 ScFlatBoolRowSegments aUsedRows; in StyleSheetChanged()
2086 ScFlatBoolRowSegments::RangeData aData; in StyleSheetChanged()
3001 ScFlatBoolRowSegments::RangeData aData; in ExtendHidden()
3027 ScFlatBoolRowSegments::RangeData aData; in StripHidden()
3283 ScFlatBoolRowSegments::RangeData aData; in GetRowForHeight()
H A Dcolumn2.cxx1811 ScFlatBoolRowSegments& rHiddenRows, in UpdateSelectionFunction()
1828 ScFlatBoolRowSegments& rHiddenRows, in UpdateAreaFunction()
H A Dcolumn.cxx603 void ScColumn::FindStyleSheet( const SfxStyleSheetBase* pStyleSheet, ScFlatBoolRowSegments& rUsedRo… in FindStyleSheet()
H A Dattarray.cxx1744 void ScAttrArray::FindStyleSheet( const SfxStyleSheetBase* pStyleSheet, ScFlatBoolRowSegments& rUse… in FindStyleSheet()
/trunk/main/sc/inc/
H A Dsegmenttree.hxx33 class ScFlatBoolRowSegments class
46 explicit ForwardIterator(ScFlatBoolRowSegments& rSegs);
52 ScFlatBoolRowSegments& mrSegs;
62 explicit RangeIterator(ScFlatBoolRowSegments& rSegs);
66 ScFlatBoolRowSegments& mrSegs;
69 ScFlatBoolRowSegments();
70 ScFlatBoolRowSegments(const ScFlatBoolRowSegments& r);
71 ~ScFlatBoolRowSegments();
H A Dcolumn.hxx64 class ScFlatBoolRowSegments;
213 ScFlatBoolRowSegments& rHiddenRows,
216 ScFlatBoolRowSegments& rHiddenRows,
334 …void FindStyleSheet( const SfxStyleSheetBase* pStyleSheet, ScFlatBoolRowSegments& rUsedRows, bool…
H A Dtable.hxx81 class ScFlatBoolRowSegments;
138 ::boost::shared_ptr<ScFlatBoolRowSegments> mpHiddenRows;
140 ::boost::shared_ptr<ScFlatBoolRowSegments> mpFilteredRows;
909 explicit VisibleDataCellIterator(ScFlatBoolRowSegments& rRowSegs, ScColumn& rColumn);
937 ScFlatBoolRowSegments& mrRowSegs;
H A Dattarray.hxx34 class ScFlatBoolRowSegments;
154 …void FindStyleSheet( const SfxStyleSheetBase* pStyleSheet, ScFlatBoolRowSegments& rUsedRows, bool …

Completed in 103 milliseconds