Revision tags: AOO420-Dev5-m5 |
|
509df7cb | 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> (cherry picked from commit 7f5c89d5b2565ed069498a1c8ac682c2e94f3fe2)
show more ...
|
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA |
|
0de96c97 | 03-Oct-2021 |
DiGro |
Occurence "OpenOffice.org" in dialog Writing Aids for new thesaurus Just noticed the occurrence of the string "OpenOffice.org New Thesaurus" in the dialog Writing Aids (Tools > Options >
Occurence "OpenOffice.org" in dialog Writing Aids for new thesaurus Just noticed the occurrence of the string "OpenOffice.org New Thesaurus" in the dialog Writing Aids (Tools > Options > Language Settings > Writing Aids) in the Developer Build 4.2.0 This should probably be changed to "New Thesaurus" only. OpenGrok found the string just once, in: /trunk/main/lingucomponent/source/thesaurus/libnth/nthesimp.cxx (revision c4c42a0) Line: 576 { 577 MutexGuard aGuard( GetLinguMutex() ); 578 return A2OU( "OpenOffice.org New Thesaurus" ); 579 } Since I'm no developer at all I just deleted "OpenOffice.org". Hope someone will check if I did it as supposed to. Should probably also need to be changed in branches AOO41 and AOO42 too Earlier reported in BugZilla Issue ID: 128483 https://bz.apache.org/ooo/show_bug.cgi?id=1284 (cherry picked from commit ba4b3329facb3024a6d92dc95526ada2e3d146c2)
show more ...
|
Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA |
|
11fdb139 | 03-Nov-2020 |
mseidel |
Fixed typos, removed whitespace (cherry picked from commit de57a71b4c7763dcb58c39badd7e2d67d1e608b9) |
Revision tags: AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1 |
|
52d905a6 | 14-Feb-2019 |
Jim Jagielski |
Merge r1852965 from trunk: Port main/i18npool to gbuild. Allow ICU's version.mk to be used by GNU make (= instead of *=). Add support for building generated C files.
Merge r1852965 from trunk: Port main/i18npool to gbuild. Allow ICU's version.mk to be used by GNU make (= instead of *=). Add support for building generated C files. Reference ICU libraries using "gb_Library_use_externals" across the tree. Also ICU is an external library, remove it from RepositoryFixes.mk which is only for internal ones, and keep it in RepositoryExternal.mk exclusively. Since we get to specify the full linker parameter over there, remove the half-baked hacks for it from RepositoryFixes.mk. Patch by: me Submitted by: damjan Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1853583 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO416, AOO416-RC1 |
|
eabc4eb0 | 05-Jul-2018 |
Jim Jagielski |
These are required for macOS to build... git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1835145 13f79535-47bb-0310-9956-ffa450edef68 |
3c11ff55 | 05-Jul-2018 |
Jim Jagielski |
further along now... git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1835141 13f79535-47bb-0310-9956-ffa450edef68 |
d969f0b8 | 05-Jul-2018 |
Jim Jagielski |
This is a start in the right direction... Now try to track down why we are getting these undefined symbol errors: Undefined symbols for architecture x86_64: "std::string::find(char
This is a start in the right direction... Now try to track down why we are getting these undefined symbol errors: Undefined symbols for architecture x86_64: "std::string::find(char const*, unsigned long, unsigned long) const", referenced from: Hunspell::spellml(char***, char const*) in libhunspell-1.3.a(hunspell.o) "std::string::_Rep::_M_destroy(std::allocator<char> const&)", referenced from: Hunspell::spellml(char***, char const*) in libhunspell-1.3.a(hunspell.o) "std::string::_Rep::_S_empty_rep_storage", referenced from: Hunspell::spellml(char***, char const*) in libhunspell-1.3.a(hunspell.o) "std::string::append(char const*, unsigned long)", referenced from: Hunspell::spellml(char***, char const*) in libhunspell-1.3.a(hunspell.o) "std::string::append(std::string const&)", referenced from: Hunspell::spellml(char***, char const*) in libhunspell-1.3.a(hunspell.o) "std::string::replace(unsigned long, unsigned long, char const*, unsigned long)", referenced from: Hunspell::spellml(char***, char const*) in libhunspell-1.3.a(hunspell.o) "std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)", referenced from: Hunspell::spellml(char***, char const*) in libhunspell-1.3.a(hunspell.o) "std::__throw_length_error(char const*)", referenced from: std::vector<affentry, std::allocator<affentry> >::_M_fill_insert(__gnu_cxx::__normal_iterator<affentry*, std::vector<affentry, std::allocator<affentry> > >, unsigned long, affentry const&) in libhunspell-1.3.a(affixmgr.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [/Users/jim/src/asf/AOO420/main/solenv/gbuild/LinkTarget.mk:251: /Users/jim/src/asf/AOO420/main/solver/420/unxmaccx.pro/workdir/LinkTarget/Library/libspell.uno.dylib] Error 1 dmake: Error code 2, while making 'all' git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1835139 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c4c42a0e | 30-Mar-2018 |
Damjan Jovanovic |
Port main/lingucomponent to gbuild. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828081 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO415, AOO414, AOO413 |
|
98cd5c2a | 23-Jan-2017 |
Pedro Giffuni |
lingucomponent: remove unused header from hunspell. According to opengrok, we are not using DictMgr so the header is not needed. The header has been removed in newer versions of hunspell
lingucomponent: remove unused header from hunspell. According to opengrok, we are not using DictMgr so the header is not needed. The header has been removed in newer versions of hunspell altogether. Obtained from: FreeBSD git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779875 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
ce54dccd | 23-Sep-2016 |
hanya |
#i127071# Fix illegal index on locations of spell checker dictionary git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1762054 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 |
|
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 ...
|
f47a9491 | 28-Jan-2016 |
Kay Schenk |
#i126762# patch by: hanya Ignore dictionary not in specified location. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1727441 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO412, SNAPSHOT, AOO411 |
|
1b8c19f4 | 28-Aug-2014 |
Yuri Dario |
#i125501# build fixes for enabling Category B also in OS/2 port. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1621121 13f79535-47bb-0310-9956-ffa450edef68 |
a893be29 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories h* - p*. 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 h* - p*. 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@1591060 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410, AOO410_Beta |
|
1e1ac450 | 23-Jan-2014 |
Herbert Dürr |
#i122301# switch Mac port to SDK 10.7 / 64bit git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560747 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO401, AOO400 |
|
a285f30a | 16-Apr-2013 |
Herbert Dürr |
use NSString objects for NSSpellChecker and not their NSObject bases git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1468389 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO340 |
|
0aabba3a | 06-Jul-2012 |
Andre Fischer |
#i116680# Update of hunspell from 1.2.9 to 1.3.2 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1358102 13f79535-47bb-0310-9956-ffa450edef68 |
c984c52b | 19-Jun-2012 |
Yuri Dario |
i118923 - OS/2 port: use 8.3 names for lingucomponent libraries. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1351686 13f79535-47bb-0310-9956-ffa450edef68 |
9e09fb78 | 26-Mar-2012 |
Oliver-Rainer Wittmann |
fix build breaker - correct certain XML snippets git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1305258 13f79535-47bb-0310-9956-ffa450edef68 |
79afff86 | 22-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1304123 13f79535-47bb-0310-9956-ffa450edef68 |
685bfa88 | 18-Feb-2012 |
Yuri Dario |
i118923 - OS/2 port: new link system now uses unix style. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1290848 13f79535-47bb-0310-9956-ffa450edef68 |
79aad27f | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from more source files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244544 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 |