Age | Commit message (Expand) | Author | Files | Lines |
2014-06-23 | fdo#76203 - use consistent titlecase for UI title labels | Joren De Cuyper | 1 | -1/+1 |
2014-06-19 | fdo#71076, fdo#71767: Preserve number formats when charts are copied. | Kohei Yoshida | 6 | -53/+83 |
2014-06-19 | coverity#706069 Unintended sign extension | Caolán McNamara | 1 | -3/+5 |
2014-06-19 | sizeof(bool) is not required to be 1 | Caolán McNamara | 1 | -1/+1 |
2014-06-19 | coverity#706067 Unintended sign extension | Caolán McNamara | 1 | -2/+3 |
2014-06-18 | coverity#736899 Unintended sign extension | Caolán McNamara | 1 | -1/+1 |
2014-06-17 | coverity#1210044 Uncaught exception | Caolán McNamara | 1 | -12/+19 |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin | 9 | -49/+5 |
2014-06-16 | Resolve fdo#79913 by checking index bounds | Arnaud Versini | 1 | -1/+1 |
2014-06-13 | loplugin:staticcall | Stephan Bergmann | 13 | -38/+36 |
2014-06-05 | coverity#705245 Missing break in switch, assuming intentional | Caolán McNamara | 1 | -1/+2 |
2014-06-05 | coverity#705243 Missing break in switch, assuming intentional | Caolán McNamara | 1 | -0/+1 |
2014-06-05 | coverity#1103688 Missing break in switch, assuming its intentional | Caolán McNamara | 1 | -0/+1 |
2014-06-04 | new loplugin: inlinesimpleaccessmethods | Noel Grandin | 8 | -185/+29 |
2014-06-04 | coverity#705247 Missing break in switch | Caolán McNamara | 1 | -0/+1 |
2014-06-04 | compareTo -> equals | Noel Grandin | 3 | -17/+14 |
2014-06-04 | avoid problems with poppler's and vcl's FontInfo during runtime | Markus Mohrhard | 3 | -23/+21 |
2014-06-04 | remove whitespace | Markus Mohrhard | 1 | -130/+0 |
2014-06-04 | remove whitespace | Markus Mohrhard | 1 | -25/+0 |
2014-06-04 | remove whitespace | Markus Mohrhard | 1 | -62/+0 |
2014-06-02 | add LANGUAGE_USER_FRENCH_TOGO 0x8C0C [fr-TG] French (Togo), fdo#79353 | Eike Rathke | 1 | -0/+1 |
2014-06-02 | add LANGUAGE_USER_FRENCH_NIGER 0x880C [fr-NE] French (Niger), fdo#79352 | Eike Rathke | 1 | -0/+1 |
2014-06-02 | add French (Senegal) [fr-SN] to language list, fdo#79350 | Eike Rathke | 1 | -0/+1 |
2014-06-02 | add LANGUAGE_USER_FRENCH_BENIN 0x840C fr-BJ French (Benin), fdo#79351 | Eike Rathke | 1 | -0/+1 |
2014-06-02 | add French (Mali) [fr-ML] to language list, fdo#79349 | Eike Rathke | 1 | -0/+1 |
2014-06-02 | add French (Côte d'Ivoire) [fr-CI] to language list, fdo#79348 | Eike Rathke | 1 | -0/+1 |
2014-06-02 | callcatcher: update unusedcode | Caolán McNamara | 1 | -7/+0 |
2014-06-01 | fdo#68849: Add header guards to all include files | Jens Carl | 3 | -0/+14 |
2014-05-28 | update_pch | Thomas Arnhold | 1 | -0/+3 |
2014-05-27 | remove more unnecessary use of OUString constructor | Noel Grandin | 2 | -2/+2 |
2014-05-23 | coverity#708305 Uninitialized pointer field | Caolán McNamara | 1 | -0/+2 |
2014-05-22 | +bool SvtLanguageTable::HasLanguageType() | Eike Rathke | 1 | -0/+14 |
2014-05-20 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18 | Julien Nabet | 5 | -15/+15 |
2014-05-19 | hrc and src files: squeeze multiple newlines | Thomas Arnhold | 5 | -6/+0 |
2014-05-18 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part17 | Julien Nabet | 7 | -77/+77 |
2014-05-17 | Correct common misspellings, and remove some ASCII art along the way. | Chris Laplante | 2 | -2/+2 |
2014-05-16 | fix memory leak on pasting metafiles into writer | Caolán McNamara | 1 | -1/+1 |
2014-05-16 | trivial cleanups | Caolán McNamara | 1 | -3/+1 |
2014-05-15 | p is for pointers. | Kohei Yoshida | 1 | -2/+2 |
2014-05-15 | Actually this empty() check here is redundant. | Kohei Yoshida | 1 | -2/+1 |
2014-05-15 | Sort ptr_vector using its own sort() method. | Kohei Yoshida | 1 | -28/+25 |
2014-05-15 | Resolves fdo#70681: fixincludeguards.pl: all that's left | Thomas Arnhold | 9 | -25/+25 |
2014-05-13 | BrowseBoxCheckInvariants appears to be unused [loplugin:unreffun] | Matúš Kukan | 2 | -31/+0 |
2014-05-13 | Revert "remove unused code -SvtLanguageTable::AddLanguageTag" | Eike Rathke | 1 | -0/+6 |
2014-05-13 | remove unused code -SvtLanguageTable::AddLanguageTag | Noel Grandin | 1 | -6/+0 |
2014-05-12 | whitespace cleanup | Markus Mohrhard | 1 | -8/+0 |
2014-05-11 | remove external header guards | Thomas Arnhold | 1 | -7/+2 |
2014-05-11 | fix-includes.pl: svtools | Thomas Arnhold | 67 | -166/+135 |
2014-05-10 | coverity#708306 Uninitialized pointer field | Caolán McNamara | 1 | -1/+2 |
2014-05-10 | coverity#708336 Uninitialized scalar field | Caolán McNamara | 1 | -0/+1 |