Searched refs:nRelDiff (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sw/source/core/objectpositioning/ |
H A D | tocntntanchoredobjectposition.cxx | 197 SwTwips nRelDiff = 0; in CalcPosition() local 717 nRelDiff = nRelPosY; in CalcPosition() 758 ( aRelPos.X() - nRelDiff ) - in CalcPosition() 764 ( aRelPos.X() - nRelDiff ) ); in CalcPosition() 771 ( aRelPos.Y() - nRelDiff ) ); in CalcPosition()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 3639 bRet = rSz.GetWidth() < USHRT_MAX - nRelDiff; in SetColWidth() 3712 if( aSz.GetWidth() + nRelDiff > USHRT_MAX ) in SetColWidth() 3720 aParam.nDiff = nRelDiff /= 2; in SetColWidth() 3766 aSz.SetWidth( aSz.GetWidth() + nRelDiff ); in SetColWidth() 3768 aSz.SetWidth( aSz.GetWidth() - nRelDiff ); in SetColWidth() 3838 - nRelDiff > COLFUZZY + in SetColWidth() 3984 GetFrmSize().GetWidth() - nRelDiff > COLFUZZY + in SetColWidth() 4050 nAbsDiff, nRelDiff ); in SetColWidth() 4376 nRelDiff, ppUndo ); in SetRowHeight() 4524 nRelDiff, ppUndo ); in SetRowHeight() [all …]
|
/aoo41x/main/sw/source/core/inc/ |
H A D | UndoTable.hxx | 190 sal_uInt16 nCount, nRelDiff, nAbsDiff, nSetColType; member in SwUndoTblNdsChg 223 nRelDiff = (sal_uInt16)nRelDif; in SetColWidthParam()
|
/aoo41x/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 | 1757 SwTwips nAbsDiff, SwTwips nRelDiff );
|
/aoo41x/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() 1912 nRelDiff ); in RedoImpl() 1925 rDoc.SetColRowWidthHeight( *pBox, nSetColType, nAbsDiff, nRelDiff ); in RedoImpl() 1969 nRelDiff, (SwUndo**)&pUndo ); in RedoImpl() 1976 nRelDiff, (SwUndo**)&pUndo ); in RedoImpl()
|
/aoo41x/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()
|
Completed in 101 milliseconds