Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/main/svx/source/svdraw/
H A Dsvddrgmt.cxx3949 sal_Int32 nDiffRight = aNewRect.nRight - aOldRect.nRight; in EndSdrDrag() local
3957 nDiffLeft = -nDiffRight; in EndSdrDrag()
3958 nDiffRight = -nTmp; in EndSdrDrag()
3963 sal_Int32 nRightCrop = static_cast<sal_Int32>( rOldCrop.GetRight() - nDiffRight * fScaleX ); in EndSdrDrag()
/aoo4110/main/editeng/source/editeng/
H A Dimpedit2.cxx4005 long nDiffRight = nTmpPosMax - nXInPortion; in GetChar() local
4007 DBG_ASSERT( nDiffRight >= 0, "DiffRight negativ" ); in GetChar()
4008 nOffset = ( bSmart && ( nDiffRight < nDiffLeft ) ) ? x+1 : x; in GetChar()

Completed in 74 milliseconds