Revision tags: AOO420-Dev5-m5 |
|
7f5c89d5 | 30-Nov-2023 |
John Bampton |
misc: fix spelling (#187) * misc: fix spelling * Update TestExtension.java * Update FilterFactory.idl * Update ExtendedTypeDetectionFactory.idl * Update L
misc: fix spelling (#187) * misc: fix spelling * Update TestExtension.java * Update FilterFactory.idl * Update ExtendedTypeDetectionFactory.idl * Update LocationTest.java * Update HelpComponent.java * Update HelpSearch.java * Update TestExtension.java * Update SOReportJobFactory.java --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
|
f6675432 | 03-Oct-2023 |
mseidel |
Fixed typos, fixed mixed indentation, removerd whitespace |
2ef7dab5 | 25-Sep-2023 |
mseidel |
Fixed typos (paramater -> parameter) and some other |
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4 |
|
c7b6c371 | 03-Sep-2022 |
mseidel |
Fixed localisation -> localization |
09edc5ae | 31-Jul-2022 |
mseidel |
Fix for regression in https://bz.apache.org/ooo/show_bug.cgi?id=19221 Thank you very much, Laurent! |
Revision tags: AOO4113-GA, AOO4112-GA, AOO4111-GA |
|
b7a60f16 | 20-Aug-2021 |
mseidel |
Cleaned up resource files |
Revision tags: AOO420-Dev3-m3, AOO4110-GA, AOO419-GA |
|
8085f798 | 19-Nov-2020 |
mseidel |
Fixed typos, removed whitespace |
Revision tags: AOO418-GA |
|
9f813b30 | 11-Oct-2020 |
mseidel |
Fixed typos (wont -> won't) and some more |
cfd52e18 | 01-Oct-2020 |
mseidel |
Fixed typos (thats -> that's) and many more |
c47da6ea | 28-Sep-2020 |
mseidel |
Fixed several typos |
Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
7fef15a0 | 05-Oct-2018 |
Damjan Jovanovic |
Port main/basic to gbuild. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1842966 13f79535-47bb-0310-9956-ffa450edef68 |
870262e3 | 02-May-2018 |
Don Lewis |
Don't use !this as an alias for a constant that evaluates to false in unconditional asserts. The former requires code to evaluate the condition at runtime and also causes warnings from clang
Don't use !this as an alias for a constant that evaluates to false in unconditional asserts. The former requires code to evaluate the condition at runtime and also causes warnings from clang. While here, translate the associated assert messages. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830735 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO415, AOO414, AOO413 |
|
b63233d8 | 07-Aug-2016 |
damjan |
Merge branches/gbuild-reintegration to trunk. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO4121 |
|
30acf5e8 | 22-May-2016 |
pfg |
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
07396187 | 15-Dec-2015 |
Damjan Jovanovic |
#i126272# OpenOffice.org Basic compile error : if statement followed by End If - in next Line ??? Allow the Else in a single-line If statement to be terminated by a comment instead of only E
#i126272# OpenOffice.org Basic compile error : if statement followed by End If - in next Line ??? Allow the Else in a single-line If statement to be terminated by a comment instead of only EOL. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1720205 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
710acb7f | 15-Dec-2015 |
Damjan Jovanovic |
#i19221# Print Tab(5); "Hello" does not work Implement the Tab() function in AOO Basic. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trun
#i19221# Print Tab(5); "Hello" does not work Implement the Tab() function in AOO Basic. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1720071 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
cd7fd921 | 03-Dec-2015 |
Pedro Giffuni |
Revert obviously wrong r1717569 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717767 13f79535-47bb-0310-9956-ffa450edef68 |
79d0da37 | 02-Dec-2015 |
Pedro Giffuni |
Unitialized scalar variable CID: 707498 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717569 13f79535-47bb-0310-9956-ffa450edef68 |
feac2d98 | 02-Dec-2015 |
Pedro Giffuni |
Unitialized scalar variable CID: 707497, (Errata: r1717567) corresponds to CID 707496) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@17
Unitialized scalar variable CID: 707497, (Errata: r1717567) corresponds to CID 707496) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717568 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
98dcd188 | 02-Dec-2015 |
Pedro Giffuni |
Uninitialized scalar variable CID: 707497 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717567 13f79535-47bb-0310-9956-ffa450edef68 |
c91758c7 | 29-Nov-2015 |
Pedro Giffuni |
Resource Leak CID: 982916 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717121 13f79535-47bb-0310-9956-ffa450edef68 |
725d8673 | 24-Nov-2015 |
Damjan Jovanovic |
#i117960# Basic: Line Input doesn't work in single-line If i92642 added the ability to use certain keywords as variable names (eg. name = 1, line = "hi"), but also caused a regression wh
#i117960# Basic: Line Input doesn't work in single-line If 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: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716234 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
35e2b5b0 | 08-Nov-2015 |
Damjan Jovanovic |
#i61854# OpenOffice.org Basic: Default title of Msgboxes should be changed Found by: berend dot cornelius at germany dot sun dot com Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR
#i61854# OpenOffice.org Basic: Default title of Msgboxes should be changed Found by: berend dot cornelius at germany dot sun dot com Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: Damjan Jovanovic git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1713215 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412 |
|
950617a0 | 03-Nov-2015 |
Damjan Jovanovic |
#i61277# Basic open file with random access erases all data. StarBasic tries to emulate truncation of files opened for writing by deleting them before opening them (if they exist). However th
#i61277# Basic open file with random access erases all data. StarBasic tries to emulate truncation of files opened for writing by deleting them before opening them (if they exist). However there are exclusion to the truncation behaviour when the file is opened in append mode or is a binary file. Another exclusion - that was missing with disasterous consequences - is that the file should not be truncated when opened in random access mode. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1712377 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: SNAPSHOT, AOO411 |
|
323c3501 | 26-Aug-2015 |
Damjan Jovanovic |
#i112383# CLng("&HFFFFFFFF") fails on 64-bits rather than returning -1 Found-by: andrew Patch-by: Damjan Jovanovic git-svn-id: https://svn.apache.org/repos/asf/openoff
#i112383# CLng("&HFFFFFFFF") fails on 64-bits rather than returning -1 Found-by: andrew Patch-by: Damjan Jovanovic git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697984 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|