Home
last modified time | relevance | path

Searched refs:point (Results 26 – 50 of 359) sorted by relevance

12345678910>>...15

/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/logging/
H A DXAccessibleTextLog.java146 public int getIndexAtPoint(com.sun.star.awt.Point point) { in getIndexAtPoint() argument
148 int index = unoObject.getIndexAtPoint(point); in getIndexAtPoint()
149 System.err.println(name + "getIndexAtPoint(" + point.X + ", " + in getIndexAtPoint()
150 point.Y + ") returns " + index); in getIndexAtPoint()
155 "RuntimeException caught for getIndexAtPoint(" + point.X + in getIndexAtPoint()
156 ", " + point.Y + ")"); in getIndexAtPoint()
/trunk/main/offapi/com/sun/star/drawing/
H A DEnhancedCustomShapeParameterType.idl37 /** the value of the point component is normal, the Coordinate is taken as it is
41 /** the value of the point component has to be interpreted as index to a Equation
45 …/** the value of the point component has to be interpreted as index into the list of AdjustmentVal…
65 /** the x value of the stretch point is used
69 /** the y value of the stretch point is used
H A DBezierPoint.idl38 /** This is a point on a bezier curve.
48 /** This is the position of this point.
55 /** This is the position of the first control point.
62 /** This is the position of the second control point.
H A DCaptionType.idl40 caption point.
46 the caption point.
52 edge, followed by the shortest line to the caption area point.
H A DCaptionEscapeDirection.idl41 that is nearest to the caption point.
47 that is nearest to the caption point.
53 that is nearest to the caption point.
/trunk/main/offapi/com/sun/star/geometry/
H A DEllipticalArc.idl40 arcs connect start and end point) which satisfy the given set of
48 /// Start point of the arc.
53 /// End point of the arc.
76 connecting start and end point.
83 clock-wise from start to end point.
H A DIntegerPoint2D.idl28 /** This structure defines a two-dimensional point
31 two-dimensional point.
37 /// The x coordinate of the point.
42 /// The x coordinate of the point.
H A DRealPoint2D.idl28 /** This structure defines a two-dimensional point
31 two-dimensional point.
37 /// The x coordinate of the point.
42 /// The x coordinate of the point.
H A DMatrix2D.idl30 This constitutes a linear mapping of a point in 2D to another
31 point in 2D.<p>
34 mapping of a point in 2D to another point in 2D. In contrast to
/trunk/main/offapi/com/sun/star/rendering/
H A DStrokeAttributes.idl92 travelling from the start point of the path to the end
93 point. The second element specifies the space between the
105 The start point is the first point of every polygon of the
116 The end point is the last point of every polygon of the path
H A DXGraphicDevice.idl101 A special floating point value of +infinity here indicates
112 A special floating point value of +infinity here indicates
159 its content might vanish at any point in time (making any
192 its content might vanish at any point in time (making any
245 not collapse into a single point, but become a line of
254 around the center point. The services takes an additional
260 not collapse into a single point, but become a line of
H A DXParametricPolyPolygon2D.idl83 /** Query the color for a dedicated point in the plane.
85 @param point
86 The permissible parameter range for point is [0,1]x[0,1]
88 sequence<ColorComponent> getPointColor( [in] ::com::sun::star::geometry::RealPoint2D point )
/trunk/main/framework/qa/complex/contextMenuInterceptor/
H A DCheckContextMenuInterceptor.java74 Point point = null; field in CheckContextMenuInterceptor
91 int x = point.X; in after()
92 int y = point.Y; in after()
326 point = window.getLocationOnScreen(); in openContextMenu()
333 int x = point.X + (rect.Width / 2); in openContextMenu()
334 int y = point.Y + (rect.Height / 2); in openContextMenu()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XRangeSelection.java227 Point point = AccessibleSpreadsheet.getLocationOnScreen(); in getSheetCenter() local
230 retPoint.X = point.X + (rect.Width / 2); in getSheetCenter()
231 retPoint.Y = point.Y + (rect.Height / 2); in getSheetCenter()
314 protected boolean clickOnSheet(Point point) { in clickOnSheet() argument
319 rob.mouseMove(point.X, point.Y); in clickOnSheet()
/trunk/main/embedserv/source/inc/
H A Dsyswinwrapper.hxx99 BOOL Track(HWND hWnd,POINT point,BOOL bAllowInvert = FALSE,
102 int HitTest(POINT point) const;
125 int HitTestHandles(POINT point) const;
130 BOOL TrackHandle(int nHandle,HWND hWnd,POINT point,HWND hWndClipTo);
/trunk/main/offapi/com/sun/star/awt/
H A DGradient.idl53 /** specifies the color at the start point of the gradient.
59 /** specifies the color at the end point of the gradient.
89 /** specifies the intensity at the start point of the gradient.
95 /** specifies the intensity at the end point of the gradient.
/trunk/main/offapi/com/sun/star/chart/
H A DChartDataCaption.idl45 /** The caption contains the value of the data point in the number
53 /** The caption contains the value of the data point in percent of
56 <p>That means, if a data point is the first one of a series,
65 which a data point belongs.
/trunk/main/offapi/com/sun/star/chart2/
H A DXDataSeries.idl58 specifies the index of the data point within the series. The first index is 0.
66 /** the formatting of the specified data point is cleared
69 specifies the index of the data point within the series. The first index is 0.
73 /** all data point formattings are cleared
H A DDataPointLabel.idl38 /** if <TRUE/>, the value that is represented by a data point is
49 <p>That means, if a data point is the first one of a series,
56 which a data point belongs.
/trunk/main/cui/source/tabpages/
H A Dtransfrm.src95 Text [ en-US ] = "Base point" ;
104 QuickHelpText [ en-US ] = "Base point" ;
163 Text [ en-US ] = "Base point" ;
172 QuickHelpText [ en-US ] = "Base point" ;
314 Text [ en-US ] = "Pivot point" ;
373 QuickHelpText [ en-US ] = "Rotation point" ;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DTableWindowAccessibility.java323 final Point point = accComp.getLocationOnScreen(); in createTestEnvironment() local
330 rob.mouseMove(point.X + 2, point.Y + 7); in createTestEnvironment()
332 rob.mouseMove(point.X + 400, point.Y); in createTestEnvironment()
/trunk/main/slideshow/source/engine/transitions/
H A Drandomwipe.cxx80 ::basegfx::B2DPoint const & point = m_positions[ pos ]; in operator ()()
82 poly.transform(basegfx::tools::createTranslateB2DHomMatrix(point.getX(), point.getY())); in operator ()()
/trunk/main/desktop/test/deployment/update/wrong_url/
H A Dreadme.txt1 …or the update information file contains multiple urls. Some of those URLs point to locations which…
8 url3.oxt: contains to URLs to update information files which point to locations which do not exist.
10 … corresponding wrongdownload1.update.xml contains two download URLs which point to locations which…
/trunk/main/offapi/com/sun/star/xml/wrapper/
H A DXXMLDocumentWrapper.idl108 * @param node the start point of the branch to clear
127 * @param node the start point of the path from where the tree
139 * @param startNode the start point to generate SAX events
140 * @param endNode the end point where to stop generating
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svtools/
H A DAccessibleTabBarPage.java157 final Point point = accComp.getLocationOnScreen(); in createTestEnvironment() local
167 rob.mouseMove(point.X + 25, point.Y + 5); in createTestEnvironment()

Completed in 83 milliseconds

12345678910>>...15