Home
last modified time | relevance | path

Searched refs:rectangle (Results 26 – 50 of 188) sorted by relevance

12345678

/aoo42x/main/offapi/com/sun/star/rendering/
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
H A DXIntegerReadOnlyBitmap.idl75 getMemoryLayout(). With the given rectangle, a subset of the
94 A rectangle, within the bounds of the bitmap, to retrieve the
101 if parts of the given rectangle are outside the permissible
H A DXParametricPolyPolygon2D.idl48 [0,1]x[0,1] rectangle. At least that is the dimension expected at
56 rectangle.
H A DXSimpleCanvas.idl122 /** Sets the clip to the specified rectangle.<p>
147 /** Draws a rectangle on the canvas.<p>
/aoo42x/test/testassistant/src/org/openoffice/test/assistant/views/
H A DControlInfo.java63 public Rectangle rectangle; field in ControlInfo
87 rectangle = new Rectangle(rect.x, rect.y, rect.width, rect.height); in shot()
/aoo42x/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt41 BBControl Height N 0 32767 Height of the bounding rectangle of the control.
44 BBControl Width N 0 32767 Width of the bounding rectangle of the control.
45 BBControl X N 0 32767 Horizontal coordinate of the upper left corner of the bounding rectangle
46 BBControl Y N 0 32767 Vertical coordinate of the upper left corner of the bounding rectangle of…
93 Control Height N 0 32767 Height of the bounding rectangle of the control.
98 Control Width N 0 32767 Width of the bounding rectangle of the control.
99 Control X N 0 32767 Horizontal coordinate of the upper left corner of the bounding rectangle of…
100 Control Y N 0 32767 Vertical coordinate of the upper left corner of the bounding rectangle of t…
123 Dialog Height N 0 32767 Height of the bounding rectangle of the dialog.
126 Dialog Width N 0 32767 Width of the bounding rectangle of the dialog.
[all …]
/aoo42x/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt41 BBControl Height N 0 32767 Height of the bounding rectangle of the control.
44 BBControl Width N 0 32767 Width of the bounding rectangle of the control.
45 BBControl X N 0 32767 Horizontal coordinate of the upper left corner of the bounding rectangle
46 BBControl Y N 0 32767 Vertical coordinate of the upper left corner of the bounding rectangle of…
93 Control Height N 0 32767 Height of the bounding rectangle of the control.
98 Control Width N 0 32767 Width of the bounding rectangle of the control.
99 Control X N 0 32767 Horizontal coordinate of the upper left corner of the bounding rectangle of…
100 Control Y N 0 32767 Vertical coordinate of the upper left corner of the bounding rectangle of t…
123 Dialog Height N 0 32767 Height of the bounding rectangle of the dialog.
126 Dialog Width N 0 32767 Width of the bounding rectangle of the dialog.
[all …]
/aoo42x/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt41 BBControl Height N 0 32767 Height of the bounding rectangle of the control.
44 BBControl Width N 0 32767 Width of the bounding rectangle of the control.
45 BBControl X N 0 32767 Horizontal coordinate of the upper left corner of the bounding rectangle
46 BBControl Y N 0 32767 Vertical coordinate of the upper left corner of the bounding rectangle of…
93 Control Height N 0 32767 Height of the bounding rectangle of the control.
98 Control Width N 0 32767 Width of the bounding rectangle of the control.
99 Control X N 0 32767 Horizontal coordinate of the upper left corner of the bounding rectangle of…
100 Control Y N 0 32767 Vertical coordinate of the upper left corner of the bounding rectangle of t…
123 Dialog Height N 0 32767 Height of the bounding rectangle of the dialog.
126 Dialog Width N 0 32767 Width of the bounding rectangle of the dialog.
[all …]
/aoo42x/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt41 BBControl Height N 0 32767 Height of the bounding rectangle of the control.
44 BBControl Width N 0 32767 Width of the bounding rectangle of the control.
45 BBControl X N 0 32767 Horizontal coordinate of the upper left corner of the bounding rectangle
46 BBControl Y N 0 32767 Vertical coordinate of the upper left corner of the bounding rectangle of…
93 Control Height N 0 32767 Height of the bounding rectangle of the control.
98 Control Width N 0 32767 Width of the bounding rectangle of the control.
99 Control X N 0 32767 Horizontal coordinate of the upper left corner of the bounding rectangle of…
100 Control Y N 0 32767 Vertical coordinate of the upper left corner of the bounding rectangle of t…
123 Dialog Height N 0 32767 Height of the bounding rectangle of the dialog.
126 Dialog Width N 0 32767 Width of the bounding rectangle of the dialog.
[all …]
/aoo42x/main/offapi/com/sun/star/drawing/
H A DDashStyle.idl41 /** the dash is a rectangle
55 /** the dash is a rectangle, with the size of the dash given in
H A DXEnhancedCustomShapeDefaulter.idl50 "rectangle",
51 "round-rectangle",
/aoo42x/main/offapi/com/sun/star/awt/
H A DDockingEvent.idl49 /** specifies the current tracking rectangle
70 using the returned tracking rectangle
H A DXImageConsumer.idl72 rectangle of source pixels that are contained in the array of pixels.
92 rectangle of source pixels that are contained in the array of pixels.
H A DGradientStyle.idl69 /** specifies a gradient in the shape of a rectangle.
/aoo42x/test/testuno/source/fvt/uno/sc/chart/
H A DChartType.java161 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testCreateChart() local
163 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateChart()
H A DChartDataLabel.java161 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testCreateDataLabel() local
163 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateDataLabel()
H A DChartMeanValueLine.java150 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testCreateTrendline() local
152 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateTrendline()
H A DChartTrendline.java153 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testCreateTrendline() local
155 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateTrendline()
H A DChartYErrorBar.java161 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testCreateYErrorBar() local
163 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateYErrorBar()
/aoo42x/main/offapi/com/sun/star/geometry/
H A DIntegerRectangle2D.idl33 and the rightmost line of the rectangle are not drawn on
42 two-dimensional rectangle.<p>
H A DRealRectangle2D.idl33 and the rightmost line of the rectangle are not drawn on
42 two-dimensional rectangle.<p>
/aoo42x/main/oovbaapi/ooo/vba/excel/
H A DXGraphicObjects.idl48 <li>Rectangles: simple rectangle objects,</li>
51 <li>TextBoxes: rectangle objects with embedded text.</li></ul>
/aoo42x/main/offapi/com/sun/star/embed/
H A DXInplaceObject.idl69 specifies a new position rectangle
72 specifies a new clip rectangle
/aoo42x/main/ooo_custom_images/industrial/
H A Dduplicates9 basicshapes, basicshapes.rectangle
/aoo42x/main/offapi/com/sun/star/chart/
H A DChartSolidType.idl40 /** extruded rectangle, i.e., a cuboid

Completed in 94 milliseconds

12345678