summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/msforms/XShape.idl
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2009-12-17 10:55:36 +0100
committerMikhail Voytenko <mav@openoffice.org>2009-12-17 10:55:36 +0100
commitca157ed1b344619e04c5086ac3f3584381bc6285 (patch)
tree93398cb0ec27bed672987e1d3c9b4135212cef94 /oovbaapi/ooo/vba/msforms/XShape.idl
parentc22a3077fb8a13b30c11616a3783c79015607bd6 (diff)
parent12c7dc97e4470d70a9df30429c3dc51343682c07 (diff)
odficonsso1: merge with DEV300_m67
Diffstat (limited to 'oovbaapi/ooo/vba/msforms/XShape.idl')
-rw-r--r--oovbaapi/ooo/vba/msforms/XShape.idl17
1 files changed, 6 insertions, 11 deletions
diff --git a/oovbaapi/ooo/vba/msforms/XShape.idl b/oovbaapi/ooo/vba/msforms/XShape.idl
index a1ac36dd27..90047e642b 100644
--- a/oovbaapi/ooo/vba/msforms/XShape.idl
+++ b/oovbaapi/ooo/vba/msforms/XShape.idl
@@ -34,10 +34,6 @@
#include <ooo/vba/XHelperInterface.idl>
#endif
-#ifndef __ooo_vba_excel_XTextFrame_idl__
-#include <ooo/vba/excel/XTextFrame.idl>
-#endif
-
#ifndef __ooo_vba_msforms_XLineFormat_idl__
#include <ooo/vba/msforms/XLineFormat.idl>
#endif
@@ -66,14 +62,13 @@ interface XShape : ooo::vba::XHelperInterface
[attribute, readonly] XLineFormat Line;
[attribute, readonly] XFillFormat Fill;
[attribute, readonly] XPictureFormat PictureFormat;
+ [attribute] boolean LockAspectRatio;
+ [attribute] boolean LockAnchor;
+ [attribute] long RelativeHorizontalPosition;
+ [attribute] long RelativeVerticalPosition;
- /*
- using in word
- [attribute] RelativeHorizontalPosition
- [attribute] RelativeVerticalPosition
- [attribute] XWrapFormat WrapFormat;
- */
- ooo::vba::excel::XTextFrame TextFrame();
+ any TextFrame();
+ any WrapFormat();
void Delete();
void ZOrder( [in] long ZOrderCmd );
void IncrementRotation( [in] double Increment );