diff options
author | Noel Power <noel.power@suse.com> | 2013-05-03 16:14:03 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-05-09 14:11:22 +0100 |
commit | a667ce82bfca1c469d37b7e7c974b3146faefa88 (patch) | |
tree | bf3bca40ba678569d8c98858ce22353dcd72b6fd /oovbaapi | |
parent | ea558e4f50596d53c017e145b25de06776fa5680 (diff) |
stub implementation(s) for Application EnableCancelKey & International
Change-Id: I810897b3981390fc39e59d9c8a4c0095547a407a
Diffstat (limited to 'oovbaapi')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XApplication.idl | 3 |
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 ); |