Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/core/data/
H A Dsegmenttree.cxx282 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()
[all …]
H A Dtable5.cxx208 ScFlatBoolRowSegments::ForwardIterator aIterHidden(*mpHiddenRows); in UpdatePageBreaks()
509 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()
[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()
/AOO42X/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…
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, bo…