Home
last modified time | relevance | path

Searched refs:point (Results 51 – 75 of 359) sorted by relevance

12345678910>>...15

/trunk/main/offapi/com/sun/star/rendering/
H A DFloatingPointBitmapFormat.idl28 /** This structure describes format of a floating point bitmap.<p>
47 floating point format, i.e. in a 32 bit value, with 8 bit
55 floating point format, i.e. in a 64 bit value, with 16 bit
H A DXCanvas.idl159 /** Draw a point in device resolution on the device.
162 The point to draw.
165 The viewstate to be used when drawing this point.
168 The renderstate to be used when drawing this point.
183 The start point of the line to draw.
186 The end point of the line to draw.
210 The end point of the bezier curve.
/trunk/main/offapi/com/sun/star/chart2/
H A DDataPointProperties.idl65 /** This is the main color of a data point.
77 /** This is the main transparency value of a data point.
244 /** describes a value by which a data point is moved from its
290 /** If void, no error bars are shown for the data point in
298 /** If void, no error bars are shown for the data point in
H A DDataSeries.idl79 <p>So, an attribute for a data point comes from one point in
86 <li>value from style of data point (if a style was set)</li>
87 <li>value from hard attribute of data point (set with setPropertyValue)</li>
H A DRelativePosition.idl46 The direction is defined by the object using this point.
57 The direction is defined by the object using this point.
69 <p>The Anchor indicates which point of the placed object
H A DTickmarkStyle.idl41 /** Display marks that point into the diagram area.
45 /** Display marks that point out of the diagram area.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XEnhancedMouseClickBroadcaster.java101 Point point = window.getLocationOnScreen(); 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()
/trunk/main/offapi/com/sun/star/style/
H A DCharacterStyle.idl52 /** This value contains the character height as difference in point to the height of
60 /** This value contains the character height as difference in point to the height of
68 /** This value contains the character height as difference in point to the height of
/trunk/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx315 basegfx::B2DPoint point; in visit() local
317 point = b2dPolygon.getB2DPoint( j ); in visit()
322 point.setX( convPx2mmPrec2( point.getX() )*100.0 ); in visit()
323 point.setY( convPx2mmPrec2( point.getY() )*100.0 ); in visit()
338 b2dPolygon.setB2DPoint( j, point ); in visit()
H A Dwritertreevisiting.cxx241 basegfx::B2DPoint point; in visit() local
243 point = b2dPolygon.getB2DPoint( j ); in visit()
248 point.setX( convPx2mmPrec2( point.getX() )*100.0 ); in visit()
249 point.setY( convPx2mmPrec2( point.getY() )*100.0 ); in visit()
264 b2dPolygon.setB2DPoint( j, point ); in visit()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svtools/
H A DAccessibleBrowseBoxHeaderBar.java220 final Point point = accComp.getLocationOnScreen(); in createTestEnvironment() local
229 rob.mouseMove(point.X + 5, point.Y + 5); in createTestEnvironment()
/trunk/main/vcl/unx/generic/app/
H A Di18n_cb.cxx438 XPoint point; in GetPreeditSpotLocation() local
439 point.x = mPosEvent.mnX + mPosEvent.mnWidth; in GetPreeditSpotLocation()
440 point.y = mPosEvent.mnY + mPosEvent.mnHeight; in GetPreeditSpotLocation()
443 preedit_attr = XVaCreateNestedList(0, XNSpotLocation, &point, NULL); in GetPreeditSpotLocation()
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTextBase.cpp412 com::sun::star::awt::Point point; in get_offsetAtPoint() local
413 point.X = x; in get_offsetAtPoint()
414 point.Y = y; in get_offsetAtPoint()
415 *offset = GetXInterface()->getIndexAtPoint(point); in get_offsetAtPoint()
/trunk/main/offapi/com/sun/star/drawing/
H A DCaptionShape.idl62 a fixed point inside a drawing.
85 /** The caption point property specify the position of
86 the point that is captioned. A set of lines are
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XUserInputInterception.java483 Point point = xPanelCont.getLocationOnScreen(); 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/offapi/com/sun/star/chart/
H A DChartDataPointProperties.idl57 a data point (e.g., a single bar in a bar chart).
60 point. There is a similar service for a group of graphic elements
149 then used as symbol for each data point.
H A DChart3DBarProperties.idl36 /** Specifies all the properties for the graphic object of a data point in a
45 /** Specifies the solid shape of a data point.@see ChartSolidType
H A DChartAxisMarks.idl50 /** Display marks that point into the diagram area.
56 /** Display marks that point out of the diagram area.
/trunk/main/framework/qa/complex/XUserInputInterception/
H A DEventTest.java547 Point point = xPanelCont.getLocationOnScreen(); 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/svx/source/svdraw/
H A Dsvdstr.src764 Text [ en-US ] = "Set reference point for %1" ;
916 Text [ en-US ] = "Insert point to %1" ;
920 Text [ en-US ] = "Insert glue point to %1" ;
924 Text [ en-US ] = "Move reference-point" ;
1005 Text [ en-US ] = "Move end point of %1" ;
1033 Text [ en-US ] = "Glue point from %1" ;
2537 Text [ en-US ] = "Reference point 1 X" ;
2542 Text [ en-US ] = "Reference point 1 Y" ;
2547 Text [ en-US ] = "Reference point 2 X" ;
2552 Text [ en-US ] = "Reference point 2 Y" ;
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcall.asm164 ; First 4 args are passed in registers. Floating point args needs to be
165 ; in floating point registers, but those are free for us to clobber
167 ; its general purpose and its floating point register:
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleText.idl245 <p>Given a point in local coordinates, i.e. relative to the
247 the character under that point. The same functionality could be
255 that is rendered on to the display at that point.
258 Index of the character under the given point or -1 if the point
259 is invalid or there is no character under the point.
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx498 Point point, newPoint; in InputDialog() local
506 point = aText.GetPosPixel(); in InputDialog()
511 GetTextRect( Rectangle( point, siz ), aText.GetText(), style ); in InputDialog()
522 point = aEdit.GetPosPixel(); in InputDialog()
523 newPoint = Point( point.X(), point.Y() - gap ); in InputDialog()
/trunk/main/offapi/com/sun/star/text/textfield/
H A DReferencePageGet.idl35 displays the page number with respect to a reference point.
36 The reference point is determined by a ReferencePageSet text field.
/trunk/main/offapi/com/sun/star/sheet/
H A DTableAutoFormatField.idl153 /** contains the height of characters of the western font in point.
157 /** contains the height of characters of the asian font in point.
161 /** contains the height of characters of the complex font in point.

Completed in 78 milliseconds

12345678910>>...15