Home
last modified time | relevance | path

Searched refs:ScFlatUInt16RowSegments (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dsegmenttree.cxx480 ScFlatUInt16RowSegments::ForwardIterator::ForwardIterator(ScFlatUInt16RowSegments& rSegs) : in ForwardIterator()
494 ScFlatUInt16RowSegments::RangeData aData; in getValue()
506 SCROW ScFlatUInt16RowSegments::ForwardIterator::getLastPos() const in getLastPos()
513 ScFlatUInt16RowSegments::ScFlatUInt16RowSegments(sal_uInt16 nDefault) : in ScFlatUInt16RowSegments() function in ScFlatUInt16RowSegments
518 ScFlatUInt16RowSegments::ScFlatUInt16RowSegments(const ScFlatUInt16RowSegments& r) : in ScFlatUInt16RowSegments() function in ScFlatUInt16RowSegments
523 ScFlatUInt16RowSegments::~ScFlatUInt16RowSegments() in ~ScFlatUInt16RowSegments()
532 sal_uInt16 ScFlatUInt16RowSegments::getValue(SCROW nRow) in getValue()
554 void ScFlatUInt16RowSegments::removeSegment(SCROW nRow1, SCROW nRow2) in removeSegment()
564 SCROW ScFlatUInt16RowSegments::findLastNotOf(sal_uInt16 nValue) const in findLastNotOf()
569 void ScFlatUInt16RowSegments::enableTreeSearch(bool bEnable) in enableTreeSearch()
[all …]
H A Dtable2.cxx2226 ScFlatUInt16RowSegments& rRowHeights, SCROW nStartRow, SCROW nEndRow, in lcl_pixelSizeChanged()
2231 ScFlatUInt16RowSegments::ForwardIterator aFwdIter(rRowHeights); in lcl_pixelSizeChanged()
2275 ScFlatUInt16RowSegments::RangeData aData; in SetRowHeightRange()
2465 ScFlatUInt16RowSegments::RangeData aData; in GetRowHeight()
2543 ScFlatUInt16RowSegments::RangeData aData; in GetScaledRowHeight()
H A Dtable5.cxx209 ScFlatUInt16RowSegments::ForwardIterator aIterHeights(*mpRowHeights); in UpdatePageBreaks()
638 ScFlatUInt16RowSegments::RangeData aSrcData; in CopyRowHeight()
H A Dtable1.cxx69 mpRowHeights( static_cast<ScFlatUInt16RowSegments*>(NULL) ), in ScTable()
115 mpRowHeights.reset(new ScFlatUInt16RowSegments(ScGlobal::nStdRowHeight)); in ScTable()
/trunk/main/sc/inc/
H A Dsegmenttree.hxx122 class ScFlatUInt16RowSegments class
135 explicit ForwardIterator(ScFlatUInt16RowSegments& rSegs);
141 ScFlatUInt16RowSegments& mrSegs;
148 ScFlatUInt16RowSegments(sal_uInt16 nDefault);
149 ScFlatUInt16RowSegments(const ScFlatUInt16RowSegments& r);
150 ~ScFlatUInt16RowSegments();
H A Dtable.hxx80 class ScFlatUInt16RowSegments;
133 ::boost::shared_ptr<ScFlatUInt16RowSegments> mpRowHeights;

Completed in 58 milliseconds