7149f6f7 | 10-Jun-2024 |
Damjan Jovanovic |
Translate some German comments to English. Patch by: me (cherry picked from commit 91d859a2118191e83256fdfd048d65ca60769e24) |
529e2ed3 | 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 (cherry picked from commit 96178715f486e8815def398176cafa748d3cbb73)
show more ...
|
Revision tags: AOO420-Dev5-m5 |
|
4145c4c3 | 30-Oct-2023 |
mseidel |
Fixed typo (propably -> probably) and some more (cherry picked from commit ac9b9032c0ba643666508a330e8e50090eeb1d21) |
45c064b3 | 26-Sep-2023 |
mseidel |
Fixed typo (paramter -> parameter) and some other (cherry picked from commit 0c72d66f1a33589bfa5729d3fc3bdd5e807826ac) |
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1 |
|
f1e62f6c | 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 (cherry picked from commit
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 (cherry picked from commit c4c57a27ee8e6f34b479211e64f843c073c00763)
show more ...
|
5908c594 | 16-Feb-2023 |
mseidel |
Cleanup Make files (cherry picked from commit e54b5b1ddf740e7e5990491b601759cec259e862) |
b75105ca | 24-Jun-2022 |
cbmarcum |
fix the encoding of the master password and generate IV's for stored passwords. Patch-By: Arrigo Marchiori (ardovm). |
4e7d57d8 | 22-Aug-2020 |
mseidel |
Fixed typos (otherwhise -> otherwise) and some more (cherry picked from commit 15289133c13269ea12e74ce817b98e1403d5761d) |
d0dd86958 | 18-Aug-2020 |
mseidel |
Fixed typos (shure -> sure) (cherry picked from commit 01ad09a0c915d261b7260c626c3424e027e76f95) |
fb0b81f5 | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more (cherry picked from commit 7950f2af818787db817abe90d4dbb3d6d8409899) |
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 ...
|
Revision tags: AOO401 |
|
fe481f06 | 11-Sep-2013 |
Oliver-Rainer Wittmann |
122927: adjusting change made for 121126 - allow formatting of boolean formula result as number, but force it, if formatting code contains string/text section Review by:
122927: adjusting change made for 121126 - allow formatting of boolean formula result as number, but force it, if formatting code contains string/text section Review by: Clarence Guo <clarence dot guo dot bj at gmail dot com> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1521885 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO400 |
|
89358e0f | 26-Jun-2013 |
Oliver-Rainer Wittmann |
121751: - restore cursor/selection on Undo/Redo language change for all text - group intrinsic actions of language change for all text into one Undo action - secure <SwRootFrm
121751: - restore cursor/selection on Undo/Redo language change for all text - group intrinsic actions of language change for all text into one Undo action - secure <SwRootFrm::CalcRects(..)> - catch NULL pointer - correct <CursorGuard> - really restore the cursor git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1496901 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|