Home
last modified time | relevance | path

Searched refs:nDiffLeft (Results 1 – 4 of 4) sorted by relevance

/trunk/main/chart2/source/view/diagram/
H A DVDiagram.cxx770 sal_Int32 nDiffLeft = rConsumedOuterRect.getMinX() - rAvailableOuterRect.getMinX(); in adjustInnerSize() local
772 if( nDiffLeft >= 0 ) in adjustInnerSize()
773 aNewPos.X -= nDiffLeft; in adjustInnerSize()
776 if( nDiffRight > -nDiffLeft ) in adjustInnerSize()
777 aNewPos.X += abs(nDiffLeft); in adjustInnerSize()
/trunk/main/sw/source/ui/table/
H A Dtablemgr.cxx155 int nDiffLeft = nDiff - (int)GetColWidth(nNum + 1) + (int)MINLAY; in SetColWidth() local
156 aCols[ static_cast< sal_uInt16 >(GetRightSeparator(nNum)) ] += (nDiff - nDiffLeft); in SetColWidth()
157 aCols[ static_cast< sal_uInt16 >(GetRightSeparator(nNum - 1)) ] -= nDiffLeft; in SetColWidth()
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx3944 sal_Int32 nDiffLeft = aNewRect.nLeft - aOldRect.nLeft; in EndSdrDrag() local
3953 sal_Int32 nTmp(nDiffLeft); in EndSdrDrag()
3954 nDiffLeft = -nDiffRight; in EndSdrDrag()
3958 sal_Int32 nLeftCrop = static_cast<sal_Int32>( rOldCrop.GetLeft() + nDiffLeft * fScaleX ); in EndSdrDrag()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx4007 long nDiffLeft = nXInPortion - nTmpPosMin; in GetChar() local
4009 DBG_ASSERT( nDiffLeft >= 0, "DiffLeft negativ" ); in GetChar()
4011 nOffset = ( bSmart && ( nDiffRight < nDiffLeft ) ) ? x+1 : x; in GetChar()

Completed in 51 milliseconds