summaryrefslogtreecommitdiff
path: root/lingucomponent
AgeCommit message (Collapse)AuthorFilesLines
2012-07-02Remove unused definesThomas Arnhold1-12/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks5-20/+5
2012-06-21re-base on ALv2 code.Michael Meeks4-98/+62
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-09Remove superfluous empty lines on topThomas Arnhold4-9/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-05-28this is supposed to just be the number of bytesCaolán McNamara1-2/+1
Change-Id: Iecd376aba13f94c5c62fab2f3278c5f3efda20b4
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-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
2012-04-08gbuild: "use" vs. "add":Michael Stahl6-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)
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan4-4/+4
2012-02-08Added READMEs for modules which used to be in componentsJosh Heidenreich1-0/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann1-1/+1
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara1-4/+4
2012-01-09simplify CharClassCaolán McNamara2-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
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
2012-01-05Fix for fdo43460 Part XXII getLength() to isEmpty()Gustavo Buzzatti Pacheco3-4/+4
Part XXII modules jvmfwk, l10ntools, lingucomponent
2011-12-21make this Makefile the same as all the othersCaolán McNamara1-1/+2
so that make inside an source ./Env.Host.sh environment works the same as make outside that env
2011-12-21msvc2008 hunspell linked to icuucCaolán McNamara1-0/+1
2011-12-16lingucomponent: MacOSX: use gb_Library_add_objcxxobjectsMichael Stahl3-5/+1
2011-12-14Revert "we have gb_Library_add_objcxxobjects for this"Matúš Kukan1-1/+5
This reverts commit cd105c5ad2dc7176837a570e6507bd2ca0cd357f. We can't use gb_Library_add_objcxxobjects here because gb_ObjCxxObject_get_source has .mm suffix
2011-12-14we have gb_Library_add_objcxxobjects for thisMatúš Kukan1-5/+1
2011-12-13try to fix building lingucomponent on MacMatúš Kukan1-0/+4
2011-12-13convert lingucomponent to gbuildMatúš Kukan21-640/+465
2011-12-13GUI is also UNX for Mac, to check for Mac use either OS→MACOSX or ↵Christian Lohmaier1-3/+3
GUIBASE→aqua
2011-12-06Removed unnessecary tools/table.hxx includesMarcel Metz4-5/+0
2011-12-01fdo#41474: remove setCharAt and charAt from O[U]StringBufferAugust Sodora1-6/+6
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-64/+0
2011-11-27remove include of pch header from lingucomponentNorbert Thiebaud16-30/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-8/+0
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora2-12/+12
2011-11-24ditch dbg_dumpCaolán McNamara1-31/+0
2011-11-15fdo#42865: libexttextcat,lingucomponent: no mapfileMichael Stahl1-3/+2
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE symbol in libguesslanglo.so, build both it and libexttextcat with hidden visibility.
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann6-7/+4
2011-10-24Use NSString in template specification instead of objc_objectKristian Rietveld1-1/+1
2011-10-07cppcheck reduce scope of lingucomponent/...sspellimp.cxxPierre-André Jacquod1-2/+1
2011-10-07cppcheck reduce scope in linguacomponent/...sspellimp.cxxPierre-André Jacquod1-5/+3
2011-10-05Fix MinGW build.Jan Holesovsky1-1/+5
2011-10-04libtextcat -> libexttextcat in #include'sRene Engelhard3-7/+7
2011-10-04update LIBTEXTCATLIBRene Engelhard1-2/+6
2011-10-04update to libexttextcat 3.1.1Rene Engelhard1-1/+1
2011-09-29Resolves: fdo#41083 honour minimum word hyphenation lengthCaolán McNamara1-20/+18
2011-09-29bump to libexttextcat 3.1.0, enable previously broken languagesCaolán McNamara1-6/+10
2011-09-28text can be const nowCaolán McNamara2-4/+1
2011-09-27decast this a bitCaolán McNamara1-23/+25
2011-09-27why call twice, we've already got the resultCaolán McNamara1-1/+1
2011-09-27constify some of thisCaolán McNamara4-15/+14
2011-09-27fix mangled indentCaolán McNamara1-20/+20
2011-09-23bump to libexttextcatCaolán McNamara1-1/+1
As an aside we can always use the configuration and data files belonging to the system version now in --with-system-libexttextcat mode, so need for the --data option.
2011-08-03fix this leak again post-mergeCaolán McNamara3-8/+32
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky1-1/+1
2011-07-21resyncing to masterBjoern Michaelsen8-33/+0