summaryrefslogtreecommitdiffstats
path: root/l10ntools
Commit message (Collapse)AuthorAgeFilesLines
* Make isNextGroup() declaration match implementationTor Lillqvist2012-10-031-1/+1
| | | | Change-Id: I5d8a00b83fd4e9f67b98b86818d1e2180d36e69a
* Ulfex ignores comments during extraction tooZolnai Tamás2012-10-031-8/+11
| | | | | | | | | During string extraction this does not cause real problem but causes unnecessary operations. Plus make isNextGroup not to change sLine_in parameter. Change-Id: I3db6a94ef320c096a7519f7f83dd4080d0588459
* Correct ulfex to ignore commentsZolnai Tamás2012-10-031-1/+1
| | | | Change-Id: I50e41a3946ff885783006018f7b6ff2945cc7dfc
* re-base on ALv2 code.Michael Meeks2012-09-2934-576/+499
|
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* Revert "fdo#52246 let helpex use gsicheck's tag checker"Andras Timar2012-09-288-551/+443
| | | | | | | | | | | | | This reverts commit e3b927787f3643f9e584cc80c974d5f907a94858. There will be a better solution in feature/killsdf soon. Conflicts: l10ntools/inc/gsicheck.hxx l10ntools/source/gsicheck.cxx l10ntools/source/gsimain.cxx Change-Id: I5d12f4ee069d7024345d78c45fb1587cb006c922
* explicitly link to libxsltCaolán McNamara2012-09-281-0/+1
| | | | Change-Id: I8cfcd82bd6198bcf70d6ec082f82aaac34cc50c2
* have to register exslt handlers for string::tokenizeCaolán McNamara2012-09-282-1/+4
| | | | Change-Id: If761ebd095ef0ac14c6d659411eb63157eb8dd27
* we need to escape xml on exportCaolán McNamara2012-09-281-1/+49
| | | | Change-Id: I770e4e6b3b77892c3fe1ba1e55f3e6d5834dc6b7
* merge tool not filtering on requested input file nameCaolán McNamara2012-09-281-2/+2
| | | | | | | | | | isFileEmpty = !sFileNormalized.isEmpty doesn't make sense to me from commit 8b8162e0 I imagine it should be isFileEmpty = sFileNormalized.isEmpty which gives me the expected result of filtering out the files I don't care about Change-Id: Ic0967ac382a1fb912e7ad98d2fc5dcb626d4ff87
* merge .ui translations back to runtime filesCaolán McNamara2012-09-283-31/+97
| | | | Change-Id: Ia01ef21441220293343370df7d865c7eb889bc84
* add a plausible .ui to .sdf extraction toolCaolán McNamara2012-09-284-1/+231
| | | | Change-Id: Icd45e901ea9dd664fcbc0db0c71f555c4cc24a34
* use utf-8 instead of legacy code pages in all msi tables (related: fdo#39595)Andras Timar2012-09-261-67/+69
| | | | Change-Id: Ib2dc00c024762800fdb74ffb376d92a8583d44ad
* typo: COMMEND->COMMENTAndras Timar2012-09-244-11/+11
| | | | Change-Id: I1bac574d44b1fbbdd2cde41ba1af033e952d811a
* set encoding of Hungarian MSI tables to UTF-8Andras Timar2012-09-231-1/+1
| | | | | | needed for the word "Bokma°l" Change-Id: Iea342161edbdf4983906d5859d279de3899a3839
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-181-1/+0
| | | | | | | | | | | | | | | | | | | the intent of this header has canged over time. now it is already systematically included with ustring.hxx and the operator overload it provide fit nicely there... Just to be safe, since that include as been added to the api during the 3.5 timeframe and therefore is already in 'production' the header remain and simply attempt to include ustring.hxx but a warning is issued indicating that this header should not be used anymore... in a couple of major release we will thenr emove it completely All internal users of that header are converted. Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad Reviewed-on: https://gerrit.libreoffice.org/634 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* fdo#54232 set encoding of Romanian MSI tables to UTF-8Andras Timar2012-09-171-1/+1
| | | | Change-Id: I0604998e5019757c47050e4f94b1feb1b847cfca
* move help compiler/linker/indexer to a new moduleAndras Timar2012-09-1620-2928/+1
| | | | | | | we may want to use syntax highlighter class from svtools later, which is not available for l10ntools Change-Id: I5a06b77cb6935e3ef68015fb608aa26ac7c53fac
* trim leading (and trailing) spaces when extracting help stringAndras Timar2012-09-141-1/+16
| | | | | | | | and put leading spaces back on merge. It will result in cleaner strings in .po files, and indentation of Basic code examples will be kept more easily. Change-Id: Icdd5cb94069f506ed0b7edf7483ccfd139f296aa
* Make update_tree.pl work with internal xmllintStephan Bergmann2012-09-111-1/+1
| | | | Change-Id: I5985e484ffd031e0526c2de7765df113b51bb7e8
* add help.tree files to extensions' helpBence Babati2012-09-101-0/+394
| | | | Change-Id: I2decf0178dea2722a752291f21e97cae4aab8074
* -Werror,-Wunused-functionStephan Bergmann2012-09-073-26/+30
| | | | Change-Id: I6736d1295a662527e2bfd12cfbebc0ef4634b397
* fdo#52246 let helpex use gsicheck's tag checkerAndras Bartek2012-09-068-445/+558
| | | | | | | | | So the build will not break on translations errors in help. English segment will be used, when the localized segment has fatal error in it, e.g. a tag error that results in invalid xml. Change-Id: I8a74649d1f00f6379a7244f2582d27b8a437cd2f
* Related: fdo#53337 Maybe this is a typeinfo visibility problemCaolán McNamara2012-08-241-0/+8
| | | | Change-Id: I024de5b400d0f7a443d4cce7bfe4e88841e6049b
* -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