Searched refs:ScFlatUInt16RowSegments (Results 1 – 6 of 6) sorted by relevance
480 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 ScFlatUInt16RowSegments518 ScFlatUInt16RowSegments::ScFlatUInt16RowSegments(const ScFlatUInt16RowSegments& r) : in ScFlatUInt16RowSegments() function in ScFlatUInt16RowSegments523 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 …]
209 ScFlatUInt16RowSegments::ForwardIterator aIterHeights(*mpRowHeights); in UpdatePageBreaks()638 ScFlatUInt16RowSegments::RangeData aSrcData; in CopyRowHeight()
2226 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()
69 mpRowHeights( static_cast<ScFlatUInt16RowSegments*>(NULL) ), in ScTable()115 mpRowHeights.reset(new ScFlatUInt16RowSegments(ScGlobal::nStdRowHeight)); in ScTable()
122 class ScFlatUInt16RowSegments class135 explicit ForwardIterator(ScFlatUInt16RowSegments& rSegs);141 ScFlatUInt16RowSegments& mrSegs;148 ScFlatUInt16RowSegments(sal_uInt16 nDefault);149 ScFlatUInt16RowSegments(const ScFlatUInt16RowSegments& r);150 ~ScFlatUInt16RowSegments();
80 class ScFlatUInt16RowSegments;133 ::boost::shared_ptr<ScFlatUInt16RowSegments> mpRowHeights;
Completed in 62 milliseconds