Searched refs:mpRowHeights (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/sc/source/core/data/ |
| H A D | table2.cxx | 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() [all …]
|
| H A D | table5.cxx | 209 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 D | table1.cxx | 69 mpRowHeights( static_cast<ScFlatUInt16RowSegments*>(NULL) ), in ScTable() 115 mpRowHeights.reset(new ScFlatUInt16RowSegments(ScGlobal::nStdRowHeight)); in ScTable()
|
| H A D | document.cxx | 3819 pTab[nTab]->mpRowHeights && pTab[nTab]->mpHiddenRows ) in GetNextDifferentChangedRow()
|
| /AOO41X/main/sc/source/filter/rtf/ |
| H A D | eeimpars.cxx | 77 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 D | eeimport.hxx | 46 Table* mpRowHeights; member in ScEEImport
|
| /AOO41X/main/sc/inc/ |
| H A D | table.hxx | 133 ::boost::shared_ptr<ScFlatUInt16RowSegments> mpRowHeights;
|