Searched refs:aWorkRect (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/svx/source/dialog/ |
H A D | contwnd.cxx | 51 aWorkRect ( 0, 0, 0, 0 ), in ContourWindow() 216 aWorkRect = Rectangle( aLogPt, aLogPt ); in MouseButtonDown() 280 aWorkRect.Right() = aLogPt.X(); in MouseButtonUp() 281 aWorkRect.Bottom() = aLogPt.Y(); in MouseButtonUp() 282 aWorkRect.Intersection( aGraphRect ); in MouseButtonUp() 283 aWorkRect.Justify(); in MouseButtonUp() 285 if ( aWorkRect.Left() != aWorkRect.Right() && aWorkRect.Top() != aWorkRect.Bottom() ) in MouseButtonUp() 289 _aPolyPoly.Clip( aWorkRect ); in MouseButtonUp() 291 pView->SetWorkArea( aWorkRect ); in MouseButtonUp() 335 if ( aWorkRect.Left() != aWorkRect.Right() && aWorkRect.Top() != aWorkRect.Bottom() ) in Paint() [all …]
|
H A D | _contdlg.cxx | 950 …const Rectangle aWorkRect = aContourWnd.LogicToPixel( aContourWnd.GetWorkRect(), MapMode( MAP_100T… in IMPL_LINK() local 952 …const sal_Bool bValid = aWorkRect.Left() != aWorkRect.Right() && aWorkRect.Top() != aWorkRect.Bot… in IMPL_LINK() 955 SetPolyPolygon( CreateAutoContour( rGraphic, bValid ? &aWorkRect : NULL ) ); in IMPL_LINK()
|
H A D | contwnd.hxx | 40 Rectangle aWorkRect; member in ContourWindow 76 const Rectangle& GetWorkRect() const { return aWorkRect; } in GetWorkRect()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | outdev6.cxx | 1002 aWorkRect.Justify(); in ImplDrawBitmapWallpaper() 1006 ImplDrawColorWallpaper( aWorkRect.Left(), aWorkRect.Top(), in ImplDrawBitmapWallpaper() 1007 aWorkRect.GetWidth(), aWorkRect.GetHeight(), in ImplDrawBitmapWallpaper() 1012 aWorkRect.Justify(); in ImplDrawBitmapWallpaper() 1016 ImplDrawColorWallpaper( aWorkRect.Left(), aWorkRect.Top(), in ImplDrawBitmapWallpaper() 1017 aWorkRect.GetWidth(), aWorkRect.GetHeight(), in ImplDrawBitmapWallpaper() 1022 aWorkRect.Justify(); in ImplDrawBitmapWallpaper() 1026 ImplDrawColorWallpaper( aWorkRect.Left(), aWorkRect.Top(), in ImplDrawBitmapWallpaper() 1027 aWorkRect.GetWidth(), aWorkRect.GetHeight(), in ImplDrawBitmapWallpaper() 1036 ImplDrawColorWallpaper( aWorkRect.Left(), aWorkRect.Top(), in ImplDrawBitmapWallpaper() [all …]
|
/aoo42x/main/vcl/win/source/app/ |
H A D | salinfo.cxx | 132 RECT aWorkRect; in initMonitors() local 133 if( SystemParametersInfo( SPI_GETWORKAREA, 0, &aWorkRect, 0 ) ) in initMonitors() 134 m_aMonitors.back().m_aWorkArea = Rectangle( aWorkRect.left, aWorkRect.top, in initMonitors() 135 aWorkRect.right, aWorkRect.bottom ); in initMonitors() 197 RECT aWorkRect; in initMonitors() local 198 if( SystemParametersInfo( SPI_GETWORKAREA, 0, &aWorkRect, 0 ) ) in initMonitors() 199 m_aMonitors.back().m_aWorkArea = Rectangle( aWorkRect.left, aWorkRect.top, in initMonitors() 200 aWorkRect.right, aWorkRect.bottom ); in initMonitors()
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | _xoutbmp.cxx | 473 Rectangle aWorkRect( aTmpPoint, rBmp.GetSizePixel() ); in GetCountour() local 476 aWorkRect.Intersection( *pWorkRectPixel ); in GetCountour() 478 aWorkRect.Justify(); in GetCountour() 480 if( ( aWorkRect.GetWidth() > 4 ) && ( aWorkRect.GetHeight() > 4 ) ) in GetCountour() 497 const long nStartX1 = aWorkRect.Left() + 1L; in GetCountour() 498 const long nEndX1 = aWorkRect.Right(); in GetCountour() 501 const long nStartY1 = aWorkRect.Top() + 1L; in GetCountour() 502 const long nEndY1 = aWorkRect.Bottom(); in GetCountour()
|
/aoo42x/main/embeddedobj/source/general/ |
H A D | docholder.cxx | 948 awt::Rectangle aWorkRect; in GetDocFrame() local 949 …itor->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "WorkArea" ) ) ) >>= aWorkRect; in GetDocFrame() 952 if (( aWindowRect.Width < aWorkRect.Width) && ( aWindowRect.Height < aWorkRect.Height )) in GetDocFrame() 954 int OffsetX = ( aWorkRect.Width - aWindowRect.Width ) / 2 + aWorkRect.X; in GetDocFrame() 955 int OffsetY = ( aWorkRect.Height - aWindowRect.Height ) /2 + aWorkRect.Y; in GetDocFrame() 960 …xHWindow->setPosSize( aWorkRect.X, aWorkRect.Y, aWorkRect.Width, aWorkRect.Height, awt::PosSize::P… in GetDocFrame()
|
Completed in 36 milliseconds