Home
last modified time | relevance | path

Searched refs:nDiffRight (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/chart2/source/view/diagram/
H A DVDiagram.cxx771 sal_Int32 nDiffRight = rAvailableOuterRect.getMaxX() - rConsumedOuterRect.getMaxX(); in adjustInnerSize() local
774 else if( nDiffRight >= 0 ) in adjustInnerSize()
776 if( nDiffRight > -nDiffLeft ) in adjustInnerSize()
778 else if( nDiffRight > abs(nDeltaWidth) ) in adjustInnerSize()
779 aNewPos.X += nDiffRight; in adjustInnerSize()
/AOO42X/main/svx/source/svdraw/
H A Dsvddrgmt.cxx3941 sal_Int32 nDiffRight = aNewRect.nRight - aOldRect.nRight; in EndSdrDrag() local
3949 nDiffLeft = -nDiffRight; in EndSdrDrag()
3950 nDiffRight = -nTmp; in EndSdrDrag()
3955 sal_Int32 nRightCrop = static_cast<sal_Int32>( rOldCrop.GetRight() - nDiffRight * fScaleX ); in EndSdrDrag()
/AOO42X/main/editeng/source/editeng/
H A Dimpedit2.cxx4008 long nDiffRight = nTmpPosMax - nXInPortion; in GetChar() local
4010 DBG_ASSERT( nDiffRight >= 0, "DiffRight negativ" ); in GetChar()
4011 nOffset = ( bSmart && ( nDiffRight < nDiffLeft ) ) ? x+1 : x; in GetChar()