summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/ConnectorShape.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/ConnectorShape.idl')
-rw-r--r--offapi/com/sun/star/drawing/ConnectorShape.idl68
1 files changed, 36 insertions, 32 deletions
diff --git a/offapi/com/sun/star/drawing/ConnectorShape.idl b/offapi/com/sun/star/drawing/ConnectorShape.idl
index d7a284ec8799..3ae0d4093468 100644
--- a/offapi/com/sun/star/drawing/ConnectorShape.idl
+++ b/offapi/com/sun/star/drawing/ConnectorShape.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ConnectorShape.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:41 $
+ * last change: $Author: cl $ $Date: 2001-03-06 16:53:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,20 +65,24 @@
#include <com/sun/star/drawing/XConnectorShape.idl>
#endif
-#ifndef __com_sun_star_drawing_LineShape_idl__
-#include <com/sun/star/drawing/LineShape.idl>
+#ifndef __com_sun_star_drawing_ConnectorProperties_idl__
+#include <com/sun/star/drawing/ConnectorProperties.idl>
#endif
-#ifndef __com_sun_star_drawing_ConnectorShapeDescriptor_idl__
-#include <com/sun/star/drawing/ConnectorShapeDescriptor.idl>
+#ifndef __com_sun_star_drawing_Shape_idl__
+#include <com/sun/star/drawing/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_LineProperties_idl__
+#include <com/sun/star/drawing/LineProperties.idl>
#endif
#ifndef __com_sun_star_drawing_Text_idl__
#include <com/sun/star/drawing/Text.idl>
#endif
-#ifndef __com_sun_star_drawing_ShadowDescriptor_idl__
-#include <com/sun/star/drawing/ShadowDescriptor.idl>
+#ifndef __com_sun_star_drawing_ShadowProperties_idl__
+#include <com/sun/star/drawing/ShadowProperties.idl>
#endif
#ifndef __com_sun_star_drawing_RotationDescriptor_idl__
@@ -92,48 +96,48 @@
//=============================================================================
-// DocMerge from xml: service com::sun::star::drawing::ConnectorShape
/** This service is for a <type>ConnectorShape</type>, a specialized <type>Shape</type>
which can be connected to other <type>Shape</type>s or <type>GluePoint</type>s.
*/
service ConnectorShape
{
- // DocMerge: empty anyway
- interface com::sun::star::drawing::XConnectorShape;
+ service com::sun::star::drawing::Shape;
- // DocMerge: empty anyway
- service com::sun::star::drawing::LineShape;
+ service com::sun::star::drawing::LineProperties;
- // DocMerge: empty anyway
- service com::sun::star::drawing::ConnectorShapeDescriptor;
+ service com::sun::star::drawing::ConnectorProperties;
- // DocMerge: empty anyway
- service com::sun::star::drawing::Text;
+ service com::sun::star::drawing::ShadowProperties;
- // DocMerge: empty anyway
- service com::sun::star::drawing::ShadowDescriptor;
+ service com::sun::star::drawing::Text;
- // DocMerge: empty anyway
service com::sun::star::drawing::RotationDescriptor;
-};
+ //-------------------------------------------------------------------------
-//=============================================================================
+ interface com::sun::star::drawing::XConnectorShape;
-}; }; }; };
+ //-------------------------------------------------------------------------
-/*=============================================================================
+ /** This property contains the distance of line 1.
+ */
+ [property] long EdgeLine1Delta;
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:12 hjs
- initial import
+ //-------------------------------------------------------------------------
- Revision 1.3 2000/09/11 11:52:19 mi
- documentation merged from XML
+ /** This property contains the distance of line 2.
+ */
+ [property] long EdgeLine2Delta;
- Revision 1.1.1.1 1999/11/11 09:48:42 jsc
- new
+ //-------------------------------------------------------------------------
+
+ /** This property contains the distance of line 3.
+ */
+ [property] long EdgeLine3Delta;
+};
+//=============================================================================
+
+}; }; }; };
-=============================================================================*/
#endif