summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-04-26 14:27:43 +0100
committerNoel Power <noel.power@suse.com>2013-04-26 15:30:37 +0100
commitedde7acd46f796c4f719ea33a7809e1df13b057f (patch)
treeeefb63f90d446477b19ccef73bb641abee77afc3 /oovbaapi
parent2e02d88804f3fe17a52122f893ae192f65ebd2b8 (diff)
stub implementation(s) for Application EnableCancelKey & International
Change-Id: I19d7f46eef6adbc8a3e8d32a69aaa1ab498dd8f1
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/excel/XApplication.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/oovbaapi/ooo/vba/excel/XApplication.idl b/oovbaapi/ooo/vba/excel/XApplication.idl
index 183db9763874..4e8c1855ce2c 100644
--- a/oovbaapi/ooo/vba/excel/XApplication.idl
+++ b/oovbaapi/ooo/vba/excel/XApplication.idl
@@ -56,6 +56,7 @@ interface XApplication
[attribute] any StatusBar;
[attribute] long Cursor;
[attribute] boolean EnableEvents;
+ [attribute] boolean EnableCancelKey;
[attribute] boolean DisplayFullScreen;
[attribute] boolean DisplayScrollBars;
[attribute] boolean DisplayExcel4Menus;
@@ -70,7 +71,7 @@ interface XApplication
string getDefaultFilePath() raises(com::sun::star::script::BasicErrorException);
- //any CommandBars( [in] any Index );
+ any International( [in] long Index );
any Workbooks( [in] any Index );
any Worksheets( [in] any Index );
any Windows( [in] any Index );