diff options
author | Noel Power <noel.power@novell.com> | 2012-04-20 17:44:14 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-04-20 18:26:21 +0100 |
commit | 4fa65f95e86dc4e348c83814475b057e8f30c107 (patch) | |
tree | 1c0ff9ae875adfa9accc15d18ac237f901d1dd52 /oovbaapi | |
parent | 6a018dec6b1abe75464bd510d441ab56d7291e1f (diff) |
implement VBA Application.DisplayFullScreen bnc#757885
Diffstat (limited to 'oovbaapi')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XApplication.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XApplication.idl b/oovbaapi/ooo/vba/excel/XApplication.idl index e9bee9bae44d..6453011b1131 100644 --- a/oovbaapi/ooo/vba/excel/XApplication.idl +++ b/oovbaapi/ooo/vba/excel/XApplication.idl @@ -74,6 +74,7 @@ interface XApplication [attribute] boolean Visible; [attribute] boolean Iteration; [attribute] long EnableCancelKey; + [attribute] boolean DisplayFullScreen; void setDefaultFilePath([in] string DefaultFilePath) raises(com::sun::star::script::BasicErrorException); |