Home
last modified time | relevance | path

Searched refs:point (Results 76 – 100 of 359) sorted by relevance

12345678910>>...15

/trunk/main/offapi/com/sun/star/drawing/
H A DDashStyle.idl48 /** the dash is a point
63 /** the dash is a point, with the size of the dash given in relation
H A DConnectionType.idl35 connection line leaves the connection point.
42 /** the connection point is chosen automatically,
H A DMeasureShape.idl76 /** this point is the start of the measured distance */
81 /** this point is the end of the measured distance */
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ytextwrapper.mm89 return [ NSValue valueWithRange: NSMakeRange ( caretPos, 0 ) ]; // insertion point
211 +(id)rangeForPositionAttributeForElement:(AquaA11yWrapper *)wrapper forParameter:(id)point {
213 Point aPoint( [ AquaA11yUtil nsPointToVclPoint: point ]);
/trunk/main/desktop/source/deployment/registry/
H A Ddp_registry.cxx503 sal_Int32 point = title.indexOf( '.', 1 /* consume . */ ); in bindPackage() local
504 if (point < 0) in bindPackage()
506 title = title.copy(point); in bindPackage()
/trunk/main/offapi/com/sun/star/chart/
H A DChartErrorCategory.idl59 point by taking the percentage given as
72 data point value.
H A DXDiagram.idl75 the properties of the specified data point.
78 the index of the data point of a series (0-based).
H A DErrorBarStyle.idl57 point by taking the percentage given as
68 data point value.
H A DChartDataRowProperties.idl53 point elements contained in this group. They serve as a template;
54 thus, when changing a data point property afterwards</p>
H A DChartStatistics.idl119 data point by taking the given percentatge of its value.</p>
134 the percentage given of the largest data point value.</p>
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDataSource.idl45 <p>If the data stored consists only of floating point numbers (double
61 <p>If the data stored consist only of floating point numbers
/trunk/main/offapi/com/sun/star/chart2/
H A DRelativeSize.idl43 defined by the object using this point.
59 defined by the object using this point.
/trunk/main/offapi/com/sun/star/rendering/
H A DTextHit.idl39 The entry index is the index of the insertion point in the
40 character sequence. The insertion point denotes positions
H A DRenderingIntent.idl64 Relative Colorimetric compares the white point
74 destination white point is performed. This intent aims
H A DFloatingPointBitmapLayout.idl36 floating point color channels.<p>
39 memory layout of a bitmap having floating point color channels<p>
/trunk/main/udkapi/com/sun/star/uno/
H A DTypeClass.idl74 /** reflecting the 32-bit floating point type
77 /** reflecting the 64-bit floating point type
/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetCellCursor.idl59 cursor must point to any cell containing an array formula.
70 If the cursor does not point to any range with merged cells, it
H A DAddIn.idl63 <dd>for floating point values.</dd>
72 <dd>for (two-dimensional) arrays of floating point values.</dd>
/trunk/main/offapi/com/sun/star/table/
H A DXCell.idl73 /** returns the floating point value of the cell.
83 /** sets a floating point value into the cell.
/trunk/main/basegfx/inc/basegfx/tools/
H A Dunopolypolygon.hxx65 …virtual void SAL_CALL setPoint( const ::com::sun::star::geometry::RealPoint2D& point, ::sal_Int32 …
71 … setBezierSegment( const ::com::sun::star::geometry::RealBezierSegment2D& point, ::sal_Int32 nPoly…
/trunk/main/offapi/com/sun/star/geometry/
H A DAffineMatrix2D.idl31 of a point in 2D to another point in 2D. The last line of a
H A DAffineMatrix3D.idl31 of a point in 3D to another point in 3D. The last line of a
/trunk/main/offapi/com/sun/star/style/
H A DParagraphStyle.idl117 /** This value contains the character height as difference in point to the height of
129 /** This value contains the character height as difference in point to the height of
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleTextImpl.java472 public int getIndexAtPoint(java.awt.Point point) { in getIndexAtPoint() argument
474 return unoObject.getIndexAtPoint(new Point(point.x, point.y)); in getIndexAtPoint()
/trunk/main/offapi/com/sun/star/util/
H A DSearchFlags.idl106 <p> From a user's point of view the strict WLD is an
122 <p> From a user's point of view the relaxed WLD is an

Completed in 75 milliseconds

12345678910>>...15