Searched refs:nOldDepth (Results 1 – 8 of 8) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/outliner/ |
H A D | outlundo.cxx | 90 …utlinerUndoChangeDepth( Outliner* pOutliner, sal_Int32 nPara, sal_Int16 nOldDepth, sal_Int16 nNewD… in OutlinerUndoChangeDepth() argument 91 …: OutlinerUndoBase( OLUNDO_DEPTH, pOutliner ), mnPara(nPara), mnOldDepth(nOldDepth), mnNewDepth(nN… in OutlinerUndoChangeDepth()
|
H A D | outlvw.cxx | 459 sal_Int16 nOldDepth = pPara->GetDepth(); in Indent() local 460 sal_Int16 nNewDepth = nOldDepth + nDiff; in Indent() 465 if( (bPage && (nDiff == +1)) || (!bPage && (nDiff == -1) && (nOldDepth <= 0)) ) in Indent() 468 pOwner->nDepthChangedHdlPrevDepth = nOldDepth; in Indent() 487 if( (nOldDepth == 0) && (nNewDepth == -1) ) in Indent() 491 if( nOldDepth == -1 ) in Indent() 499 if( nOldDepth < nMinDepth ) in Indent() 500 nMinDepth = nOldDepth; in Indent() 504 if( nOldDepth != nNewDepth ) in Indent() 531 pOwner->nDepthChangedHdlPrevDepth = nOldDepth; in Indent()
|
H A D | outlundo.hxx | 84 …utlinerUndoChangeDepth( Outliner* pOutliner, sal_Int32 nPara, sal_Int16 nOldDepth, sal_Int16 nNewD…
|
H A D | outliner.cxx | 726 sal_Int16 nOldDepth = pPara->GetDepth(); in ImplInitDepth() local 747 InsertUndo( std::make_unique<OutlinerUndoChangeDepth>( this, nPara, nOldDepth, nDepth ) ); in ImplInitDepth()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/outliner/ |
H A D | outlundo.cxx | 101 …utlinerUndoChangeDepth( Outliner* pOutliner, sal_Int32 nPara, sal_Int16 nOldDepth, sal_Int16 nNewD… in OutlinerUndoChangeDepth() argument 105 mnOldDepth = nOldDepth; in OutlinerUndoChangeDepth()
|
H A D | outlvw.cxx | 461 sal_Int16 nOldDepth = pPara->GetDepth(); in Indent() local 462 sal_Int16 nNewDepth = nOldDepth + nDiff; in Indent() 467 if( (bPage && (nDiff == +1)) || (!bPage && (nDiff == -1) && (nOldDepth <= 0)) ) in Indent() 470 pOwner->nDepthChangedHdlPrevDepth = nOldDepth; in Indent() 489 if( (nOldDepth == 0) && (nNewDepth == -1) ) in Indent() 493 if( nOldDepth == -1 ) in Indent() 501 if( nOldDepth < nMinDepth ) in Indent() 502 nMinDepth = nOldDepth; in Indent() 506 if( nOldDepth != nNewDepth ) in Indent() 533 pOwner->nDepthChangedHdlPrevDepth = nOldDepth; in Indent()
|
H A D | outlundo.hxx | 86 …utlinerUndoChangeDepth( Outliner* pOutliner, sal_Int32 nPara, sal_Int16 nOldDepth, sal_Int16 nNewD…
|
H A D | outliner.cxx | 733 sal_Int16 nOldDepth = pPara->GetDepth(); in ImplInitDepth() local 753 … InsertUndo( std::make_unique<OutlinerUndoChangeDepth>( this, nPara, nOldDepth, nDepth ) ); in ImplInitDepth()
|