Home
last modified time | relevance | path

Searched refs:rectangle (Results 1 – 25 of 188) sorted by relevance

12345678

/trunk/test/testgui/source/bvt/gui/
H A DBasicFunctionTest.java221 …assertTrue("Green Picture is inserted?" + rectangle, rectangle != null && rectangle.getWidth() > 1… in testInsertPictureInDocument()
229 …assertTrue("Green Picture is inserted? " + rectangle, rectangle != null && rectangle.getWidth() > … in testInsertPictureInDocument()
246 …assertTrue("Green Picture is inserted?" + rectangle, rectangle != null && rectangle.getWidth() > 1… in testInsertPictureInSpreadsheet()
255 rectangle = GraphicsUtil.findRectangle(calc.getScreenRectangle(), 0xFFFF0000); in testInsertPictureInSpreadsheet()
256 …assertTrue("Red Picture is inserted? " + rectangle, rectangle != null && rectangle.getWidth() > 10… in testInsertPictureInSpreadsheet()
273 …assertTrue("Green Picture is inserted?" + rectangle, rectangle != null && rectangle.getWidth() > 1… in testInsertPictureInPresentation()
281 …assertTrue("Red Picture is inserted? " + rectangle, rectangle != null && rectangle.getWidth() > 10… in testInsertPictureInPresentation()
293 assertNotNull("1st slide appears", rectangle); in testSlideShow()
297 assertNotNull("2nd slide appears", rectangle); in testSlideShow()
301 assertNotNull("3rd slide appears", rectangle); in testSlideShow()
[all …]
H A DFileTypeTest.java288 Rectangle rectangle = GraphicsUtil.findRectangle(draw.getScreenRectangle(), 0xFF00FF00); in saveNewDrawing() local
289 assertNotNull("Green rectangle: " + rectangle, rectangle); in saveNewDrawing()
/trunk/main/offapi/com/sun/star/drawing/
H A DRectanglePoint.idl34 /** specifies one of nine points in a rectangle.
42 /** specify to the point on the left side from the top of the rectangle.
50 /** specify to the point on the middle of the top from the rectangle.
58 /** specify to the point on the right side from the top of the rectangle.
66 /** specify to the point on the middle of the left side from the rectangle.
74 /** specify to the point on the center from the rectangle.
82 /** specify to the point on the middle of the right side from the rectangle.
90 /** specify to the point on the bottom of the left side from the rectangle.
98 /** specify to the point on the middle of the bottom from the rectangle.
106 /** specify to the point on the bottom of the right side from the rectangle.
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTextBase.cpp297 com::sun::star::awt::Rectangle rectangle; in get_characterExtents() local
298 rectangle = GetXInterface()->getCharacterBounds(offset); in get_characterExtents()
324 rectangle.X = rectangle.X + aPoint.X; in get_characterExtents()
325 rectangle.Y = rectangle.Y + aPoint.Y; in get_characterExtents()
327 *x = rectangle.X; in get_characterExtents()
328 *y = rectangle.Y; in get_characterExtents()
340 *width = rectangle.Width; in get_characterExtents()
341 *height = rectangle.Height; in get_characterExtents()
/trunk/main/offapi/com/sun/star/rendering/
H A DXBitmapCanvas.idl66 rectangle are regarded fully transparent for the copy
76 Rectangle from which to copy the bitmap data. This rectangle
79 resemble a rectangle any more. The rectangle must be
95 Rectangle into which to copy the bitmap data. This rectangle
98 resemble a rectangle any more. The rectangle must be
H A DXIeeeDoubleReadOnlyBitmap.idl73 getMemoryLayout(). With the given rectangle, a subset of the
85 A rectangle, within the bounds of the bitmap, to retrieve the
92 if parts of the given rectangle are outside the permissible
H A DXIeeeFloatReadOnlyBitmap.idl72 getMemoryLayout(). With the given rectangle, a subset of the
84 A rectangle, within the bounds of the bitmap, to retrieve the
91 if parts of the given rectangle are outside the permissible
H A DXIeeeDoubleBitmap.idl61 getMemoryLayout(). With the given rectangle, a subset of the
82 Destination rectangle, within the bounds of the bitmap, to set
86 if parts of the given rectangle are outside the permissible
H A DXIeeeFloatBitmap.idl61 getMemoryLayout(). With the given rectangle, a subset of the
82 Destination rectangle, within the bounds of the bitmap, to set
86 if parts of the given rectangle are outside the permissible
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXPaneBorderPainter.idl49 the third rectangle. This is the actual border between outer and inner
58 /** Enlarge the given rectangle by the size of the specified part of the
64 This rectangle will be converted into a larger one. This should
67 The part of the border to add to the given rectangle.
78 /** Shring the given rectangle by the size of the specified part of the
84 This rectangle will be converted into a smaller one that lies
88 The part of the border to remove from the given rectangle.
110 rectangle.
/trunk/main/odk/examples/java/Spreadsheet/
H A DChartTypeChange.java257 Rectangle rectangle = new Rectangle(); in getChart() local
258 rectangle.X = 500; in getChart()
259 rectangle.Y = 3000; in getChart()
260 rectangle.Width = 25000; in getChart()
261 rectangle.Height = 11000; in getChart()
303 xtablecharts.addNewByName( "Example", rectangle, in getChart()
/trunk/main/offapi/com/sun/star/embed/
H A DXInplaceClient.idl154 /** gets the inplace object position rectangle.
157 The rectangle is provided in object's parent window coordinates in
165 specifies a new position rectangle
174 /** gets the inplace object clip rectangle.
177 The rectangle is provided in object's parent window coordinates in
183 specifies a new clip rectangle
220 specifies a new position rectangle
H A DXHatchWindowController.idl45 rectangle size.
59 /** returns the closest valid rectangle to the provided one.
62 a new selected position and size of the tracking rectangle
/trunk/test/testuno/source/fvt/uno/sc/chart/
H A DChartTitle.java154 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testCreateMainTitle() local
156 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateMainTitle()
211 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testCreateSubTitle() local
213 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateSubTitle()
272 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testInputTitles() local
274 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testInputTitles()
H A DChartLegend.java150 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testDisableLegend() local
152 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testDisableLegend()
201 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testLegendPosition() local
203 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testLegendPosition()
H A DChartAxis.java171 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testCreateXYAxes() local
173 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateXYAxes()
252 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testCreateXYZAxes() local
254 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateXYZAxes()
H A DChartGrid.java171 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testCreateXYGrid() local
173 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateXYGrid()
243 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testCreateXYZGrid() local
245 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateXYZGrid()
/trunk/main/offapi/com/sun/star/awt/
H A DXRegion.idl66 /** adds the specified rectangle to this region.
72 /** intersects the specified rectangle with the current region.
78 /** removes the area of the specified rectangle from this region.
84 /** applies an exclusive-or operation with the specified rectangle
H A DXDockableWindowListener.idl65 on return the DockingData must contain either the old tracking rectangle
66 or a changed rectangle if required, additionally it must indicate if
69 Note: the tracking rectangle indicates to the user where the window would
H A DXGraphics.idl101 /** clears the given rectangle on the device
107 /** copies a rectangle of pixels from another device into this one.
143 /** draws a rectangle in the output device.
150 /** draws a rectangle with rounded corners in the output device.
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleComponent.idl105 an opaque rectangle then both the points (0,0) and (with-1,height-1)
125 an opaque rectangle then both the points (0,0) and (with-1,height-1)
147 <p>The returned bounding box has the form of a rectangle. Its
155 The coordinates of the returned rectangle are relative to this
158 screen the returnred rectangle is empty and located at position
/trunk/main/offapi/com/sun/star/chart2/
H A DRelativeSize.idl36 Values from 0 to 1 cover the entire reference rectangle. Values
50 between 0 and 1 span the complete bounding rectangle of the
66 between 0 and 1 span the complete bounding rectangle of the
H A DRelativePosition.idl40 Values from 0 to 1 cover the entire reference rectangle. Values
52 Values between 0 and 1 span the complete bounding rectangle.</p>
63 Values between 0 and 1 span the complete bounding rectangle.</p>
/trunk/main/offapi/com/sun/star/chart/
H A DXDiagramPositioning.idl63 …/** @returns the position rectangle of the inner diagram part excluding any axes, labels and title…
76 …/** @returns the position rectangle of the diagram including the axes and axes labels, but excludi…
89 …/** @returns the position rectangle of the diagram including the axes, axes labels and axes titles.
/trunk/main/vigra/
H A Dvigra1.6.0.patch531 * (lowerRight is considered to be outside the rectangle as
540 /** Construct a rectangle representing the given range
548 /** Construct a rectangle of given position and size
556 /** Construct a rectangle of given size at position (0,0)
566 /** Move the whole rectangle so that upperLeft() will become
576 /** Move the whole rectangle by the given 2D offset.
578 /** Resize this rectangle to the given extents. This will move
588 /** Resize this rectangle to the given extents. This will move
598 /** Increase the size of the rectangle by the given offset. This
607 /** Return whether this rectangle overlaps with the given

Completed in 79 milliseconds

12345678