make some vba Name object attributes read/write and add test document

Change-Id: Ibd12835cc5368080a302b3b8d7c6f52ccc434e3c
This commit is contained in:
Noel Power 2013-05-14 12:07:43 +01:00
parent 9c2a1cb435
commit fbd74ed44c
3 changed files with 8 additions and 4 deletions

View File

@ -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( );

View File

@ -179,6 +179,10 @@ void ScMacrosTest::testVba()
OUString("Workbooks."),
OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document")
},
{
OUString("Names."),
OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document")
},
};
OUString sTempDir;
OUString sTempDirURL;

Binary file not shown.