Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx3946 sal_Int32 nDiffRight = aNewRect.nRight - aOldRect.nRight; in EndSdrDrag() local
3954 nDiffLeft = -nDiffRight; in EndSdrDrag()
3955 nDiffRight = -nTmp; in EndSdrDrag()
3960 sal_Int32 nRightCrop = static_cast<sal_Int32>( rOldCrop.GetRight() - nDiffRight * fScaleX ); in EndSdrDrag()
/trunk/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()

Completed in 49 milliseconds