summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)AuthorFilesLines
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-37/+37
2011-06-01overly staticCaolán McNamara1-1/+1
2011-06-01call disposeCaolán McNamara1-0/+1
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky8-11/+423
2011-05-23delete/delete[] mismatchCaolán McNamara1-55/+55
2011-05-20add mg_MG alias for plt_MGCaolán McNamara1-0/+1
2011-05-20add an entry for ManxCaolán McNamara2-0/+2
2011-05-16array address is only MAX_ADDRESS wideDavid Tardon1-1/+1
2011-05-04Some cppcheck cleaningJulien Nabet2-3/+2
2011-04-28Fix build after the OS2 removal.Jan Holesovsky1-0/+1
2011-04-28Remove some OS/2 codeFrancois Tigeot4-28/+2
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky1-6/+9
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2-4/+4
2011-04-09fix typo from commit a6eaaeceed90192ea61371c5ddfb0fe795eebfbaNorbert Thiebaud1-1/+2
2011-04-08typo fixes in help textAndras Timar1-2/+2
2011-04-08add pt_AO locale data (edited version of Mandrake's patch)Andras Timar6-3/+395
2011-04-08add 8 languages spoken in Republic of Congo fdo#33779Andras Timar2-0/+16
2011-04-07i#20348: made the ordinal suffixe autocorrection internationalizedCédric Bosdonnat2-36/+51
2011-04-07i#20348: made the ordinal suffixe autocorrection internationalizedCédric Bosdonnat2-36/+51
2011-03-29use --xxx instead of -xxx for command line optionsNorbert Thiebaud1-1/+1
2011-03-28CWS-TOOLING: integrate CWS calc66Ivo Hinkelmann1-6/+9
2011-03-23Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-guiJan Holesovsky1-1/+1
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-1/+1
2011-03-21add cppunit dependCaolán McNamara1-1/+1
2011-03-21fix catastrophically wrong mergeCaolán McNamara1-48/+47
2011-03-21update regression tests for new component registrationCaolán McNamara3-8/+21
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky32-327/+3151
2011-03-15vcl120: #i117267# better paper matchingPhilipp Lohmann [pl]1-1/+1
2011-03-15add regression test for weak charsCaolán McNamara1-0/+43
2011-03-14Support for greek numeralsPantelis Koukousoulas1-0/+106
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky32-282/+3111
2011-03-11Add missing scripts from ICU list. Make math and symbols weakMartin Hosken1-1/+6
2011-03-10USCRIPT_INVALID_CODE is -1 so take signed hereCaolán McNamara1-3/+2
2011-03-10use SAL_N_ELEMENTSCaolán McNamara1-3/+1
2011-03-10unused UBlock2Script struct definitionCaolán McNamara1-6/+0
2011-03-10unused global tableCaolán McNamara1-24/+0
2011-03-10Do SMP properly for ICU. No bug thankfullyMartin Hosken1-1/+1
2011-03-10Work around ICU bug regarding SMP ranges not working, so expand themMartin Hosken1-5/+3
2011-03-10break graphemes on new uax#29 updates, use ICU for script identificationMartin Hosken2-16/+166
2011-03-08Adding '-N => (N)' format to en_* locale -- bnc659993Katarina Machalkova8-0/+50
2011-03-08Revert "Introducing new number format ( -N => (N) ) -- bnc#659993"Katarina Machalkova128-2343/+1532
2011-03-04calc66: mergeNiklas Nebel21-18/+2538
2011-03-03Introducing new number format ( -N => (N) ) -- bnc#659993Katarina Machalkova128-1532/+2343
2011-02-27Remove "using namespace ::rtl"Julien Nabet33-33/+50
2011-02-25More on using real namespace scopes.Kohei Yoshida2-4/+9
2011-02-25Let's remove using namespace rtl while I'm at it.Kohei Yoshida2-2/+2
2011-02-25Use real namespace scopes. The old scheme screwed up context tagging.Kohei Yoshida2-2/+8
2011-02-24calc66: fixed out of bounds access in offset# Sequence of equals()Eike Rathke [er]1-6/+9
2011-02-22Accidentally changed the logic. Fixing it now.Kohei Yoshida1-7/+3
2011-02-22Break up giant if statement into smaller ones.Kohei Yoshida1-25/+51