Home
last modified time | relevance | path

Searched refs:nNewLeft (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx427 double nNewLeft = getLeft() - nDeltaWidth; in ScaleWidth() local
428 setLeft(nNewLeft); in ScaleWidth()
434 double nNewLeft = getLeft() - nDeltaWidth; in ScaleWidth() local
435 setLeft(nNewLeft); in ScaleWidth()
/AOO41X/main/svtools/source/graphic/
H A Dgrfmgr.cxx339 long nNewLeft, nNewTop, nNewRight, nNewBottom; in ImplGetCropParams() local
373nNewLeft = -FRound( ( ( pAttr->GetMirrorFlags() & BMP_MIRROR_HORZ ) ? pAttr->GetRightCrop() : pAtt… in ImplGetCropParams()
374 nNewRight = nNewLeft + FRound( aSize100.Width() * fScale ) - 1; in ImplGetCropParams()
377 rPt.X() += FRound( nNewLeft * fScale ); in ImplGetCropParams()
378 rSz.Width() = FRound( ( nNewRight - nNewLeft + 1 ) * fScale ); in ImplGetCropParams()