| #
0c8b819c
|
| 09-Jun-2022 |
Carl Marcum <carl.marcum@codebuilders.net> |
Merge pull request #150 from cbmarcum/basicBackports
Refs #i112383#, #i117960#, and #i126272# - Basic lang backports
|
| #
e3244c50
|
| 08-Jun-2022 |
cbmarcum <carl.marcum@codebuilders.net> |
added test spreadsheet for single line comments and added it to test
|
| #
2a312b7a
|
| 30-May-2022 |
cbmarcum <carl.marcum@codebuilders.net> |
updated to enable macro execution.
|
| #
04143ddc
|
| 29-May-2022 |
cbmarcum <carl.marcum@codebuilders.net> |
Refs #i112383# and #i117960#. backporting to AOO41X .
Can't cherry-pick due to file changes.
Original commit messages and links follow:
Found-by: andrew Patch-by: Damjan Jovanovic https://github.c
Refs #i112383# and #i117960#. backporting to AOO41X .
Can't cherry-pick due to file changes.
Original commit messages and links follow:
Found-by: andrew Patch-by: Damjan Jovanovic https://github.com/apache/openoffice/commit/323c350123d05cd9f450aebd421b7bfa74c331d2
i92642 added the ability to use certain keywords as variable names (eg. name = 1, line = 'hi'), but also caused a regression where "Line Input" is broken in single-line If statements. This patch fixes that by allowing Then and Else to also be the start-of-line tokens expected to immediately preceed the 'Line' token in order for that 'Line' token to be recognized a keyword instead of a variable name. Also added FVT spreadsheet tests for 'Line' as both a variable name and as 'Line Input'. Patch by: Damjan Jovanovic https://github.com/apache/openoffice/commit/725d867363770a4c47c4b3c6dbe1f359c296604a
show more ...
|
| #
d3e0dd8e
|
| 02-Sep-2013 |
Steve Yin <steve_y@apache.org> |
Merged with the trunk.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1519381 13f79535-47bb-0310-9956-ffa450edef68
|
| #
9930860e
|
| 28-Aug-2013 |
Herbert Dürr <hdu@apache.org> |
#i123119# allow only "TRUE" or "FALSE" as testOK results
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518093 13f79535-47bb-0310-9956-ffa450edef68
|
| #
11e9ca94
|
| 27-Aug-2013 |
Herbert Dürr <hdu@apache.org> |
#i123119# add test script for checking manual-test friendly spreedsheets
The script looks for the columns with "TestID" and "TestOK" markers. All cells below "TestID" are assumed to be test names, a
#i123119# add test script for checking manual-test friendly spreedsheets
The script looks for the columns with "TestID" and "TestOK" markers. All cells below "TestID" are assumed to be test names, all values below "TestOK" are assumed to be test results. If any of the test results evaluates to "FALSE" or zero the automatic test is marked as failed.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1517802 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|