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()
3949 sal_Int32 nDiffRight = aNewRect.nRight - aOldRect.nRight; in EndSdrDrag() local3957 nDiffLeft = -nDiffRight; in EndSdrDrag()3958 nDiffRight = -nTmp; in EndSdrDrag()3963 sal_Int32 nRightCrop = static_cast<sal_Int32>( rOldCrop.GetRight() - nDiffRight * fScaleX ); in EndSdrDrag()
4005 long nDiffRight = nTmpPosMax - nXInPortion; in GetChar() local4007 DBG_ASSERT( nDiffRight >= 0, "DiffRight negativ" ); in GetChar()4008 nOffset = ( bSmart && ( nDiffRight < nDiffLeft ) ) ? x+1 : x; in GetChar()
Completed in 75 milliseconds