From 034e8bfafadf3dfe930447696b7a686345aa6632 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 25 Apr 2018 17:04:49 +0300 Subject: 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 --- oovbaapi/ooo/vba/excel/XWorkbook.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'oovbaapi/ooo') 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); -- cgit