Lines Matching refs:mpRowHeights

140         if (mpRowHeights && pRowFlags)  in InsertRow()
142 mpRowHeights->insertSegment(nStartRow, nSize, false); in InsertRow()
197 if (mpRowHeights) in DeleteRow()
198 mpRowHeights->removeSegment(nStartRow, nStartRow+nSize); in DeleteRow()
460 if (pRowFlags && pTable->pRowFlags && mpRowHeights && pTable->mpRowHeights) in CopyToClip()
508 if (nCol1==0 && nCol2==MAXCOL && mpRowHeights && pTable->mpRowHeights && in CopyFromClip()
749 … sal_Bool bHeight = (nCol1==0 && nCol2==MAXCOL && mpRowHeights && pDestTab->mpRowHeights); in CopyToTable()
863 sal_Bool bHeight = (nCol1==0 && nCol2==MAXCOL && mpRowHeights && pDestTab->mpRowHeights); in UndoToTable()
1303 mpRowHeights->enableTreeSearch(!bLoading); in SetLoadingMedium()
1308 mpRowHeights->setInsertFromBack(bLoading); in SetLoadingMedium()
1500 long nWidth = static_cast<long>(mpRowHeights->getValue(nRow) * nFactor); in FillMaxRot()
1528 if ( !pColWidth || !mpRowHeights || !pColFlags || !pRowFlags ) in FindMaxRotCol()
2191 if (VALIDROW(nRow) && mpRowHeights) in SetRowHeight()
2199 sal_uInt16 nOldHeight = mpRowHeights->getValue(nRow); in SetRowHeight()
2207 mpRowHeights->setValue(nRow, nRow, nNewHeight); in SetRowHeight()
2257 if (VALIDROW(nStartRow) && VALIDROW(nEndRow) && mpRowHeights) in SetRowHeightRange()
2276 mpRowHeights->getRangeData(nStartRow, aData); in SetRowHeightRange()
2285 … bChanged = lcl_pixelSizeChanged(*mpRowHeights, nStartRow, nEndRow, nNewHeight, nPPTY); in SetRowHeightRange()
2297 … static_cast<long>(nNewHeight) - static_cast<long>(mpRowHeights->getValue(nRow))); in SetRowHeightRange()
2298 mpRowHeights->setValue(nRow, nRow, nNewHeight); in SetRowHeightRange()
2302 mpRowHeights->setValue(nStartRow, nEndRow, nNewHeight); in SetRowHeightRange()
2319 unsigned long nOldHeights = mpRowHeights->getSumValue(nStartRow, nEndRow); in SetRowHeightRange()
2327 … bChanged = lcl_pixelSizeChanged(*mpRowHeights, nStartRow, nEndRow, nNewHeight, nPPTY); in SetRowHeightRange()
2329 mpRowHeights->setValue(nStartRow, nEndRow, nNewHeight); in SetRowHeightRange()
2346 if (!ValidRow(nStartRow) || !ValidRow(nEndRow) || !mpRowHeights) in SetRowHeightOnly()
2352 mpRowHeights->setValue(nStartRow, nEndRow, nNewHeight); in SetRowHeightOnly()
2459 if (VALIDROW(nRow) && mpRowHeights) in GetRowHeight()
2466 if (!mpRowHeights->getRangeData(nRow, aData)) in GetRowHeight()
2502 if (VALIDROW(nStartRow) && VALIDROW(nEndRow) && mpRowHeights) in GetRowHeight()
2513 nHeight += mpRowHeights->getSumValue(nRow, nLastRow); in GetRowHeight()
2528 if (VALIDROW(nStartRow) && VALIDROW(nEndRow) && mpRowHeights) in GetScaledRowHeight()
2544 if (!mpRowHeights->getRangeData(nRow, aData)) in GetScaledRowHeight()
2569 if (VALIDROW(nRow) && mpRowHeights) in GetOriginalHeight()
2570 return mpRowHeights->getValue(nRow); in GetOriginalHeight()
2641 nTab, nRow, static_cast<long>(mpRowHeights->getValue(nRow))); in ShowRow()
2644 nTab, nRow, -static_cast<long>(mpRowHeights->getValue(nRow))); in ShowRow()
2680 nTab, nRow, static_cast<long>(mpRowHeights->getValue(nRow))); in DBShowRow()
2683 nTab, nRow, -static_cast<long>(mpRowHeights->getValue(nRow))); in DBShowRow()
2729 long nHeight = static_cast<long>(mpRowHeights->getSumValue(nStartRow, nEndRow)); in DBShowRows()
2788 long nHeight = static_cast<long>(mpRowHeights->getSumValue(nStartRow, nEndRow)); in ShowRows()
2958 SCROW nLastHeight = mpRowHeights->findLastNotOf(ScGlobal::nStdRowHeight); in GetLastChangedRow()
3259 if ( mpHiddenRows && mpRowHeights ) in GetRowOffset()
3295 sal_uInt32 nNew = mpRowHeights->getValue(nRow); in GetRowForHeight()