/aoo4110/test/testgui/source/bvt/gui/ |
H A D | BasicFunctionTest.java | 215 …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 D | FileTypeTest.java | 279 Rectangle rectangle = GraphicsUtil.findRectangle(draw.getScreenRectangle(), 0xFF00FF00); in saveNewDrawing() local 280 assertNotNull("Green rectangle: " + rectangle, rectangle); in saveNewDrawing()
|
/aoo4110/main/offapi/com/sun/star/drawing/ |
H A D | RectanglePoint.idl | 34 /** 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.
|
/aoo4110/main/winaccessibility/source/UAccCOM/ |
H A D | AccTextBase.cpp | 297 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()
|
/aoo4110/main/offapi/com/sun/star/rendering/ |
H A D | XBitmapCanvas.idl | 69 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 D | XIeeeDoubleReadOnlyBitmap.idl | 73 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 D | XIeeeFloatReadOnlyBitmap.idl | 72 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 D | XIeeeDoubleBitmap.idl | 61 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 D | XIeeeFloatBitmap.idl | 61 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 D | XIntegerBitmap.idl | 60 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
|
/aoo4110/main/offapi/com/sun/star/drawing/framework/ |
H A D | XPaneBorderPainter.idl | 57 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.
|
/aoo4110/main/odk/examples/java/Spreadsheet/ |
H A D | ChartTypeChange.java | 257 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()
|
/aoo4110/test/testuno/source/fvt/uno/sc/chart/ |
H A D | ChartTitle.java | 154 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 D | ChartLegend.java | 150 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 D | ChartAxis.java | 171 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 D | ChartGrid.java | 171 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()
|
/aoo4110/main/offapi/com/sun/star/embed/ |
H A D | XInplaceClient.idl | 154 /** 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 D | XHatchWindowController.idl | 45 rectangle size. 59 /** returns the closest valid rectangle to the provided one. 62 a new selected position and size of the tracking rectangle
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | XRegion.idl | 66 /** 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 D | XDockableWindowListener.idl | 65 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 D | XGraphics.idl | 101 /** 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.
|
/aoo4110/main/offapi/com/sun/star/chart2/ |
H A D | RelativeSize.idl | 36 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 D | RelativePosition.idl | 40 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>
|
/aoo4110/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleComponent.idl | 105 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
|
/aoo4110/main/offapi/com/sun/star/chart/ |
H A D | XDiagramPositioning.idl | 63 …/** @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.
|