Searched refs:mnOffY (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/extensions/source/scanner/ |
H A D | grid.hxx | 40 sal_uInt16 mnOffY; member 43 : maPos(rPos), mnOffX(nX), mnOffY(nY) in impHandle() 54 const Point aOffset(rWin.PixelToLogic(Point(mnOffX, mnOffY))); in draw() 60 const Point aOffset(rWin.PixelToLogic(Point(mnOffX, mnOffY))); in isHit()
|
/aoo41x/main/svtools/source/control/ |
H A D | tabbar.cxx | 370 mnOffY = 0; in ImplInit() 394 mnOffY++; in ImplInit() 1087 DrawLine( Point( mnOffX, mnOffY ), Point( aOutputSize.Width()-1, mnOffY ) ); in Paint() 1167 Point aPos0 = Point( aRect.Left(), mnOffY ); in Paint() 1170 Point aPos3 = Point( aRect.Right(), mnOffY ); in Paint() 2171 mpEdit->SetPosSizePixel( nX, aRect.Top()+mnOffY+1, nWidth, aRect.GetHeight()-3 ); in StartEditMode() 2731 …return Rectangle( Point( mnOffX, mnOffY ), Size( mnLastOffX-mnOffX+1, GetSizePixel().Height()-mnOf… in GetPageArea()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | tabbar.hxx | 348 long mnOffY; member in TabBar
|
Completed in 38 milliseconds