Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx332 long nNewLeft, nNewTop, nNewRight, nNewBottom; in ImplGetCropParams() local
366nNewLeft = -FRound( ( ( pAttr->GetMirrorFlags() & BMP_MIRROR_HORZ ) ? pAttr->GetRightCrop() : pAtt… in ImplGetCropParams()
367 nNewRight = nNewLeft + FRound( aSize100.Width() * fScale ) - 1; in ImplGetCropParams()
370 rPt.X() += FRound( nNewLeft * fScale ); in ImplGetCropParams()
371 rSz.Width() = FRound( ( nNewRight - nNewLeft + 1 ) * fScale ); in ImplGetCropParams()

Completed in 20 milliseconds