Age | Commit message (Expand) | Author | Files | Lines |
2015-11-24 | straighten out broken indentation | Eike Rathke | 1 | -36/+36 |
2015-11-24 | cppcheck: noExplicitConstructor | Caolán McNamara | 3 | -4/+4 |
2015-11-23 | similar to searchForward() use the correct offsets, tdf#94810 related | Eike Rathke | 1 | -3/+6 |
2015-11-23 | remove comment that makes no sense, tdf#94810 follow-up | Eike Rathke | 1 | -1/+1 |
2015-11-23 | tdf#94810: fix reverse offset mapping | Mike Kaganski | 2 | -3/+17 |
2015-11-20 | loplugin:unusedfields i18npool | Noel Grandin | 4 | -10/+0 |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann | 1 | -1/+1 |
2015-11-17 | loplugin:unnecessaryvirtual | Noel Grandin | 2 | -14/+14 |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann | 3 | -4/+10 |
2015-11-17 | Typo "stirng" -> "string" | Stephan Bergmann | 2 | -2/+2 |
2015-11-16 | use initialiser list for Sequence<OUString> | Noel Grandin | 3 | -7/+4 |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin | 20 | -42/+21 |
2015-11-11 | coverity#1338596 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-11-11 | coverity#1338597 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-11-11 | coverity#1338598 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-11-11 | coverity#1338599 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-11-11 | coverity#1338600 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-11-11 | coverity#1338601 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-11-11 | coverity#1338602 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-11-11 | tdf#95745 Weekdays should be lowercase in hr_HR | Mihovil Stanić | 1 | -14/+14 |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann | 55 | -172/+172 |
2015-11-09 | add [ar-{BH,IQ,JO,LY,MA,QA,SY,YE}] to locale data libs, tdf#95485 | Eike Rathke | 2 | -1/+16 |
2015-11-09 | add U+200F RIGHT-TO-LEFT MARK to currency symbol, tdf#95485 follow-up | Eike Rathke | 8 | -16/+16 |
2015-11-09 | correct order of currency symbol and LangID in replaceTo, tdf#95485 follow-up | Eike Rathke | 8 | -8/+8 |
2015-11-09 | strip leading zero from LangID in currency format, tdf#95485 follow-up | Eike Rathke | 1 | -1/+1 |
2015-11-09 | remove erroneous extra </DefaultName> closing tag, tdf#95485 follow-up | Eike Rathke | 8 | -8/+8 |
2015-11-09 | add [ar-{BH,IQ,JO,LY,MA,QA,SY,YE}] locale data, tdf#95485 | Ghasan | 8 | -0/+328 |
2015-11-06 | coverity#1338234 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann | 7 | -13/+13 |
2015-11-04 | use uno::Reference::set method instead of assignment | Noel Grandin | 5 | -9/+5 |
2015-11-02 | tdf#94269: Replace "n" prefix for bool variables with "b" | Benjamin Ni | 3 | -30/+30 |
2015-11-02 | Improve gb_Helper_print_on_error, and use in a CustomTarget | Stephan Bergmann | 1 | -4/+4 |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin | 2 | -2/+2 |
2015-10-29 | add missing license header | Eike Rathke | 1 | -0/+17 |
2015-10-29 | use separators and number formats as in [it-IT], tdf#91199 follow-up | Eike Rathke | 1 | -92/+82 |
2015-10-29 | tdf#70833: IDNA support when exporing hyperlinks to PDF | Stephan Bergmann | 1 | -2/+1 |
2015-10-26 | remove extra spaces around :: | Noel Grandin | 1 | -2/+2 |
2015-10-20 | loplugin:defaultparams | Stephan Bergmann | 1 | -1/+1 |
2015-10-19 | com::sun::star->css in i18npool | Noel Grandin | 56 | -932/+925 |
2015-10-19 | Fix typo | Takeshi Abe | 1 | -1/+1 |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 46 | -417/+417 |
2015-10-07 | Reduce variable scope | Stephan Bergmann | 1 | -5/+4 |
2015-10-07 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann | 1 | -1/+1 |
2015-10-06 | loplugin:unusedmethods | Noel Grandin | 3 | -7/+0 |
2015-09-30 | Fix typos | Andrea Gelmini | 4 | -5/+5 |
2015-09-30 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-09-29 | Jewish Calendar: updated URL of borrowed code | Andrea Gelmini | 1 | -1/+1 |
2015-09-29 | remove unused #include <sal/alloca.h> | Michael Stahl | 1 | -1/+1 |
2015-09-18 | boost->std | Caolán McNamara | 1 | -2/+2 |
2015-09-14 | add English Botswana [en-BW] locale data, tdf#94207 | Eike Rathke | 3 | -0/+52 |