Home
last modified time | relevance | path

Searched refs:nOnePixel (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/source/control/
H A Dcombobox.cxx1266 long nOnePixel = GetDrawPixel( pDev, 1 ); in Draw() local
1268 long nEditHeight = nTextHeight + 6*nOnePixel; in Draw()
1308 aTextRect.Left() += 3*nOnePixel; in Draw()
1309 aTextRect.Right() -= 3*nOnePixel; in Draw()
1310 aTextRect.Top() += nEditHeight + nOnePixel; in Draw()
H A Dlstbox.cxx453 long nOnePixel = GetDrawPixel( pDev, 1 ); in Draw() local
464 aTextRect.Left() += 3*nOnePixel; in Draw()
465 aTextRect.Right() -= 3*nOnePixel; in Draw()
472 long nOffX = 3*nOnePixel; in Draw()
507 Point( aPos.X() + aSize.Width(), aPos.Y() + (n+1)*nTextHeight + 2*nOnePixel ) ) ); in Draw()
H A Dedit.cxx1947 long nOnePixel = GetDrawPixel( pDev, 1 ); in Draw() local
1948 long nOffX = 3*nOnePixel; in Draw()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx827 long nOnePixel = pOutWin->PixelToLogic( Size( 1, 0 ) ).Width(); in ShowCursor() local
830 ( ( aEditCursor.Top() + nOnePixel >= GetVisDocTop() ) && in ShowCursor()
831 ( aEditCursor.Bottom() - nOnePixel <= GetVisDocBottom() ) && in ShowCursor()
832 ( aEditCursor.Left() + nOnePixel >= GetVisDocLeft() ) && in ShowCursor()
833 ( aEditCursor.Right() - nOnePixel <= GetVisDocRight() ) ) ) in ShowCursor()
H A Dimpedit3.cxx198 long nOnePixel = pOutDev->PixelToLogic( Size( 0, 1 ) ).Height(); in lcl_DrawRedLines() local
199 long nCorrect = ( nStyle == WAVE_NORMAL ) ? 2*nOnePixel : nOnePixel; in lcl_DrawRedLines()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx1445 long nOnePixel = GetDrawPixel( pDev, 1 ); in Draw() local
1446 long nOffX = 3*nOnePixel; in Draw()
1447 long nOffY = 2*nOnePixel; in Draw()

Completed in 76 milliseconds