Home
last modified time | relevance | path

Searched refs:CR_MANUALSIZE (Results 1 – 16 of 16) sorted by relevance

/aoo41x/main/sc/source/filter/excel/
H A Dcolrowst.cxx211 rDoc.SetRowFlags( 0, MAXROW, nScTab, CR_MANUALSIZE ); in Convert()
240 … rDoc.SetRowFlags( nScRow, nScTab, rDoc.GetRowFlags( nScRow, nScTab ) | CR_MANUALSIZE ); in Convert()
H A Dxetable.cxx1824 bool bUserHeight = ::get_flag< sal_uInt8 >( nRowFlags, CR_MANUALSIZE ); in XclExpRow()
/aoo41x/main/sc/source/core/data/
H A Dtable2.cxx145 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 Dtable1.cxx350 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 Ddocument.cxx3841 ((nStartFlags & CR_MANUALSIZE) != (nFlags & CR_MANUALSIZE)) || in GetNextDifferentChangedRow()
3843 … (bCareManualSize && (nStartFlags & CR_MANUALSIZE) && (nStartHeight != nHeight)) || in GetNextDifferentChangedRow()
H A Dcolumn2.cxx911 if ( bShrink || !(pDocument->GetRowFlags(nRow, nTab) & CR_MANUALSIZE) ) in GetOptimalHeight()
/aoo41x/main/sc/inc/
H A Dglobal.hxx201 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 Dtransobj.cxx638 if ( nSourceFlags & CR_MANUALSIZE ) in InitDocShell()
639 rDestRowFlags.OrValue( nRow, CR_MANUALSIZE); in InitDocShell()
/aoo41x/main/sc/source/filter/lotus/
H A Dlotimpop.cxx333 …nLTab), pD->GetRowFlags( static_cast<SCROW> (nRow), static_cast<SCTAB> (nLTab) ) | CR_MANUALSIZE ); in RowPresentation()
/aoo41x/main/sc/source/ui/undo/
H A Dundoblk3.cxx1029 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 Dviewfunc.cxx2204 if (nOld & CR_MANUALSIZE) in SetWidthOrHeight()
2205 pDoc->SetRowFlags(nRow, nTab, nOld & ~CR_MANUALSIZE); in SetWidthOrHeight()
H A Doutput2.cxx1777 ( pDoc->GetRowFlags( nCellY, nTab ) & CR_MANUALSIZE ) || in DrawStrings()
2717 ( pDoc->GetRowFlags( nCellY, nTab ) & CR_MANUALSIZE ) || in DrawEdit()
H A Dviewdata.cxx1385 if ( nEditEndRow == nEditRow && !( pDoc->GetRowFlags( nEditRow, nTabNo ) & CR_MANUALSIZE ) && in EditGrowY()
/aoo41x/main/sc/source/ui/unoobj/
H A Ddocuno.cxx3112 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 Dcellsuno.cxx8998 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 Ddocfunc.cxx3198 if ( !bHidden && ( nOld & CR_MANUALSIZE ) ) in SetWidthOrHeight()
3199 pDoc->SetRowFlags( nRow, nTab, nOld & ~CR_MANUALSIZE ); in SetWidthOrHeight()

Completed in 484 milliseconds