make some vba Name object attributes read/write and add test document
Change-Id: Ibd12835cc5368080a302b3b8d7c6f52ccc434e3c
This commit is contained in:
@@ -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()
|
|||||||
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;
|
||||||
|
BIN
sc/qa/extras/testdocuments/Names.xls
Executable file
BIN
sc/qa/extras/testdocuments/Names.xls
Executable file
Binary file not shown.
Reference in New Issue
Block a user