Home
last modified time | relevance | path

Searched refs:rect (Results 26 – 50 of 114) sorted by relevance

12345

/trunk/main/fpicker/source/win32/filepicker/
H A Ddibpreview.cxx159 RECT rect; in getAvailableWidth() local
160 bool bRet = GetClientRect(m_Hwnd,&rect); in getAvailableWidth()
165 cx = rect.right; in getAvailableWidth()
176 RECT rect; in getAvailableHeight() local
177 bool bRet = GetClientRect(m_Hwnd,&rect); in getAvailableHeight()
182 cy = rect.bottom; in getAvailableHeight()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx956 const geometry::IntegerRectangle2D& rect ) in getData() argument
964 const Rectangle aRect( ::vcl::unotools::rectangleFromIntegerRectangle2D(rect) ); in getData()
981 const sal_Int32 nWidth( rect.X2 - rect.X1 ); in getData()
982 const sal_Int32 nHeight( rect.Y2 - rect.Y1 ); in getData()
1008 const geometry::IntegerRectangle2D& rect ) in setData() argument
1026 const Rectangle aRect( ::vcl::unotools::rectangleFromIntegerRectangle2D(rect) ); in setData()
1061 const sal_Int32 nWidth( rect.X2 - rect.X1 ); in setData()
1062 const sal_Int32 nHeight( rect.Y2 - rect.Y1 ); in setData()
H A Dcanvasbitmaphelper.hxx97 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
101 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
/trunk/main/slideshow/source/engine/
H A Drehearsetimingsactivity.cxx171 Rectangle rect; in RehearseTimingsActivity() local
174 rect, String(RTL_CONSTASCII_USTRINGPARAM("XX:XX:XX")) ); in RehearseTimingsActivity()
175 maSpriteSizePixel.setX( rect.getWidth() * 12 / 10 ); in RehearseTimingsActivity()
460 Rectangle rect = Rectangle( 0,0, in paint() local
475 blackHole.DrawRect( rect ); in paint()
476 blackHole.GetTextBoundRect( rect, time ); in paint()
478 Point( (maSpriteSizePixel.getX() - rect.getWidth()) / 2, in paint()
/trunk/main/svx/source/accessibility/
H A Dsvxpixelctlaccessiblecontext.cxx380 Rectangle rect; in getLocationOnScreen() local
381 rect = pPixelCtl->GetWindowExtentsRelative(NULL); in getLocationOnScreen()
382 awt::Point aRet(rect.Left(),rect.Top() ); in getLocationOnScreen()
1009 awt::Rectangle rect = AWTRectangle( GetBoundingBox() ); in getBounds() local
1010rect.X = rect.X + mrParentWindow->GetClientWindowExtentsRelative(NULL).Left()-mrParentWindow->GetW… in getBounds()
1011rect.Y = rect.Y + mrParentWindow->GetClientWindowExtentsRelative(NULL).Top()-mrParentWindow->GetWi… in getBounds()
1012 return rect; in getBounds()
/trunk/main/vcl/unx/gtk/a11y/
H A Datklistener.cxx324 AtkRectangle rect; in notifyEvent() local
327 &rect.x, in notifyEvent()
328 &rect.y, in notifyEvent()
329 &rect.width, in notifyEvent()
330 &rect.height, in notifyEvent()
333 g_signal_emit_by_name( atk_obj, "bounds_changed", &rect ); in notifyEvent()
H A Datkcomponent.cxx147 awt::Rectangle rect = xComponent->getBounds(); in component_wrapper_ref_accessible_at_point() local
149 xAccessible.get(), rect.X, rect.Y, rect.Width, rect.Height ); in component_wrapper_ref_accessible_at_point()
/trunk/main/bean/qa/complex/bean/
H A DWriterFrame.java158 com.sun.star.awt.Rectangle rect = win.getPosSize(); in getUnoFramePosition() local
159 return new Rectangle(rect.X, rect.Y, rect.Width, rect.Height); in getUnoFramePosition()
/trunk/test/testgui/source/pvt/gui/
H A DBenchmark.java175 final Rectangle rect = GraphicsUtil.getScreenRectangle(); in slideShow() local
177 rect.setRect(rect.getCenterX(), 2, 2, 2); in slideShow()
184 assertFalse("Slideshow is not started", GraphicsUtil.isFilledWith(0xFF00FF00, rect)); in slideShow()
190 return GraphicsUtil.isFilledWith(0xFF00FF00, rect); in slideShow()
/trunk/main/canvas/source/directx/
H A Ddx_bitmapcanvashelper.cxx166 … const geometry::IntegerRectangle2D& rect ) in getData() argument
177 return mpTarget->getData(bitmapLayout,rect); in getData()
182 const geometry::IntegerRectangle2D& rect ) in setData() argument
192 mpTarget->setData(data,bitmapLayout,rect); in setData()
H A Ddx_ibitmap.hxx46 const ::com::sun::star::geometry::IntegerRectangle2D& rect ) = 0;
51 const ::com::sun::star::geometry::IntegerRectangle2D& rect ) = 0;
H A Ddx_bitmap.hxx56 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
61 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DJoinViewAccessibility.java348 Rectangle rect = queryWin.getPosSize(); in createTestEnvironment()
349 queryWin.setPosSize(rect.X, rect.Y, rect.Height-5, rect.Width-5, PosSize.POSSIZE); in createTestEnvironment()
H A DConnectionLineAccessibility.java371 Rectangle rect = queryWin.getPosSize(); in createTestEnvironment()
372 queryWin.setPosSize(rect.X, rect.Y, rect.Height-5, rect.Width-5, PosSize.POSSIZE); in createTestEnvironment()
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx576 RECT rect; in ImplDrawNativeControl() local
577 …onValues( pValue->mnUpperPart, pValue->mnUpperState, pValue->maUpperRect, &iPart, &iState, &rect ); in ImplDrawNativeControl()
578 bOk = ImplDrawTheme( hTheme, hDC, iPart, iState, rect, aCaption); in ImplDrawNativeControl()
582 …onValues( pValue->mnLowerPart, pValue->mnLowerState, pValue->maLowerRect, &iPart, &iState, &rect ); in ImplDrawNativeControl()
583 bOk = ImplDrawTheme( hTheme, hDC, iPart, iState, rect, aCaption); in ImplDrawNativeControl()
601 RECT rect; in ImplDrawNativeControl() local
602 …onValues( pValue->mnUpperPart, pValue->mnUpperState, pValue->maUpperRect, &iPart, &iState, &rect ); in ImplDrawNativeControl()
603 bOk = ImplDrawTheme( hTheme, hDC, iPart, iState, rect, aCaption); in ImplDrawNativeControl()
607 …onValues( pValue->mnLowerPart, pValue->mnLowerState, pValue->maLowerRect, &iPart, &iState, &rect ); in ImplDrawNativeControl()
608 bOk = ImplDrawTheme( hTheme, hDC, iPart, iState, rect, aCaption); in ImplDrawNativeControl()
/trunk/test/testassistant/lib/
H A Dtestcommon.jar ... .awt.Rectangle, int) java.awt.Rectangle rect int color public static java.awt.Rectangle findRectangle ...
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XEnhancedMouseClickBroadcaster.java102 Rectangle rect = window.getBounds(); in clickOnSheet() local
107 int x = point.X + (rect.Width / 2)+50; in clickOnSheet()
108 int y = point.Y + (rect.Height / 2)+50; in clickOnSheet()
H A D_XRangeSelection.java228 Rectangle rect = AccessibleSpreadsheet.getBounds(); in getSheetCenter() local
230 retPoint.X = point.X + (rect.Width / 2); in getSheetCenter()
231 retPoint.Y = point.Y + (rect.Height / 2); in getSheetCenter()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DAccessiblePopupMenu.java163 Rectangle rect = window.getBounds(); in createTestEnvironment() local
167 int x = point.X + (rect.Width / 2); in createTestEnvironment()
168 int y = point.Y + (rect.Height / 2); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/
H A D_XContextMenuInterception.java174 Rectangle rect = window.getBounds(); in openContextMenu() local
179 int x = point.X + (rect.Width / 2); in openContextMenu()
180 int y = point.Y + (rect.Height / 2); in openContextMenu()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ytextwrapper.mm225 NSValue * rect = nil;
253rect = [ NSValue valueWithRect: NSMakeRect ( [ nsPos pointValue ].x, [ nsPos pointValue ].y - size…
254 …ngFromRange ( [ range rangeValue ] ) UTF8String ], [ NSStringFromRect ( [ rect rectValue ] ) UTF8S…
259 return rect;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XUserInputInterception.java486 Rectangle rect = xPanelCont.getBounds(); in clickIntoDoc() local
490 int x = point.X + (rect.Width / 2); in clickIntoDoc()
491 int y = point.Y + (rect.Height / 2); in clickIntoDoc()
/trunk/main/framework/qa/complex/XUserInputInterception/
H A DEventTest.java550 Rectangle rect = xPanelCont.getBounds(); in clickIntoDoc() local
554 int x = point.X + (rect.Width / 2); in clickIntoDoc()
555 int y = point.Y + (rect.Height / 2); in clickIntoDoc()
/trunk/main/framework/qa/complex/contextMenuInterceptor/
H A DCheckContextMenuInterceptor.java327 Rectangle rect = window.getBounds(); in openContextMenu() local
333 int x = point.X + (rect.Width / 2); in openContextMenu()
334 int y = point.Y + (rect.Height / 2); in openContextMenu()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dshape.hxx39 void drawRectangle(VirtualDevice *dev, bool drawFrame, Rectangle const &rect, Size const &pSize);
42 void drawPolygon(VirtualDevice *dev, bool drawFrame, Polygon const &rect, Size const &pSize);

Completed in 123 milliseconds

12345