4e167d9c | 11-Jun-2024 |
John Bampton |
Fix spelling (#217) Thanks! Also corrected some Windows CRLF. (cherry picked from commit abfbd45ab9c232a6256d927aa27fe09a250de2cc) |
82c29545 | 14-May-2024 |
John Bampton |
Fix spelling in code comments (#212) * Fix spelling in code comments * Update AgendaTemplate.java --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
Fix spelling in code comments (#212) * Fix spelling in code comments * Update AgendaTemplate.java --------- Co-authored-by: Matthias Seidel <mseidel@apache.org> (cherry picked from commit ce18a1693bf9d765237cc05d4c0ed0a0d8c4ff14)
show more ...
|
Revision tags: AOO420-Dev5-m5 |
|
ef6cbe3c | 19-Nov-2023 |
mseidel |
Fixed typos, removed whitespace (cherry picked from commit ac186415c6dad2a9daf05ff4be6f27c5bc921331) |
1636bfc2 | 30-Oct-2023 |
mseidel |
Fixed typo (conenction -> connection) and some other (cherry picked from commit 5589416a0ec17d91f1449733cbb3b602760daacc) |
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA |
|
e21710ad | 28-Nov-2020 |
mseidel |
Fixed branding for Report Builder (cherry picked from commit e904c4c24b493a0363ec6a5c690d0b2ae345a2f0) |
Revision tags: AOO418-GA, 420-Dev2-m2, AOO417 |
|
940681c7 | 11-Jun-2019 |
Matthias Seidel |
Merged r1860845 and r1860851 from trunk Fixed typos (wether -> whether) Fixed typos (determins-> determines) git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO
Merged r1860845 and r1860851 from trunk Fixed typos (wether -> whether) Fixed typos (determins-> determines) git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1861030 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1, 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 |
|
67a29ba7 | 01-Dec-2015 |
Damjan Jovanovic |
Calculate substring indexes properly, avoiding an unnecessary IndexOutOfBoundsException. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717370
Calculate substring indexes properly, avoiding an unnecessary IndexOutOfBoundsException. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717370 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
ff4a85ce | 08-Nov-2015 |
Damjan Jovanovic |
#i56289# no GROUP BY - COUNT from wizard Implement the COUNT operator for GROUP BY in the Base Query Wizard, and delete some unused resource strings to make space for it. Found
#i56289# no GROUP BY - COUNT from wizard Implement the COUNT operator for GROUP BY in the Base Query Wizard, and delete some unused resource strings to make space for it. Found by: dtinazzi at easyasp dot it Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1713240 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
49029961 | 08-Nov-2015 |
Damjan Jovanovic |
Use the UIConsts constants for resource IDs in main/wizards/com/sun/star/wizards/query/QuerySummary.java git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1713230 13f79
Use the UIConsts constants for resource IDs in main/wizards/com/sun/star/wizards/query/QuerySummary.java git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1713230 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
2d88557c | 08-Nov-2015 |
Damjan Jovanovic |
Use UIConsts constants for offsets to resource IDs in main/wizards. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1713229 13f79535-47bb-0310-9956-ffa450edef68 |
f861971c | 07-Nov-2015 |
Damjan Jovanovic |
#i126029# Base query wizard error due to missing quoting of table and column names During the Base query design wizard, com.sun.star.wizards.ui.FilterComponent.getFilterConditions() calls
#i126029# Base query wizard error due to missing quoting of table and column names During the Base query design wizard, com.sun.star.wizards.ui.FilterComponent.getFilterConditions() calls com.sun.star.wizards.db.SQLQueryComposer.getSelectClause() before its getFromClause(). However the getSelectClause() needs composedCommandNames which is populated only by getFromClause() in order to quote table and column names. Without this, table and column names that need quoting (spaces, special characters, reserved words) produce errors. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1713164 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT, AOO411 |
|
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 |
|
81442921 | 18-Jan-2014 |
Tsutomu Uchino |
#i124045# fix resource id for STR_ARR_SVT_LANGUAGE_TABLE used in Letter wizard to match with svtools.hrc git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559306 13f79535-47bb-0
#i124045# fix resource id for STR_ARR_SVT_LANGUAGE_TABLE used in Letter wizard to match with svtools.hrc git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559306 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO401, AOO400 |
|
5312ce3d | 09-Jul-2013 |
Herbert Dürr |
#i122603# fix database wizard's use of the Numberformatter Patch by: Tsutomu Uchino <hanya.runo@gmail.com> Review by: Herbert Durr <hdu@apache.org> When the setNumberFormat meth
#i122603# fix database wizard's use of the Numberformatter Patch by: Tsutomu Uchino <hanya.runo@gmail.com> Review by: Herbert Durr <hdu@apache.org> When the setNumberFormat method is called from DBColumn::initializeNumberFormat method the number formatter is the document's one and the passed arguments are from the database column. Before the format key is set to the table cell, the format key from the column is used to generate the new key on the number format supplier. Therefore setting the cell's FormatsSupplier property is not required as the document's one is used. As the same setNumberFormat method is called from other wizards the line is not removed but only active if the property exists. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1501137 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b6dc695e | 23-Dec-2012 |
Ariel Constenla-Haile |
i121162 - ImageScaleMode constants should be in UPPERCASE git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1425511 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO340 |
|
56021edf | 09-Sep-2012 |
Ariel Constenla-Haile |
#i120858# Change "Farsi" with "Persian" Changes done on UI code and IDL, not in comments. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1382586 13f79535-47bb-0310
#i120858# Change "Farsi" with "Persian" Changes done on UI code and IDL, not in comments. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1382586 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
67e470da | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from source files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244478 13f79535-47bb-0310-9956-ffa450edef68 |
67a4c099 | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229826 13f79535-47bb-0310-9956-ffa450edef68 |
7871dc3e | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229815 13f79535-47bb-0310-9956-ffa450edef68 |
a1b4a26b | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198203 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 ...
|