94aabaef | 08-Jul-2024 |
Damjan Jovanovic |
Needs juh.jar. Patch by: me |
6a86ac4b | 16-Jun-2024 |
Damjan Jovanovic |
svl module doesn't need OOoRunner.jar as a complex test dependency. Patch by: me |
96178715 | 12-Jun-2024 |
Damjan Jovanovic |
Just like we check for an initial decimal separator in ScanStartString() when the string doesn't start with a currency symbol, check for an initial decimal separator after the currency symbol
Just like we check for an initial decimal separator in ScanStartString() when the string doesn't start with a currency symbol, check for an initial decimal separator after the currency symbol too. Without this, "$.nn" gets parsed as a text field with "$.nn" instead of a numeric field with $0.nn. Add a subsequent JUnit test for this too. Fixes: https://bz.apache.org/ooo/show_bug.cgi?id=82687 - Text entry or CSV import treats $.nn as text Patch by: me
show more ...
|
91d859a2 | 10-Jun-2024 |
Damjan Jovanovic |
Translate some German comments to English. Patch by: me |
Revision tags: AOO420-Dev5-m5 |
|
ac9b9032 | 30-Oct-2023 |
mseidel |
Fixed typo (propably -> probably) and some more |
0c72d66f | 26-Sep-2023 |
mseidel |
Fixed typo (paramter -> parameter) and some other |
Revision tags: AOO4115-GA |
|
e54b5b1d | 16-Feb-2023 |
mseidel |
Cleanup Make files |
Revision tags: AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA |
|
154e49a8 | 24-Jun-2022 |
cbmarcum |
fix the encoding of the master password and generate IV's for stored passwords. Patch-By: Arrigo Marchiori (@ardovm). |
Revision tags: AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA |
|
15289133 | 22-Aug-2020 |
mseidel |
Fixed typos (otherwhise -> otherwise) and some more |
01ad09a0 | 18-Aug-2020 |
mseidel |
Fixed typos (shure -> sure) |
7950f2af | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more |
Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1 |
|
c4c57a27 | 07-Feb-2019 |
Damjan Jovanovic |
Port main/svl's DDE to Win64. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1853099 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO416, AOO416-RC1 |
|
c1e8cc3a | 01-May-2018 |
Don Lewis |
The register storage class is deprecated and is incompatible with C++17. Modern compilers have mostly been ignoring it, probably other than to forbid the use of the address-of operator. Get
The register storage class is deprecated and is incompatible with C++17. Modern compilers have mostly been ignoring it, probably other than to forbid the use of the address-of operator. Get ahead of the game and delete it now. Reported by clang 6. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830707 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO415, AOO414, AOO413 |
|
99e66e07 | 23-Dec-2016 |
pfg |
Re-enable some Date svn:keywords. These all pre-existed in the code, probably from CVS/SVN days, and it is convenient to let Subversion handle them directly. These should have no eff
Re-enable some Date svn:keywords. These all pre-existed in the code, probably from CVS/SVN days, and it is convenient to let Subversion handle them directly. These should have no effect on the build. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1775849 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c30f6fe3 | 18-Dec-2016 |
damjan |
#i127139# undefined reference to `__stack_chk_fail' breaks build on some Linux 32-bit systems Work around this issue for the time being, by always explicitly linking to libc (-lc) for al
#i127139# undefined reference to `__stack_chk_fail' breaks build on some Linux 32-bit systems Work around this issue for the time being, by always explicitly linking to libc (-lc) for all gbuild modules, which I've verified doesn't break anything. (Using the Gold linker instead of BFD also works, also for unknown reasons, but the Gold linker may not always be available.) Also revert the previous workaround in main/svl/Library_passwordcontainer.mk Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1774848 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
8916d3b4 | 25-Oct-2016 |
arielch |
i127139 - Work around broken toolchain git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1766467 13f79535-47bb-0310-9956-ffa450edef68 |
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, AOO412, SNAPSHOT |
|
4bc9e743 | 06-Oct-2015 |
Damjan Jovanovic |
#i125003# Remove some superfluous version.map files from tests. Google Test uses executables, not libraries, so they don't need version maps any more. git-svn-id: https://svn.a
#i125003# Remove some superfluous version.map files from tests. Google Test uses executables, not libraries, so they don't need version maps any more. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1706945 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
2958961e | 05-Oct-2015 |
Damjan Jovanovic |
#i125003# migrate main/svl from cppunit to Google Test git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1706874 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO411 |
|
c64f2bbd | 06-Sep-2015 |
Pedro Giffuni |
Clean up all of typos that cause header guard warnings when building the OpenOffice source with clang. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/as
Clean up all of typos that cause header guard warnings when building the OpenOffice source with clang. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701535 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
86e1cf34 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories r* - z*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame
Many spelling fixes: directories r* - z*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591062 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410, AOO410_Beta |
|
64b14621 | 07-Jan-2014 |
Armin Le Grand |
Initial version with core/draw/im-export/print/pdf/UI functionality, still stuff missing git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1556379 13f79535-47
Initial version with core/draw/im-export/print/pdf/UI functionality, still stuff missing git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1556379 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
566c7167 | 30-Nov-2013 |
Armin Le Grand |
corrected the SFX_ASSERT macro for debug build git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546757 13f79535-47bb-0310-9956-ffa450edef68 |
c4020a14 | 26-Nov-2013 |
Herbert Dürr |
#i123753# WaE: fix unoedhlp.hxx declaration of 'nId' shadowing a member of SimpleHint Happy new times: Now even simple compiler warning fixes need their own issue. git-svn-id:
#i123753# WaE: fix unoedhlp.hxx declaration of 'nId' shadowing a member of SimpleHint Happy new times: Now even simple compiler warning fixes need their own issue. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1545571 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
5ff14ef2 | 18-Nov-2013 |
Herbert Dürr |
#i123693# WaE: const type qualifier ignored on return value this fix removes almost 120 compile warnings during the AOO build git-svn-id: https://svn.apache.org/repos/asf/openo
#i123693# WaE: const type qualifier ignored on return value this fix removes almost 120 compile warnings during the AOO build git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1542958 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|