Home
last modified time | relevance | path

Searched refs:mpRowHeights (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/sc/source/core/data/
H A Dtable2.cxx140 if (mpRowHeights && pRowFlags) in InsertRow()
197 if (mpRowHeights) 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()
2191 if (VALIDROW(nRow) && mpRowHeights) in SetRowHeight()
2459 if (VALIDROW(nRow) && mpRowHeights) in GetRowHeight()
2569 if (VALIDROW(nRow) && mpRowHeights) in GetOriginalHeight()
2570 return mpRowHeights->getValue(nRow); in GetOriginalHeight()
[all …]
H A Dtable5.cxx209 ScFlatUInt16RowSegments::ForwardIterator aIterHeights(*mpRowHeights); in UpdatePageBreaks()
641 if (!rSrcTable.mpRowHeights->getRangeData(nRow + nSrcOffset, aSrcData)) in CopyRowHeight()
649 mpRowHeights->setValue(nRow, nLastRow, aSrcData.mnValue); in CopyRowHeight()
736 nHeight += mpRowHeights->getSumValue(nRow, aData.mnRow2); in GetTotalRowHeight()
H A Dtable1.cxx69 mpRowHeights( static_cast<ScFlatUInt16RowSegments*>(NULL) ), in ScTable()
115 mpRowHeights.reset(new ScFlatUInt16RowSegments(ScGlobal::nStdRowHeight)); in ScTable()
H A Ddocument.cxx3819 pTab[nTab]->mpRowHeights && pTab[nTab]->mpHiddenRows ) in GetNextDifferentChangedRow()
/aoo41x/main/sc/source/filter/rtf/
H A Deeimpars.cxx77 mpRowHeights( new Table ) in ScEEImport()
92 delete mpRowHeights; in ~ScEEImport()
429 if ( mpRowHeights->Count() ) in WriteToDocument()
433 sal_uInt16 nHeight = (sal_uInt16)(sal_uLong) mpRowHeights->Get( nRow ); in WriteToDocument()
509 long nRowHeight = (long) mpRowHeights->Get( nR ); in GraphicSize()
513 mpRowHeights->Replace( nR, (void*)nHeight ); in GraphicSize()
515 mpRowHeights->Insert( nR, (void*)nHeight ); in GraphicSize()
/aoo41x/main/sc/source/filter/inc/
H A Deeimport.hxx46 Table* mpRowHeights; member in ScEEImport
/aoo41x/main/sc/inc/
H A Dtable.hxx133 ::boost::shared_ptr<ScFlatUInt16RowSegments> mpRowHeights;

Completed in 75 milliseconds