summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star
diff options
context:
space:
mode:
authorrocso <ross.johnson@homemail.com.au>2021-09-17 17:12:37 +1000
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2021-09-17 12:53:38 +0200
commit4f7560240d8a9273fd5ecbc76e7ac054b3a6e4ae (patch)
treee60ece962e82d692568e1ffbb3a54ee9a6d5865a /offapi/com/sun/star
parent74691a6f1b4aaadfed284ba9746032e438f7468b (diff)
tdf#143550 - use the term "gluepoints" consistently
Change-Id: Id10dc2ef13f54a148a800003cc4bd88ca1a0056f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122233 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r--offapi/com/sun/star/drawing/ConnectorShape.idl4
-rw-r--r--offapi/com/sun/star/drawing/EnhancedCustomShapeGluePointType.idl10
-rw-r--r--offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl2
-rw-r--r--offapi/com/sun/star/drawing/EscapeDirection.idl2
-rw-r--r--offapi/com/sun/star/drawing/GluePoint2.idl14
-rw-r--r--offapi/com/sun/star/drawing/Shape.idl2
6 files changed, 17 insertions, 17 deletions
diff --git a/offapi/com/sun/star/drawing/ConnectorShape.idl b/offapi/com/sun/star/drawing/ConnectorShape.idl
index 61112ffe8701..f3272e11ebfd 100644
--- a/offapi/com/sun/star/drawing/ConnectorShape.idl
+++ b/offapi/com/sun/star/drawing/ConnectorShape.idl
@@ -62,7 +62,7 @@ published service ConnectorShape
[property] com::sun::star::drawing::XShape StartShape;
- /** this property holds the index of the glue point the start point of
+ /** this property holds the index of the gluepoint the start point of
this connector is glued on.
*/
[property] long StartGluePointIndex;
@@ -82,7 +82,7 @@ published service ConnectorShape
[property] com::sun::star::drawing::XShape EndShape;
- /** this property holds the index of the glue point the end point of
+ /** this property holds the index of the gluepoint the end point of
this connector is glued on.
*/
[property] com::sun::star::awt::Point EndPosition;
diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapeGluePointType.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapeGluePointType.idl
index 9bc9091cf000..0d6acb66f50d 100644
--- a/offapi/com/sun/star/drawing/EnhancedCustomShapeGluePointType.idl
+++ b/offapi/com/sun/star/drawing/EnhancedCustomShapeGluePointType.idl
@@ -24,24 +24,24 @@
module com { module sun { module star { module drawing {
-/** defines which glue points are being offered by the EnhancedCustomShape
+/** defines which gluepoints are being offered by the EnhancedCustomShape
*/
constants EnhancedCustomShapeGluePointType
{
- /** no glue points are offered
+ /** no gluepoints are offered
*/
const short NONE = 0;
- /** glue points are offered for each segment
+ /** gluepoints are offered for each segment
*/
const short SEGMENTS = 1;
- /** only glue points of the GluePoints property from the
+ /** only gluepoints of the GluePoints property from the
com::sun:star::drawing::EnhancedCustomShapePath are offered
*/
const short CUSTOM = 2;
- /** standard top, left, right, bottom glue points are offered
+ /** standard top, left, right, bottom gluepoints are offered
*/
const short RECT = 3;
};
diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl
index 4a80069e30e4..568365646b9a 100644
--- a/offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl
+++ b/offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl
@@ -59,7 +59,7 @@ service EnhancedCustomShapePath
*/
[optional, property] sequence<::com::sun::star::drawing::EnhancedCustomShapeTextFrame> TextFrames;
- /** This property specifies custom glue points
+ /** This property specifies custom gluepoints
*/
[optional, property] sequence<::com::sun::star::drawing::EnhancedCustomShapeParameterPair> GluePoints;
diff --git a/offapi/com/sun/star/drawing/EscapeDirection.idl b/offapi/com/sun/star/drawing/EscapeDirection.idl
index a8f9f0d1b791..63c948eaa827 100644
--- a/offapi/com/sun/star/drawing/EscapeDirection.idl
+++ b/offapi/com/sun/star/drawing/EscapeDirection.idl
@@ -25,7 +25,7 @@
/** This enumeration defines the escape direction a connector takes on
- a glue point.
+ a gluepoint.
*/
published enum EscapeDirection
{
diff --git a/offapi/com/sun/star/drawing/GluePoint2.idl b/offapi/com/sun/star/drawing/GluePoint2.idl
index f600eb749a8f..916be1bf9fb3 100644
--- a/offapi/com/sun/star/drawing/GluePoint2.idl
+++ b/offapi/com/sun/star/drawing/GluePoint2.idl
@@ -27,13 +27,13 @@
module com { module sun { module star { module drawing {
-/** This struct defines the attributes of a glue point.
- <p>A glue point is a position inside a drawing shape where an edge
+/** This struct defines the attributes of a gluepoint.
+ <p>A gluepoint is a position inside a drawing shape where an edge
of a connector shape can be connected.</p>
*/
published struct GluePoint2
{
- /** This is the position of this glue point. Depending on
+ /** This is the position of this gluepoint. Depending on
the flag <code>IsRelative</code>, this is either in 1/100cm
or in 1/100%.
@@ -41,13 +41,13 @@ published struct GluePoint2
*/
com::sun::star::awt::Point Position;
- /** if this flag is set to true, the position of this glue point
+ /** if this flag is set to true, the position of this gluepoint
is given in 1/100% values instead of 1/100cm. */
boolean IsRelative;
- /** if this glue points position is not relative, this enum
+ /** if this gluepoints position is not relative, this enum
specifies the vertical and horizontal alignment of this
- point. The alignment specifies how the glue point is
+ point. The alignment specifies how the gluepoint is
moved if the shape is resized. */
com::sun::star::drawing::Alignment PositionAlignment;
@@ -58,7 +58,7 @@ published struct GluePoint2
com::sun::star::drawing::EscapeDirection Escape;
/** if this flag is set to false, this is a default glue
- point. Some shapes may have default glue points attached
+ point. Some shapes may have default gluepoints attached
to them which cannot be altered or removed. */
boolean IsUserDefined;
};
diff --git a/offapi/com/sun/star/drawing/Shape.idl b/offapi/com/sun/star/drawing/Shape.idl
index daa87b29e88c..7d6e9e22b39d 100644
--- a/offapi/com/sun/star/drawing/Shape.idl
+++ b/offapi/com/sun/star/drawing/Shape.idl
@@ -66,7 +66,7 @@ published service Shape
interface com::sun::star::drawing::XShapeDescriptor;
- /** This interfaces gives access to an optional container of glue points.
+ /** This interfaces gives access to an optional container of gluepoints.
To have unique ids you should query the returned interface for
com::sun::star::container::XIdentifierContainer.
*/