summaryrefslogtreecommitdiff
path: root/i18npool/source/textconversion
AgeCommit message (Collapse)AuthorFilesLines
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
Change-Id: I59b111341fc8153088882ac24322f714dc69417a
2015-01-20Some more loplugin:cstylecast: i18npoolStephan Bergmann2-22/+22
Change-Id: Idbb928b2898bc6b2b5bfe3bdbfde0b81d68e4473
2014-12-18i18npool: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
Change-Id: I6f2fabd9248b1b385439ff5c074342029fb660e0
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-2/+0
It turns out that almost none of them were necessary. Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83 Reviewed-on: https://gerrit.libreoffice.org/12133 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-11Avoid name clash with generated C++ class corresponding to UNOIDL serviceStephan Bergmann3-8/+8
Change-Id: Id8201bc91c8e398b972b7294b8916d4ac76c787d
2014-04-23i18npool: sal_Bool->boolNoel Grandin3-13/+13
Change-Id: Id73ee64dbf8586743f0e436e004e663a65d4548f
2014-04-17Avoid possible memory leaks in case of exceptionsTakeshi Abe2-6/+6
Change-Id: Ibadadacbe09a93e7d7a7210868c52a8fa582d427
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann4-18/+18
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-11coverity#707927 Uninitialized pointer fieldCaolán McNamara3-5/+4
Change-Id: I5011c4dfea02c8fab8ca3ee08bbed7f31396e3ec
2014-01-27i18npool: Ctor feature for another services.Matúš Kukan1-4/+10
Change-Id: Id2346686ac2f6c537825d70cac1a537d09e351d5
2013-12-18fdo#54938: Convert i18npool to use cppu::supportsServiceMarcos Paulo de Souza2-6/+4
Change-Id: I9acc496cd95c8362972fa0c41d35b77fc0715aba Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-4/+4
Change-Id: Ibf04062ca86ed866202d748c3b62a210d30ed6ec
2013-09-05use get*LocaleServiceNameEike Rathke1-12/+14
Change-Id: I24e10da4b511d0413268fe31ed02afe5f3b3734e
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-5/+0
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-03-26No (more/apparent) need for LIBO_WERRORStephan Bergmann1-3/+1
Change-Id: I8483047631f512513cae017fdbb2dee77ce0f52f
2013-03-04fdo#46808, clean up some old queryInterface() callsNoel Grandin2-2/+2
clean up stuff like this xI->queryInterface( getCppuType((const Reference< XExtendedInputSequenceChecker>*)0) ) >>= xISC; to xISC.set(xI, UNO_QUERY); Change-Id: I3b16a38c2a363440f6079cfe6ae47f009d3940db
2013-02-28fdo#57536 remove 着:著, because it is wrong is some casesAndras Timar1-1/+0
Change-Id: Ia7c5692e1da4d24d985f0813e07631898d7100ce
2013-02-11fdo#46808, Adapt ConversionDictionaryList UNO service to new styleNoel Grandin2-9/+4
Change-Id: I16efc7466a2dbcccb4dddefdccada8549e7252f8
2013-01-15fdo#46808, Convert services in i18npool to XComponentContextNoel Grandin3-16/+15
Change-Id: I3aeaca995bc9a3d865b6955aa47cee4d9eb07750
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák1-1/+1
No point in hidding something useful like this in some helper lib. Change-Id: I7332d7f6bd428378cd19e7e95ad130771a541140
2012-09-14GCC/Clang pragma danceTor Lillqvist1-1/+3
Change-Id: I42f9f45bffbbc74784eb78580a5b927aa3d3ffd7
2012-09-14It seems gcc has -Waddress where Clang has -Wbool-conversionsTor Lillqvist1-0/+2
Change-Id: Ic5ddaf436592c1112cb9b3a1b36d2026caddf368
2012-09-04fdo#46182: Error in Simplified to Traditional Chinese ConversionLiu Flex1-1/+1
This patch just fix the mistake in Simplified to Traditional Chinese Conversion. >From 1bb88fe0ae13733cf6269fcc442ee18bf41b21ff Mon Sep 17 00:00:00 2001 From: Flex Liu <winddss@gmail.com> Date: Tue, 4 Sep 2012 11:28:37 +0800 Subject: [PATCH] fdo#46182 Error in Simplified to Traditional Chinese Conversion fix the conversion mistake for Simplified to Traditional Chinese Committer: Flex Liu <winddss@gmail.com> modified: i18npool/source/textconversion/data/stc_char.dic
2012-08-02WaE: address of function will always evaluate to 'true'Tor Lillqvist1-0/+8
Change-Id: I9685faf1658bac91abe348a409ec85e2421b1c49
2012-07-13re-base on ALv2 code. Includes:Michael Meeks5-115/+70
cws mba34issues01: #i117709#: make sure that parent of error message box is visible Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172346 i#119036 - improve user experience of certification dialog - only shown once Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1299727
2012-05-31targeted string re-workNorbert Thiebaud1-2/+2
Change-Id: Ie250e1953c84caea5e67c26c7a4f9a1ae206f42b
2012-05-30targeted string re-workNorbert Thiebaud3-11/+11
Change-Id: I1efff8e09079267f4129c474872d3fc49adeb831
2012-04-18Use static linking when DISABLE_DYNLOADING (iOS)Tor Lillqvist3-0/+83
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-6/+2
2012-03-24i18npool: use CustomTarget_*.mk makefilesMatúš Kukan1-46/+0
Also done lot of simplification and modernization.
2012-03-10gbuild: remove some more realpathsMatúš Kukan1-1/+1
Where necessary, replace with wildcard, what does not change path.
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan1-2/+2
2011-12-07use gbuild_simple.mk in i18npoolBjoern Michaelsen1-2/+2
2011-11-29set gb_PARTIALBUILD in CustomTargetsBjoern Michaelsen1-0/+1
2011-11-27remove include of pch header from i18npoolNorbert Thiebaud5-10/+0
2011-09-02move to comphelper, and renameCaolán McNamara2-3/+2
2011-09-01refactor x_rtl_uString_new_WithLength to be consistentCaolán McNamara1-2/+2
i.e. change x_rtl_uString_new_WithLength to always create a rtl_uString with ref count of 1, like rtl_uString_new_WithLength, so requiring: either the explicit use of rtl_uString_release or passing ownership to an OUString via OUString(pStr, SAL_NO_ACQUIRE) which will do the same in its dtor
2011-09-01these don't actually take ownership, just copy and leak originalCaolán McNamara2-13/+19
2011-08-19add errno.h for errnoCaolán McNamara1-0/+1
2011-08-19Use cygpath -m on Windows where necessaryTor Lillqvist1-0/+0
We can't pass Cygwin pathnames to non-Cygwin programs.
2011-08-19Improve input and output file open error handlingTor Lillqvist1-4/+4
Tell file name and actual error in error message. Print error message to stderr. Always exit with failure when not able to open an input or output file.
2011-08-19another oneCaolán McNamara1-0/+5
2011-08-17convert i18npool to gbuildMatúš Kukan4-154/+40
2011-07-10Don't pointlessly build the i18npool build-time tools when cross-compilingTor Lillqvist1-0/+4
2011-06-21Use MSVC-specific compiler options only when $(COM)==MSCTor Lillqvist1-1/+1
2011-06-08Run tool executables built for the BUILD platformTor Lillqvist1-1/+1
2011-02-27Remove "using namespace ::rtl"Julien Nabet4-4/+9
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-2/+2
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2010-11-25RTL_CONSTASCII_USTRINGPARAM in libs-gui 16Gert Faller1-2/+2
2010-11-22RTL_CONSTASCII_USTRINGPARAM in libs-gui 03Gert Faller3-11/+11