Searched refs:nDiffLeft (Results 1 – 4 of 4) sorted by relevance
770 sal_Int32 nDiffLeft = rConsumedOuterRect.getMinX() - rAvailableOuterRect.getMinX(); in adjustInnerSize() local772 if( nDiffLeft >= 0 ) in adjustInnerSize()773 aNewPos.X -= nDiffLeft; in adjustInnerSize()776 if( nDiffRight > -nDiffLeft ) in adjustInnerSize()777 aNewPos.X += abs(nDiffLeft); in adjustInnerSize()
155 int nDiffLeft = nDiff - (int)GetColWidth(nNum + 1) + (int)MINLAY; in SetColWidth() local156 aCols[ static_cast< sal_uInt16 >(GetRightSeparator(nNum)) ] += (nDiff - nDiffLeft); in SetColWidth()157 aCols[ static_cast< sal_uInt16 >(GetRightSeparator(nNum - 1)) ] -= nDiffLeft; in SetColWidth()
3947 sal_Int32 nDiffLeft = aNewRect.nLeft - aOldRect.nLeft; in EndSdrDrag() local3956 sal_Int32 nTmp(nDiffLeft); in EndSdrDrag()3957 nDiffLeft = -nDiffRight; in EndSdrDrag()3961 sal_Int32 nLeftCrop = static_cast<sal_Int32>( rOldCrop.GetLeft() + nDiffLeft * fScaleX ); in EndSdrDrag()
4004 long nDiffLeft = nXInPortion - nTmpPosMin; in GetChar() local4006 DBG_ASSERT( nDiffLeft >= 0, "DiffLeft negativ" ); in GetChar()4008 nOffset = ( bSmart && ( nDiffRight < nDiffLeft ) ) ? x+1 : x; in GetChar()
Completed in 63 milliseconds