Searched refs:nDiffRight (Results 1 – 3 of 3) sorted by relevance
771 sal_Int32 nDiffRight = rAvailableOuterRect.getMaxX() - rConsumedOuterRect.getMaxX(); in adjustInnerSize() local774 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()
3946 sal_Int32 nDiffRight = aNewRect.nRight - aOldRect.nRight; in EndSdrDrag() local3954 nDiffLeft = -nDiffRight; in EndSdrDrag()3955 nDiffRight = -nTmp; in EndSdrDrag()3960 sal_Int32 nRightCrop = static_cast<sal_Int32>( rOldCrop.GetRight() - nDiffRight * fScaleX ); in EndSdrDrag()
4008 long nDiffRight = nTmpPosMax - nXInPortion; in GetChar() local4010 DBG_ASSERT( nDiffRight >= 0, "DiffRight negativ" ); in GetChar()4011 nOffset = ( bSmart && ( nDiffRight < nDiffLeft ) ) ? x+1 : x; in GetChar()
Completed in 57 milliseconds