Searched refs:CR_MANUALSIZE (Results 1 – 16 of 16) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | colrowst.cxx | 211 rDoc.SetRowFlags( 0, MAXROW, nScTab, CR_MANUALSIZE ); in Convert() 240 … rDoc.SetRowFlags( nScRow, nScTab, rDoc.GetRowFlags( nScRow, nScTab ) | CR_MANUALSIZE ); in Convert()
|
H A D | xetable.cxx | 1824 bool bUserHeight = ::get_flag< sal_uInt8 >( nRowFlags, CR_MANUALSIZE ); in XclExpRow()
|
/aoo41x/main/sc/source/core/data/ |
H A D | table2.cxx | 145 if (nNewFlags && (nNewFlags != CR_MANUALSIZE)) in InsertRow() 147 nNewFlags & CR_MANUALSIZE); in InsertRow() 462 pTable->pRowFlags->CopyFromAnded( *pRowFlags, 0, nRow2, CR_MANUALSIZE); in CopyToClip() 515 if ( pTable->pRowFlags->GetValue(j-nDy) & CR_MANUALSIZE ) in CopyFromClip() 516 pRowFlags->OrValue( j, CR_MANUALSIZE); in CopyFromClip() 518 pRowFlags->AndValue( j, sal::static_int_cast<sal_uInt8>(~CR_MANUALSIZE)); in CopyFromClip() 2370 pRowFlags->OrValue( nStartRow, nEndRow, CR_MANUALSIZE); in SetManualHeight() 2372 … pRowFlags->AndValue( nStartRow, nEndRow, sal::static_int_cast<sal_uInt8>(~CR_MANUALSIZE)); in SetManualHeight()
|
H A D | table1.cxx | 350 bool bAutoSize = ((nRowFlag & CR_MANUALSIZE) == 0); in SetOptimalHeight() 356 pRowFlags->SetValue( nStartRow+i, nRegionEndRow, nRowFlag | CR_MANUALSIZE); in SetOptimalHeight() 359 pRowFlags->SetValue( nStartRow+i, nRegionEndRow, nRowFlag & ~CR_MANUALSIZE); in SetOptimalHeight()
|
H A D | document.cxx | 3841 ((nStartFlags & CR_MANUALSIZE) != (nFlags & CR_MANUALSIZE)) || in GetNextDifferentChangedRow() 3843 … (bCareManualSize && (nStartFlags & CR_MANUALSIZE) && (nStartHeight != nHeight)) || in GetNextDifferentChangedRow()
|
H A D | column2.cxx | 911 if ( bShrink || !(pDocument->GetRowFlags(nRow, nTab) & CR_MANUALSIZE) ) in GetOptimalHeight()
|
/aoo41x/main/sc/inc/ |
H A D | global.hxx | 201 const sal_uInt8 CR_MANUALSIZE = 32; variable 202 const sal_uInt8 CR_ALL = (CR_HIDDEN | CR_MANUALBREAK | CR_FILTERED | CR_MANUALSIZE);
|
/aoo41x/main/sc/source/ui/app/ |
H A D | transobj.cxx | 638 if ( nSourceFlags & CR_MANUALSIZE ) in InitDocShell() 639 rDestRowFlags.OrValue( nRow, CR_MANUALSIZE); in InitDocShell()
|
/aoo41x/main/sc/source/filter/lotus/ |
H A D | lotimpop.cxx | 333 …nLTab), pD->GetRowFlags( static_cast<SCROW> (nRow), static_cast<SCTAB> (nLTab) ) | CR_MANUALSIZE ); in RowPresentation()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undoblk3.cxx | 1029 if ( !bHidden && ( nOld & CR_MANUALSIZE ) ) in Redo() 1030 pDoc->SetRowFlags( nRow, nTab, nOld & ~CR_MANUALSIZE ); in Redo()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 2204 if (nOld & CR_MANUALSIZE) in SetWidthOrHeight() 2205 pDoc->SetRowFlags(nRow, nTab, nOld & ~CR_MANUALSIZE); in SetWidthOrHeight()
|
H A D | output2.cxx | 1777 ( pDoc->GetRowFlags( nCellY, nTab ) & CR_MANUALSIZE ) || in DrawStrings() 2717 ( pDoc->GetRowFlags( nCellY, nTab ) & CR_MANUALSIZE ) || in DrawEdit()
|
H A D | viewdata.cxx | 1385 if ( nEditEndRow == nEditRow && !( pDoc->GetRowFlags( nEditRow, nTabNo ) & CR_MANUALSIZE ) && in EditGrowY()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 3112 sal_Bool bOpt = !(pDoc->GetColFlags( nStartCol, nTab ) & CR_MANUALSIZE); in getPropertyValue() 3385 sal_Bool bOpt = !(pDoc->GetRowFlags( nStartRow, nTab ) & CR_MANUALSIZE); in getPropertyValue()
|
H A D | cellsuno.cxx | 8998 sal_Bool bOpt = !(pDoc->GetColFlags( nCol, nTab ) & CR_MANUALSIZE); in GetOnePropertyValue() 9158 sal_Bool bOpt = !(pDoc->GetRowFlags( nRow, nTab ) & CR_MANUALSIZE); in GetOnePropertyValue()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 3198 if ( !bHidden && ( nOld & CR_MANUALSIZE ) ) in SetWidthOrHeight() 3199 pDoc->SetRowFlags( nRow, nTab, nOld & ~CR_MANUALSIZE ); in SetWidthOrHeight()
|
Completed in 484 milliseconds