summaryrefslogtreecommitdiffstats
path: root/l10ntools
Commit message (Collapse)AuthorAgeFilesLines
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-1413-53/+23
| | | | Change-Id: I4b541b2a0de4fd395a613a47c9a3868199f42513
* reduce ascii noise and useless commentsThomas Arnhold2012-08-085-27/+2
| | | | Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
* remove include comments and boxesThomas Arnhold2012-08-082-2/+2
| | | | Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
* remove empty ascii boxes and stuffThomas Arnhold2012-08-071-9/+0
| | | | Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247
* fix crash on startIvan Timofeev2012-08-071-3/+6
| | | | Change-Id: Ieee907d38711761f4770b802f54bd38c4e807807
* fixing conditional text in ahelp tags fdo#49268Andras Bartek2012-08-062-144/+77
| | | | Change-Id: Ife25790d2ef3ffbacc05a97ac682757b841a1eb8
* Typo ressource -> resourceStephan Bergmann2012-07-306-23/+23
| | | | Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
* Partially revert "Remove some unused defines and controls"Thomas Arnhold2012-07-281-0/+1
| | | | | | | | This partially reverts b63027f0992cf5c368faeb807c69110997dd00ea http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html Change-Id: I2c87ea89e1b05aa6874a74d2b781b976e970f979
* re-base on ALv2 code. Includes:Michael Meeks2012-07-182-23/+32
| | | | | | 118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
* move ulfconv to l10ntoolsDavid Tardon2012-07-175-0/+550
| | | | | | This allows us to drop dependency on setup_native everywhere. Change-Id: Ib033f8d5953682379c6c2ab53d5cf221e9d8cfec
* fdo#52090 update Danish dictionaries (2012.07.14)Andras Timar2012-07-151-0/+3
| | | | Change-Id: Ia05018afcfcba044e568e9262ccb90324c2807f5
* Search for char instead of 1 char long string, when possible.Christophe JAILLET2012-07-132-4/+4
| | | | | | It is faster and even avoid memory allocation somtimes. Change-Id: Ic12ff70e95953de44ef5798131150669d07a5445
* fdo#51954: More tools->rtl string conversion regressionsStephan Bergmann2012-07-131-1/+1
| | | | Change-Id: If9c5b0a0876540e9546617faaa5dcb4ae1e5a2cb
* XML_Parse returns enum XML_StatusMichael Stahl2012-07-121-2/+2
| | | | Change-Id: Ie4dde5aa412dae05d2629ce5675356db70b2529b
* Regression fix correctionStephan Bergmann2012-07-111-1/+4
| | | | Change-Id: I03f020f474c198368aa3528870b0752752a3bd2c
* fix std::max mismatched type compile snafuMichael Meeks2012-07-111-1/+1
| | | | Change-Id: Ia6572f8c648168053ae327fa995fc4f33029ab33
* fdo#51954: More tools->rtl string conversion regressionsStephan Bergmann2012-07-113-3/+12
| | | | Change-Id: I490cc82b60663d30fdc8e09d9d6021c964656bec
* fdo#51954: -1 is small while STRING_NOTFOUND was greatStephan Bergmann2012-07-101-2/+2
| | | | | | | ...after String -> rtl::OUString conversion in a4cbcf2fc567393cd954d0fcc8ea0ce7d859b59f. Change-Id: Ieb6dfce8c0cf7d8b5971d187b3b58b754c1cb02f
* Resolves: fdo#51572 catch CLuceneError throws and extract the error messageCaolán McNamara2012-07-092-45/+44
| | | | | | | | I can't reproduce fdo#51572, but catching the exception in HelpIndexer::indexDocuments should resolve it anyway and make it non-fatal. Collect the error message for retrieval via HelpIndexer::getErrorMessage Change-Id: Id557b9f5ff968c398f76969591f5ee765e56aa5a
* "Wunused-but-set-variable" was new in gcc 4.6Terrence Enger2012-07-074-4/+12
| | | | | | Condition new #pragma by gcc version Change-Id: I0e5273c267e3514529de90d79cc221b44dbdcf9c
* Remove unused definesThomas Arnhold2012-07-021-5/+0
| | | | | | Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
* Remove unused xmlutil.hxxThomas Arnhold2012-07-012-30/+0
| | | | | | All definitions are unused. Change-Id: Idbe646f8df14e5bb42da6e4f6a38d25777de5523
* re-base on ALv2 code.Michael Meeks2012-06-294-92/+56
|
* Remove some unused defines and controlsThomas Arnhold2012-06-291-1/+0
| | | | Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
* callcatcher: remove some unused codeCaolán McNamara2012-06-272-20/+0
| | | | Change-Id: I6b512dd2b33e2c09fad2369bb299120fc35345b0
* re-base on ALv2 code.Michael Meeks2012-06-221-23/+14
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* re-base on ALv2 code.Michael Meeks2012-06-213-46/+46
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-214-95/+59
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* fix help localization from source tarballsPetr Mladek2012-06-191-7/+7
| | | | | | localize tool need to get strings also from src directory Change-Id: If8e94198002888d1fcf9b0b0416b7b5dcaa46386
* removed unused forward declarations of classTakeshi Abe2012-06-161-12/+0
| | | | Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
* cppcheck: Avoid unused variables code warningsMartyn Russell2012-06-121-2/+5
| | | | Change-Id: I51ba83c5356f2eb33ed09f6516de9f004678bc8f
* targeted string re-workNorbert Thiebaud2012-06-012-75/+45
| | | | Change-Id: I7b2dac4afc448b6b694bc48f162f46d2a5a7dddb
* move idxdict out of dictionariesDavid Tardon2012-05-203-0/+139
| | | | | | | | | So dictionaries is again a nice data-only module and we do not need to build it in build phase of cross-compilation. It really does not make sense to build a gazillion of extensions just because we will need one tiny tool later... Change-Id: I23f01b818afba1bc8cc88ef3e8305ecfb7a193c0
* on Windows we need both propex (Perl script) and propex.bat (launcher)Andras Timar2012-05-171-1/+1
| | | | Change-Id: I1044c84dc0fb22188100c17440a72c0a7d923adc
* reduce static_initialization_and_destruction chainCaolán McNamara2012-05-165-10/+7
| | | | Change-Id: I962aeac0c7feeabb7963016d5afcfeca5a48ccfe
* WaE: exceptions used without unwind informationCaolán McNamara2012-05-142-2/+2
| | | | Change-Id: Iaf1606ee8c3e4f07cea3525813712dd25b0627c6
* fix subtle flex problems on MacOSDavid Ostrovsky2012-05-063-0/+3
| | | | Change-Id: Id3d8313eabcef926b3ab3c121597f7b8cb5e0124
* add propex.bat back; it is used on WindowsMatúš Kukan2012-05-052-0/+11
| | | | Change-Id: I9fd6cc52533d95f67685a595171f035ca78e84df
* fixed subtle flex issue with C++ treatment on WindowsDavid Ostrovsky2012-05-043-3/+0
| | | | Change-Id: I Ibf4b4ae8e633c8b82f6fe7c70d4d93280acc87ce
* generate non-interactive scannerDavid Tardon2012-05-043-0/+6
| | | | | | This should avoid problem with missing decl. of isatty. Change-Id: I23b8a43465afe99b49cc6c1ba93592564ed62d78
* the binaries were build with enabled exceptions beforeDavid Tardon2012-05-047-7/+7
| | | | Change-Id: I7781c68c94efe04c821c9c7a3bcabc97bbdcfc36
* build Jar_FCFGMerge only in with-java caseMatúš Kukan2012-05-041-0/+5
| | | | Change-Id: I45ba6a2080f489d4b1cf44ca95de81b8e33adac9
* there is no localize script and propmerge.bat is not usedMatúš Kukan2012-05-042-10/+1
| | | | Change-Id: Ie5038d9f53a1249a5c6b5c116f7781084741b40e
* gbuild conversion l10ntools moduleDavid Ostrovsky2012-05-0434-660/+939
| | | | Change-Id: I Iea9a77f19856dd870eb72fa57249f959cdd7000c
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+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
* do not export usage of CLucene headers outside of l10ntoolsLuboš Luňák2012-04-248-4/+19
| | | | that'd require CLUCENE_CFLAGS everywhere where it's used, and it's not necessary
* use CLUCENE_CFLAGSLuboš Luňák2012-04-231-0/+4
|
* WaE: unused functionsTor Lillqvist2012-04-223-0/+9
|
* WaE: MSVC2008 suppress warnings in clucene headersCaolán McNamara2012-04-201-0/+53
|
* WaE: MSVC2008 suppress warnings in clucene headersCaolán McNamara2012-04-207-55/+5
|