diff options
author | Noel Power <noel.power@suse.com> | 2013-05-14 12:07:43 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-05-15 09:52:30 +0100 |
commit | fbd74ed44cd011ebab95bb4bc4eb6b15c1272c43 (patch) | |
tree | 9c853f4a88350ed2f7b60d81e3e2756d2f111518 /sc/qa/extras | |
parent | 9c2a1cb4351c8f80a27b7ba413ad382368387425 (diff) |
make some vba Name object attributes read/write and add test document
Change-Id: Ibd12835cc5368080a302b3b8d7c6f52ccc434e3c
Diffstat (limited to 'sc/qa/extras')
-rw-r--r-- | sc/qa/extras/macros-test.cxx | 4 | ||||
-rwxr-xr-x | sc/qa/extras/testdocuments/Names.xls | bin | 0 -> 46592 bytes |
2 files changed, 4 insertions, 0 deletions
diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx index 347db6539f98..68bed145ec51 100644 --- a/sc/qa/extras/macros-test.cxx +++ b/sc/qa/extras/macros-test.cxx @@ -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; diff --git a/sc/qa/extras/testdocuments/Names.xls b/sc/qa/extras/testdocuments/Names.xls Binary files differnew file mode 100755 index 000000000000..fcacf9bbdeed --- /dev/null +++ b/sc/qa/extras/testdocuments/Names.xls |