Kaydet (Commit) fbd74ed4 authored tarafından Noel Power's avatar Noel Power

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

Change-Id: Ibd12835cc5368080a302b3b8d7c6f52ccc434e3c
üst 9c2a1cb4
...@@ -37,10 +37,10 @@ interface XName ...@@ -37,10 +37,10 @@ interface XName
[attribute] string NameLocal; [attribute] string NameLocal;
[attribute] boolean Visible; [attribute] boolean Visible;
[attribute] string Value; [attribute] string Value;
[attribute, readonly] string RefersTo; [attribute] string RefersTo;
[attribute, readonly] string RefersToLocal; [attribute] string RefersToLocal;
[attribute, readonly] string RefersToR1C1; [attribute] string RefersToR1C1;
[attribute, readonly] string RefersToR1C1Local; [attribute] string RefersToR1C1Local;
[attribute, readonly] XRange RefersToRange; [attribute, readonly] XRange RefersToRange;
void Delete( ); void Delete( );
......
...@@ -179,6 +179,10 @@ void ScMacrosTest::testVba() ...@@ -179,6 +179,10 @@ void ScMacrosTest::testVba()
OUString("Workbooks."), OUString("Workbooks."),
OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document") 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 sTempDir;
OUString sTempDirURL; OUString sTempDirURL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment