Home
last modified time | relevance | path

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

12345678

/aoo41x/test/testgui/source/bvt/gui/
H A DBasicFunctionTest.java215 …assertTrue("Green Picture is inserted?" + rectangle, rectangle != null && rectangle.getWidth() > 1… in testInsertPictureInDocument()
223 …assertTrue("Green Picture is inserted? " + rectangle, rectangle != null && rectangle.getWidth() > … in testInsertPictureInDocument()
240 …assertTrue("Green Picture is inserted?" + rectangle, rectangle != null && rectangle.getWidth() > 1… in testInsertPictureInSpreadsheet()
249 rectangle = GraphicsUtil.findRectangle(calc.getScreenRectangle(), 0xFFFF0000); in testInsertPictureInSpreadsheet()
250 …assertTrue("Red Picture is inserted? " + rectangle, rectangle != null && rectangle.getWidth() > 10… in testInsertPictureInSpreadsheet()
267 …assertTrue("Green Picture is inserted?" + rectangle, rectangle != null && rectangle.getWidth() > 1… in testInsertPictureInPresentation()
275 …assertTrue("Red Picture is inserted? " + rectangle, rectangle != null && rectangle.getWidth() > 10… in testInsertPictureInPresentation()
287 assertNotNull("1st slide appears", rectangle); in testSlideShow()
291 assertNotNull("2nd slide appears", rectangle); in testSlideShow()
295 assertNotNull("3rd slide appears", rectangle); in testSlideShow()
[all …]
H A DFileTypeTest.java280 Rectangle rectangle = GraphicsUtil.findRectangle(draw.getScreenRectangle(), 0xFF00FF00); in saveNewDrawing() local
281 assertNotNull("Green rectangle: " + rectangle, rectangle); in saveNewDrawing()
/aoo41x/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.
/aoo41x/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()
/aoo41x/main/offapi/com/sun/star/rendering/
H A DXBitmapCanvas.idl69 rectangle are regarded fully transparent for the copy
79 Rectangle from which to copy the bitmap data. This rectangle
82 resemble a rectangle any more. The rectangle must be
98 Rectangle into which to copy the bitmap data. This rectangle
101 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
H A DXIntegerBitmap.idl60 getMemoryLayout(). With the given rectangle, a subset of the
84 Destination rectangle, within the bounds of the bitmap, to set
88 if parts of the given rectangle are outside the permissible
/aoo41x/main/offapi/com/sun/star/drawing/framework/
H A DXPaneBorderPainter.idl57 the third rectangle. This is the actual border between outer and inner
66 /** Enlarge the given rectangle by the size of the specified part of the
72 This rectangle will be converted into a larger one. This should
75 The part of the border to add to the given rectangle.
86 /** Shring the given rectangle by the size of the specified part of the
92 This rectangle will be converted into a smaller one that lies
96 The part of the border to remove from the given rectangle.
118 rectangle.
/aoo41x/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()
/aoo41x/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()
/aoo41x/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
/aoo41x/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.
/aoo41x/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>
/aoo41x/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
/aoo41x/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.

Completed in 145 milliseconds

12345678