#
25c7bec7 |
| 09-Feb-2024 |
mseidel |
Cleaned up resource files (cherry picked from commit 4507958864c4c00e96120a901ed7cba493601680)
|
Revision tags: AOO420-Dev5-m5 |
|
#
8384f3be |
| 09-Jan-2024 |
mseidel |
Clean up resource file (cherry picked from commit 2af54629b37460784e68cb20a41f60a1252b82f0)
|
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA |
|
#
fd9e6942 |
| 13-Aug-2021 |
mseidel |
Fixed typos, removed whitespace (cherry picked from commit 4c3f23345f71fb81b4aa855be26b7562db4c752c)
|
Revision tags: AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416 |
|
#
4e5ac204 |
| 01-Dec-2018 |
Mechtilde Stehmann |
correct typo - closed #120336 https://bz.apache.org/ooo/show.cgi?id=120336 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1847893 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO416-RC1, AOO415, AOO414, AOO413, AOO4121 |
|
#
a940b7f5 |
| 06-Dec-2015 |
asf-sync-process |
#i126701# Patch for adding bit shift functions to calc Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: me git-svn
#i126701# Patch for adding bit shift functions to calc Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1718196 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
0f94c4d7 |
| 22-Nov-2015 |
Damjan Jovanovic |
#i126668# Addition of Bitwise Arithmetic Operations (BITAND, BITOR and BITXOR) in calc Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: me
#i126668# Addition of Bitwise Arithmetic Operations (BITAND, BITOR and BITXOR) in calc Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1715605 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT, AOO411 |
|
#
dfadc01f |
| 12-Sep-2015 |
Damjan Jovanovic |
#i126516# Document the return values for the TYPE() formula function in the online help too. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1702604 13f79535-47bb-031
#i126516# Document the return values for the TYPE() formula function in the online help too. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1702604 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410, AOO410_Beta |
|
#
a4c25fe7 |
| 20-Jan-2014 |
Tsutomu Uchino |
#i56998# add space before percent character in text and quick help git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559661 13f79535-47bb-0310-9956-ffa450edef68
|
#
e775bd62 |
| 22-Dec-2013 |
Andrea Pescetti |
#123323# Fix typo in English string (concatentation) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552994 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO401, AOO400 |
|
#
430a148e |
| 08-Apr-2013 |
Jan Iversen |
removed all non en-US messages incl. x-comment, to enable correct translation. corrected a few problems where en-US was dublicated. NO code/makefile changes git-svn-id: https://
removed all non en-US messages incl. x-comment, to enable correct translation. corrected a few problems where en-US was dublicated. NO code/makefile changes git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1465678 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
97a44619 |
| 26-Feb-2013 |
Jürgen Schmidt |
#111413# reintegrate resource strings for translation git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1450153 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO340 |
|
#
39c2db0b |
| 10-Oct-2012 |
Wang Lei |
#i121120 AOO doesn't support RightB(), LeftB(),LenB() and MidB() in formula Patch by: Zhang Lu Review by: Wang Lei git-svn-id: https://svn.apache.org/repos/a
#i121120 AOO doesn't support RightB(), LeftB(),LenB() and MidB() in formula Patch by: Zhang Lu Review by: Wang Lei git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1396491 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
6e86bbc1 |
| 06-Sep-2012 |
Andrew Rist |
calcishmakkica: #i90269# #i95144# #i101466# From: Eike Rathke <erack@apache.org> * For SUMIFS, AVERAGEIFS and COUNTIFS: * All ranges must be of same dimension and size.
calcishmakkica: #i90269# #i95144# #i101466# From: Eike Rathke <erack@apache.org> * For SUMIFS, AVERAGEIFS and COUNTIFS: * All ranges must be of same dimension and size. * Bail out if error encountered for any parameter, without calculating remaining parameters. * Adapted ScParameterClassification to cope with paired repeated parameters. * In function resource have a trailing blank for repeated parameters so the number is appended with a blank between. Original Author: Eike Rathke [er] <eike.rathke@oracle.com> Original Committer: Eike Rathke [er] <eike.rathke@oracle.com> # HG changeset patch # User Eike Rathke [er] <eike.rathke@oracle.com> # Date 1288820521 -3600 # Node ID 79da8a1033b663c919f0dc48799f70256bffa497 # Parent 02cf226fcde498f6fd926d45df497e9fb412fe0f git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381448 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
1b1b70fb |
| 06-Sep-2012 |
Andrew Rist |
calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COUNTIFS; patch from <makkica> From: Eike Rathke <erack@apache.org> Original Author: Marina Plakalovic <mak
calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COUNTIFS; patch from <makkica> From: Eike Rathke <erack@apache.org> Original Author: Marina Plakalovic <makkica@openoffice.org> Original Committer: Eike Rathke [er] <eike.rathke@oracle.com> # HG changeset patch # User Eike Rathke [er] <eike.rathke@oracle.com> # Date 1288810126 -3600 # Node ID 02cf226fcde498f6fd926d45df497e9fb412fe0f # Parent 528da6bfd0daed4355d745590d5ac3a319b08fb4 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381447 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
245212b4 |
| 06-Sep-2012 |
Andrew Rist |
calcishmakkica: #i114428# implement XOR From: Eike Rathke <erack@apache.org> Original Author: Marina Plakalovic <makkica@openoffice.org> Original Committer: Eike Rathke [er] <ei
calcishmakkica: #i114428# implement XOR From: Eike Rathke <erack@apache.org> Original Author: Marina Plakalovic <makkica@openoffice.org> Original Committer: Eike Rathke [er] <eike.rathke@oracle.com> # HG changeset patch # User Eike Rathke [er] <eike.rathke@oracle.com> # Date 1284060031 -7200 # Node ID 528da6bfd0daed4355d745590d5ac3a319b08fb4 # Parent 237cb91dd986ff11eb100cc631206cda102e91f7 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381446 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
f53782eb |
| 06-Sep-2012 |
Andrew Rist |
calcishmakkica: #i101466# implement AVERAGEIF; slightly reworked patch by <makkica> From: Eike Rathke <erack@apache.org> Original Author: Marina Plakalovic <makkica@openoffice.org>
calcishmakkica: #i101466# implement AVERAGEIF; slightly reworked patch by <makkica> From: Eike Rathke <erack@apache.org> Original Author: Marina Plakalovic <makkica@openoffice.org> Original Author: Eike Rathke [er] <eike.rathke@oracle.com> Original Committer: Eike Rathke [er] <eike.rathke@oracle.com> # HG changeset patch # User Eike Rathke [er] <eike.rathke@oracle.com> # Date 1284055400 -7200 # Node ID 237cb91dd986ff11eb100cc631206cda102e91f7 # Parent 1c32319bb02fdf173de6a609fca9f2e9c9f4c73a git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381445 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
82177cdb |
| 30-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1208577 13f79535-47bb-0310-9956-ffa450edef68
|
#
cdf0e10c |
| 16-Aug-2011 |
rcweir |
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/extras/l10n is a copy of (currently tip-most) http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5 Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately): /ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt /ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt /ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt /ooo/trunk/core/gettext/gettext-0.18.1.1.patch /ooo/trunk/core/apache-commons/patches/codec.patch /ooo/trunk/core/libcroco/libcroco-0.6.2.patch /ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt /ooo/trunk/core/graphite/graphite-2.3.1.patch /ooo/trunk/core/hwpfilter/source/hwpeq.cpp /ooo/trunk/core/solenv/bin/cwstouched.pl /ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html /ooo/trunk/core/writerfilter/source/doctok/escher.html /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl Also: Repository.mk from the l10n toplevel git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|