Searched refs:nAbsDiff (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/sw/source/core/doc/ |
| H A D | tblrwcl.cxx | 3573 SwTwips nAbsDiff, SwTwips nRelDiff, SwUndo** ppUndo ) in SetColWidth() argument 3640 bChgLRSpace = bLeft ? rLR.GetLeft() >= nAbsDiff in SetColWidth() 3641 : rLR.GetRight() >= nAbsDiff; in SetColWidth() 3644 bRet = bLeft ? rLR.GetLeft() >= nAbsDiff in SetColWidth() 3645 : rLR.GetRight() >= nAbsDiff; in SetColWidth() 3649 ( bLeft ? rLR.GetRight() >= nAbsDiff in SetColWidth() 3650 : rLR.GetLeft() >= nAbsDiff )) in SetColWidth() 3662 bRet = SetColWidth( rAktBox, eType, nAbsDiff, nRelDiff, in SetColWidth() 3726 aLR.SetLeft( sal_uInt16( aLR.GetLeft() - nAbsDiff ) ); in SetColWidth() 3728 aLR.SetRight( sal_uInt16( aLR.GetRight() - nAbsDiff ) ); in SetColWidth() [all …]
|
| /trunk/main/sw/source/core/inc/ |
| H A D | UndoTable.hxx | 190 sal_uInt16 nCount, nRelDiff, nAbsDiff, nSetColType; member in SwUndoTblNdsChg 222 nAbsDiff = (sal_uInt16)nAbsDif; in SetColWidthParam()
|
| /trunk/main/sw/inc/ |
| H A D | swtable.hxx | 318 SwTwips nAbsDiff, SwTwips nRelDiff, SwUndo** ppUndo ); 320 SwTwips nAbsDiff, SwTwips nRelDiff, SwUndo** ppUndo );
|
| H A D | doc.hxx | 1749 SwTwips nAbsDiff, SwTwips nRelDiff );
|
| /trunk/main/sw/source/core/undo/ |
| H A D | untbl.cxx | 1555 nCount( nCnt ), nRelDiff( 0 ), nAbsDiff( 0 ), in SwUndoTblNdsChg() 1578 nCount( 0 ), nRelDiff( 0 ), nAbsDiff( 0 ), in SwUndoTblNdsChg() 1911 rDoc.SetColRowWidthHeight( *pBox, nSetColType, nAbsDiff, in RedoImpl() 1925 rDoc.SetColRowWidthHeight( *pBox, nSetColType, nAbsDiff, nRelDiff ); in RedoImpl() 1968 rTbl.SetColWidth( *pBox, nSetColType, nAbsDiff, in RedoImpl() 1975 rTbl.SetRowHeight( *pBox, nSetColType, nAbsDiff, in RedoImpl()
|
| /trunk/main/sw/source/core/docnode/ |
| H A D | ndtbl.cxx | 4035 SwTwips nAbsDiff, SwTwips nRelDiff ) in SetColRowWidthHeight() argument 4057 eType, nAbsDiff, nRelDiff, in SetColRowWidthHeight() 4066 eType, nAbsDiff, nRelDiff, in SetColRowWidthHeight()
|