diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-04-25 17:04:49 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-05-31 15:46:25 +0300 |
commit | 034e8bfafadf3dfe930447696b7a686345aa6632 (patch) | |
tree | 8106381c203afb3d750219298d83296613f54718 /oovbaapi | |
parent | b11329eed924483a24f2c05d97c573b9a95b26e8 (diff) |
Add Author property to ooo::vba::excel::XWorkbook and implement it
Corresponds to the Author attribute of
css::document::XDocumentProperties. I.e. the initial creator of the
document.
Change-Id: I07d3ce9dfb87900948d2bb7af14109b17546fb4c
Diffstat (limited to 'oovbaapi')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XWorkbook.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XWorkbook.idl b/oovbaapi/ooo/vba/excel/XWorkbook.idl index 2c9b5871fdb6..fe310e2adc1a 100644 --- a/oovbaapi/ooo/vba/excel/XWorkbook.idl +++ b/oovbaapi/ooo/vba/excel/XWorkbook.idl @@ -32,6 +32,7 @@ interface XWorkbook [attribute, readonly] string CodeName; [attribute, readonly] long FileFormat; [attribute] boolean PrecisionAsDisplayed; + [attribute] string Author; any Worksheets( [in] any Index ); any Styles( [in] any Index ) raises (com::sun::star::script::BasicErrorException); |