From fbd74ed44cd011ebab95bb4bc4eb6b15c1272c43 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Tue, 14 May 2013 12:07:43 +0100 Subject: make some vba Name object attributes read/write and add test document Change-Id: Ibd12835cc5368080a302b3b8d7c6f52ccc434e3c --- oovbaapi/ooo/vba/excel/XName.idl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'oovbaapi/ooo') diff --git a/oovbaapi/ooo/vba/excel/XName.idl b/oovbaapi/ooo/vba/excel/XName.idl index dc6ba1c1ee09..d46dc14657d7 100644 --- a/oovbaapi/ooo/vba/excel/XName.idl +++ b/oovbaapi/ooo/vba/excel/XName.idl @@ -37,10 +37,10 @@ interface XName [attribute] string NameLocal; [attribute] boolean Visible; [attribute] string Value; - [attribute, readonly] string RefersTo; - [attribute, readonly] string RefersToLocal; - [attribute, readonly] string RefersToR1C1; - [attribute, readonly] string RefersToR1C1Local; + [attribute] string RefersTo; + [attribute] string RefersToLocal; + [attribute] string RefersToR1C1; + [attribute] string RefersToR1C1Local; [attribute, readonly] XRange RefersToRange; void Delete( ); -- cgit v1.2.3