summaryrefslogtreecommitdiffstats
path: root/lingucomponent
Commit message (Collapse)AuthorAgeFilesLines
* fdo#57545 remove redundant capitalType functionsQuentin Pradet2012-12-214-82/+1
| | | | | | | | | | | capitalType functions from the hyphenator, thesaurus and spellchecker dispatcher have been replaced by a unique function in linguistic/misc.cxx. The capital type is now represented as an enum. Change-Id: I0c2768b06f995cf34c105de117c7bab138c727a9 Reviewed-on: https://gerrit.libreoffice.org/1460 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* Replace GUIBASE checks with equivalent OS checksTor Lillqvist2012-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | | The idea is to get rid of GUIBASE and GUI checks as much as possible. GUIBASE=aqua <=> OS=MACOSX GUIBASE=WIN <=> OS=WNT GUIBASE=cocoatouch <=> OS=IOS GUIBASE=android <=> OS=ANDROID Don't set GUIBASE to these values any more in configure.ac either. GUIBASE_FOR_BUILD is not used anywhere. Conflicts: configure.ac postprocess/packcomponents/makefile.mk postprocess/packregistry/makefile.mk Change-Id: Ie0526b40e1073f2328ba6c333e28752104b0fed3
* do not trigger liblangtag init during startupEike Rathke2012-12-111-13/+8
| | | | | | | Initializing the liblangtag database stuff takes much percentage of startup time, avoid that. Change-Id: Ieb12ff71c2b1421a5644acebaef4c8366694c249
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-2/+0
| | | | | | | | | | | | This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
* added i18nisolang1Eike Rathke2012-11-251-0/+1
| | | | Change-Id: Ib36d8c32c874cbdddc6ed3fe9ea6c7465ac334db
* some more LocaleToLanguage() replacementEike Rathke2012-11-241-2/+2
| | | | Change-Id: Idde3595e92744a8bfc81a0c4714fde67e2220ea5
* get rid of CreateLocale() and relatedEike Rathke2012-11-243-7/+7
| | | | Change-Id: Iba035ff20b149b3d85a8c0ea25430892c3e40e3f
* some i18n wrappers with LanguageTagEike Rathke2012-11-232-4/+6
| | | | Change-Id: I2ceaa3159e8669c2c569fa8559c1e061dcad399d
* use LanguageTagEike Rathke2012-11-174-17/+11
| | | | Change-Id: I800638b4e4493988c30470359a78850c4149500b
* fix typoDavid Tardon2012-11-103-3/+3
| | | | Change-Id: I4a2bc7307e40ddb8a9a039c1d1b738338dcc5122
* convert libexttextcat to gbuildPeter Foley2012-11-093-0/+16
| | | | Change-Id: I633892a6d611e6481e49f9bd2739d3886563a24a
* convert hyphen to gbuildPeter Foley2012-11-031-4/+1
| | | | Change-Id: I55b3832128aa096eb44b67a26ec2afeb6c573604
* fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin2012-10-301-11/+5
| | | | | | | Create a merged XLinguServiceManager2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I297bada1066cd74809108641b56ee4d5898112ec
* fixup gbuildified mythesPeter Foley2012-10-281-4/+1
| | | | Change-Id: I3a31c7c9ff66e2b6a13b22dce85854777b66355e
* More useless code, "#if 0" blocks in lingucomponent, sal, and rscMarcos Paulo de Souza2012-10-175-55/+0
| | | | | Change-Id: I1dda0f2b3bc2bb4a4a877c160026e53a90471d54 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
* Kill use of macro LINGU_EXCEPTIONSMarcos Paulo de Souza2012-10-092-16/+0
| | | | | | | | | | | This macro is not defined, so we can kill all code that have the "#ifdef LINGU_EXCEPTIONS". Just a cleanup, the rationale is the same. Change-Id: Ib6f784859210d5a59210af51766ef4d7b8d7ead6 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/778 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* WaE: variable 'numusr' is uninitialized when used hereTor Lillqvist2012-10-081-2/+1
| | | | Change-Id: I6476df0460f0f1cebb4879f1c732af6a4c48b5f7
* re-base on ALv2 code. Includes:Michael Meeks2012-10-0828-601/+422
| | | | | | | | | | | | | | | | linecap: Reintegrating finished LineCap feature Patch contributed by Regina Henschel http://svn.apache.org/viewvc?view=revision&revision=1232507 disable extended linecap API for now. gnumake4 work primarily from Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1394326 misc. dead code cleanups Patch contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1204995 http://svn.apache.org/viewvc?view=revision&revision=1207270
* cppcheck: Unused variablejailletc362012-10-061-4/+4
| | | | | | | | | Defined the aDicLangInUse within the #ifdef block where it is used. Change-Id: I872cf178a803c3210898f7f317211a8d3a2d368e Reviewed-on: https://gerrit.libreoffice.org/782 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* sal_Bool->bool in lingucomponentNoel Grandin2012-10-048-14/+14
| | | | Change-Id: Ic3b55606faf60648d3a680b7a60c331047151ab5
* support system dicts named using bcp47 schemeCaolán McNamara2012-10-041-46/+57
| | | | | | but fallback to LANG_REGION on failure Change-Id: Ic31ba142209cdea1565adef2b592fd59111d9162
* Use prefixTor Lillqvist2012-10-022-2/+2
| | | | Change-Id: Iee586539871acee78a32d13141dd446feb43efdb
* add missing deps on headers to static libsDavid Tardon2012-10-011-0/+10
| | | | Change-Id: I7a28dfa13bf0f98a654eca98eb1cdfd99177f37a
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-285-10/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: clean up Mac OS X framework handling:Michael Stahl2012-09-281-1/+4
| | | | | | | | | | | There are currently 3 different mechanisms being used for frameworks, which is of course intolerable so we invent a 4th one and standardize on it: gb_LinkTarget_use_darwin_frameworks (This doesn't mean using add_libs or externals was wrong, it was just inconsistent... and i don't see an obvious benefit of using externals here) Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-285-5/+10
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-284-4/+8
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* 64-bit fixTor Lillqvist2012-09-271-1/+1
| | | | Change-Id: Ifa5b084da7f59f6e123bf49b49bf68725741e0ef
* prefix more componentsMatúš Kukan2012-08-258-8/+8
| | | | Change-Id: I9bf304a791b62f6b96711eb058f302cadfdb276a
* Cleanup memory managment and constructor in SpellCheckerArnaud Versini2012-07-221-18/+15
| | | | Change-Id: I086596bc54cada121f5eaaf8f4c0f12e836b3ac9
* ditch String::CreateFromAsciiCaolán McNamara2012-07-031-3/+3
| | | | Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
* Remove unused definesThomas Arnhold2012-07-021-12/+0
| | | | | | Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-025-20/+5
|
* re-base on ALv2 code.Michael Meeks2012-06-214-98/+62
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* Remove superfluous empty lines on topThomas Arnhold2012-06-094-9/+0
| | | | | | More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
* this is supposed to just be the number of bytesCaolán McNamara2012-05-281-2/+1
| | | | Change-Id: Iecd376aba13f94c5c62fab2f3278c5f3efda20b4
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* gbuild: "use" vs. "add":Michael Stahl2012-04-086-14/+14
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-104-4/+4
|
* Added READMEs for modules which used to be in componentsJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-261-1/+1
|
* simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara2012-01-101-4/+4
|
* simplify CharClassCaolán McNamara2012-01-092-9/+9
| | | | | | | multiple variants of toUpper (etc) some that take a non-const OUString or String and modify it some that take a const OUString or String and return a new one some that take part of a const OUString or String and return a new one
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-061-1/+0
|
* Fix for fdo43460 Part XXII getLength() to isEmpty()Gustavo Buzzatti Pacheco2012-01-053-4/+4
| | | | | | Part XXII modules jvmfwk, l10ntools, lingucomponent
* make this Makefile the same as all the othersCaolán McNamara2011-12-211-1/+2
| | | | | so that make inside an source ./Env.Host.sh environment works the same as make outside that env
* msvc2008 hunspell linked to icuucCaolán McNamara2011-12-211-0/+1
|
* lingucomponent: MacOSX: use gb_Library_add_objcxxobjectsMichael Stahl2011-12-163-5/+1
|
* Revert "we have gb_Library_add_objcxxobjects for this"Matúš Kukan2011-12-141-1/+5
| | | | | | This reverts commit cd105c5ad2dc7176837a570e6507bd2ca0cd357f. We can't use gb_Library_add_objcxxobjects here because gb_ObjCxxObject_get_source has .mm suffix