Home
last modified time | relevance | path

Searched refs:point (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/trunk/main/offapi/com/sun/star/embed/
H A DEmbedMapUnits.idl39 /** In this type of map mode one logical point is equal to one-hundredth
45 /** In this type of map mode one logical point is equal to one-tenth
51 /** In this type of map mode one logical point is equal to one
57 /** In this type of map mode one logical point is equal to one
69 /** In this type of map mode one logical point is equal to one-hundredth
75 /** In this type of map mode one logical point is equal to one-tenth
81 /** In this type of map mode one logical point is equal to one inch.
86 /** In this type of map mode one logical point is equal to one
87 typographical point.
93 of typographical point.
[all …]
/trunk/main/offapi/com/sun/star/rendering/
H A DXBezierPolyPolygon2D.idl60 polygon and the given point within that polygon, and
65 The index of the polygon to start point retrieval with. This
73 The index of the first point in the first polygon to
118 /** Get a single point from the poly-polygon.
121 The index of the polygon where the point to be extract is
126 The index of the point in the polygon specified by
130 @returns the requested point.
141 /** Set a single point on the poly-polygon.<p>
150 @param point
151 The point to be set at the poly-polygon.
[all …]
H A DXLinePolyPolygon2D.idl48 polygon and the given point within that polygon, and
63 The index of the point within the first polygon (that with the
65 to start with the first point in this polygon.
83 The index of the polygon to start point insertion with. This
86 specifying 0 here, the given point sequence will precede all
93 specified point data.
103 /** Get a single point from the poly-polygon
110 /** Set a single point on the poly-polygon. The remaining points of
113 …void setPoint( [in] ::com::sun::star::geometry::RealPoint2D point, [in] long nPolygonIndex, [in] l…
H A DTextDirection.idl30 This also changes the interpretation of the start point.<p>
36 /// Reference point is left, main direction is from left to right
38 /// Reference point is left, main direction is from left to right
41 /// Reference point is right, main direction is from right to left
43 /// Reference point is right, main direction is from right to left
/trunk/main/embedserv/source/embed/
H A Dtracker.cxx284 int Tracker::HitTest(POINT point) const in HitTest()
291 if (PtInRect(&rectTrue,point)) in HitTest()
309 POINT point; in SetCursor() local
310 GetCursorPos(&point); in SetCursor()
311 ScreenToClient(pWnd,&point); in SetCursor()
314 int nHandle = HitTestHandles(point); in SetCursor()
375 xDiff = point.x - xDiff; in TrackHandle()
376 yDiff = point.y - yDiff; in TrackHandle()
760 if (!PtInRect(&rect,point)) in HitTestHandles()
769 if (PtInRect(&rect,point)) in HitTestHandles()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/styles/
H A DLengthCalculator.java42 private double point; field in LengthCalculator
67 point += value.getValue(); in add()
71 point += 12 * value.getValue(); in add()
75 point += 72 * value.getValue(); in add()
86 if (pixel == 0 && point == 0) in getResult()
92 return CSSNumericValue.createValue(CSSNumericType.PT, point); in getResult()
94 if (point == 0 && millimeter == 0) in getResult()
100 double result = point; in getResult()
/trunk/main/offapi/com/sun/star/geometry/
H A DIntegerBezierSegment2D.idl31 The data is stored integer-valued. The last point of the segment
32 is taken from the first point of the following segment, and thus
36 the end point of the last curve, and the remaining members
44 /// The x coordinate of the start point.
46 /// The y coordinate of the start point.
49 /// The x coordinate of the first control point.
51 /// The y coordinate of the first control point.
54 /// The x coordinate of the second control point.
56 /// The y coordinate of the second control point.
H A DRealBezierSegment2D.idl31 The data is stored real-valued. The last point of the segment is
32 taken from the first point of the following segment, and thus not
36 the end point of the last curve, and the remaining members
44 /// The x coordinate of the start point.
46 /// The y coordinate of the start point.
49 /// The x coordinate of the first control point.
51 /// The y coordinate of the first control point.
54 /// The x coordinate of the second control point.
56 /// The y coordinate of the second control point.
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridControl.idl44 /** retrieves the column which a given point belongs to
47 the ordinate of the point, in pixel coordinates.
49 the abscissa of the point, in pixel coordinates.
51 … the index of the column which the point lies in, or -1 if no column is under the given point.
55 /** retrieves the row which a given point belongs to
58 the ordinate of the point, in pixel coordinates.
60 the abscissa of the point, in pixel coordinates.
62 the index of the row which the point lies in, or -1 if no row is under the given point.
/trunk/main/offapi/com/sun/star/drawing/
H A DConnectorShape.idl80 /** this property either holds the shape that the start point of this
81 connector is connected to, or is empty when the start point of the
88 /** this property holds the index of the glue point the start point of
95 /** this is the position of the connectors start point in 100th/mm. For
103 /** this property either holds the shape that the end point of this
104 connector is connected to, or is empty when the end point of the
111 /** this property holds the index of the glue point the end point of
118 /** this is the position of the connectors end point in 100th/mm. For
H A DRectanglePoint.idl42 /** 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.
H A DGluePoint2.idl44 /** This struct defines the attributes of a glue point.
45 <p>A glue point is a position inside a drawing shape where an edge
50 /** This is the position of this glue point. Depending on
58 /** if this flag is set to true, the position of this glue point
64 point. The alignment specifies how the glue point is
69 point. The escape direction is the direction the connecting
75 point. Some shapes may have default glue points attached
H A DPolygonFlags.idl34 /** defines how a bezier curve goes through a point.
42 /** the point is normal, from the curve discussion view.
50 /** the point is smooth, the first derivation from the curve discussion view.
58 /** the point is a control point, to control the curve from the user interface.
66 /** the point is symmetric, the second derivation from the curve discussion view.
/trunk/main/dtrans/source/win32/dnd/
H A Dtarget.cxx360 POINT point={ pt.x, pt.y}; in DragEnter() local
361 ScreenToClient( m_hWnd, &point); in DragEnter()
362 e.LocationX= point.x; in DragEnter()
363 e.LocationY= point.y; in DragEnter()
399 POINT point={ pt.x, pt.y}; in DragOver() local
400 ScreenToClient( m_hWnd, &point); in DragOver()
401 e.LocationX= point.x; in DragOver()
402 e.LocationY= point.y; in DragOver()
482 POINT point={ pt.x, pt.y}; in Drop() local
484 e.LocationX= point.x; in Drop()
[all …]
/trunk/main/basegfx/
H A DPackage_inc.mk91 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b3dhompoint.hxx,basegfx/point/b3dho…
92 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b3ipoint.hxx,basegfx/point/b3ipoint…
93 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b3dpoint.hxx,basegfx/point/b3dpoint…
94 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b2dpoint.hxx,basegfx/point/b2dpoint…
95 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b2dhompoint.hxx,basegfx/point/b2dho…
96 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b2ipoint.hxx,basegfx/point/b2ipoint…
H A DLibrary_basegfx.mk102 basegfx/source/point/b3ipoint \
103 basegfx/source/point/b3dhompoint \
104 basegfx/source/point/b2dpoint \
105 basegfx/source/point/b3dpoint \
106 basegfx/source/point/b2dhompoint \
107 basegfx/source/point/b2ipoint \
H A DStaticLibrary_basegfx_s.mk104 CustomTarget/basegfx/source/point/b3ipoint \
105 CustomTarget/basegfx/source/point/b3dhompoint \
106 CustomTarget/basegfx/source/point/b2dpoint \
107 CustomTarget/basegfx/source/point/b3dpoint \
108 CustomTarget/basegfx/source/point/b2dhompoint \
109 CustomTarget/basegfx/source/point/b2ipoint \
/trunk/main/udkapi/com/sun/star/lang/
H A DXConnectionPoint.idl76 access to all the connection point sub-objects, each of which
81 <p>Each connection point is a separate sub-object to avoid circular
82 reference counting problems. A connection point controls how many
94 <LI>to obtain access to connection point sub-objects with the
113 connection point.
118 can determine the type of each connection point enumerated. The
120 this same connection point through
141 /** creates a connection between a connection point and a
143 supported by this connection point.
154 connection point container.
H A DXConnectionPointContainer.idl39 /** makes it possible to locate a specific connection point
65 connection point for a specified type if that type
70 specifies the connection point's type.
81 <p>The interface is advised under the connection point you
85 connection point, only if you know that the broadcaster supports
98 advise at the container or at the suitable connection point.
/trunk/main/toolkit/source/layout/core/
H A Dbox.hxx84 inline int primDim (const css::awt::Point &point) in primDim() argument
85 { if (mbHorizontal) return point.X; else return point.Y; } in primDim()
86 inline int secDim (const css::awt::Point &point) in secDim() argument
87 { if (mbHorizontal) return point.Y; else return point.X; } in secDim()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleComponent.idl101 /** Tests whether the specified point lies within this object's bounds.
103 <p>The test point's coordinates are defined relative to the
108 @param point
109 Coordinates of the point to test. The origin of the coordinate
116 Returns <TRUE/> if the point lies within or on the object's bounding
121 /** Returns the Accessible child that is rendered under the given point.
123 <p>The test point's coordinates are defined relative to the
129 Coordinates of the test point for which to find the Accessible
137 contains the test point then a reference to that object is
141 rendered at the test point an empty reference is returned.
[all …]
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ytablewrapper.mm71 Point point;
72 point.X = 0;
73 point.Y = 0;
74 …ference < XAccessible > rAccessibleTopLeft = accessibleComponent -> getAccessibleAtPoint ( point );
75 point.X = tableSize.Width - 1;
76 point.Y = tableSize.Height - 1;
77 …nce < XAccessible > rAccessibleBottomRight = accessibleComponent -> getAccessibleAtPoint ( point );
H A Daqua11ywrapper.mm569 -(id)rangeForPositionAttributeForParameter:(id)point {
571 … return [ AquaA11yTextWrapper rangeForPositionAttributeForElement: self forParameter: point ];
951 -(BOOL)isViewElement:(NSObject *)viewElement hitByPoint:(NSPoint)point {
961 if ( minX < point.x && maxX > point.x && minY < point.y && maxY > point.y ) {
969 Reference < XAccessibleContext > hitTestRunner ( com::sun::star::awt::Point point,
977 com::sun::star::awt::Point hitPoint ( point.X - location.X , point.Y - location.Y);
981 hitChild = hitTestRunner ( point, rxAccessible -> getAccessibleContext() );
994 …Reference < XAccessibleContext > myHitChild = hitTestRunner ( point, rxAccessibleChild -> getAcces…
1008 -(id)accessibilityHitTest:(NSPoint)point {
1016 …:star::awt::Point hitPoint ( static_cast<long>(point.x) , static_cast<long>(screenRect.size.height…
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DAccessiblePopupMenu.java58 private static Point point; field in AccessiblePopupMenu
78 int x = point.X; in cleanup()
79 int y = point.Y; in cleanup()
162 point = window.getLocationOnScreen(); in createTestEnvironment()
167 int x = point.X + (rect.Width / 2); in createTestEnvironment()
168 int y = point.Y + (rect.Height / 2); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/
H A D_XContextMenuInterception.java59 private Point point = null; field in _XContextMenuInterception
173 point = window.getLocationOnScreen(); in openContextMenu()
179 int x = point.X + (rect.Width / 2); in openContextMenu()
180 int y = point.Y + (rect.Height / 2); in openContextMenu()
199 int x = point.X; in releasePopUp()
200 int y = point.Y; in releasePopUp()

Completed in 63 milliseconds

12345678910>>...15