Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1356 const Size aPixSz = GetWin()->PixelToLogic(Size(1,1)); in SmoothScroll() local
1362 Size aSize( aVisArea.Width()+2*aPixSz.Width(), Abs(lYDiff)+(2*aPixSz.Height()) ); in SmoothScroll()
1375 aRect.Right( Min(aRect.Right()+2*aPixSz.Width(), pRect->Right()+aPixSz.Width())); in SmoothScroll()
1378 aRect.SSize().Width() += 2*aPixSz.Width(); in SmoothScroll()
1380 : aRect.Top() - aSize.Height() + aPixSz.Height(); in SmoothScroll()
1381 aRect.Pos().X() = Max( 0L, aRect.Left()-aPixSz.Width() ); in SmoothScroll()
1446 long lMaDelta = aPixSz.Height(); in SmoothScroll()
1565 aRectangle.Left() -= aPixSz.Width(); in SmoothScroll()
1566 aRectangle.Right() += aPixSz.Width(); in SmoothScroll()
1567 aRectangle.Top() -= aPixSz.Height(); in SmoothScroll()
[all …]
/trunk/main/sw/source/core/layout/
H A Dvirtoutp.cxx202 Size aPixSz( pOut->PixelToLogic( Size( 1,1 )) ); in Enter() local
204 aTmp.SSize().Width() += aPixSz.Width()/2 + 1; in Enter()
205 aTmp.SSize().Height()+= aPixSz.Height()/2 + 1; in Enter()
/trunk/main/svtools/source/control/
H A Dscrwin.cxx466 Size aPixSz( LogicToPixel( Size(nHorz, nVert) ) ); in SetLineSize() local
467 nColumnPixW = aPixSz.Width(); in SetLineSize()
468 nLinePixH = aPixSz.Height(); in SetLineSize()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx347 Size aPixSz( 1, 0 ); in Draw() local
348 aPixSz = pOutDev->PixelToLogic( aPixSz ); in Draw()
349 aClipRect.Right() += aPixSz.Width(); in Draw()
350 aClipRect.Bottom() += aPixSz.Width(); in Draw()

Completed in 75 milliseconds