summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)Author
2014-06-04new loplugin: inlinesimpleaccessmethodsNoel Grandin
2014-06-04coverity#705247 Missing break in switchCaolán McNamara
2014-06-04compareTo -> equalsNoel Grandin
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard
2014-06-04remove whitespaceMarkus Mohrhard
2014-06-04remove whitespaceMarkus Mohrhard
2014-06-04remove whitespaceMarkus Mohrhard
2014-06-02add LANGUAGE_USER_FRENCH_TOGO 0x8C0C [fr-TG] French (Togo), fdo#79353Eike Rathke
2014-06-02add LANGUAGE_USER_FRENCH_NIGER 0x880C [fr-NE] French (Niger), fdo#79352Eike Rathke
2014-06-02add French (Senegal) [fr-SN] to language list, fdo#79350Eike Rathke
2014-06-02add LANGUAGE_USER_FRENCH_BENIN 0x840C fr-BJ French (Benin), fdo#79351Eike Rathke
2014-06-02add French (Mali) [fr-ML] to language list, fdo#79349Eike Rathke
2014-06-02add French (Côte d'Ivoire) [fr-CI] to language list, fdo#79348Eike Rathke
2014-06-02callcatcher: update unusedcodeCaolán McNamara
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
2014-05-28update_pchThomas Arnhold
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin
2014-05-23coverity#708305 Uninitialized pointer fieldCaolán McNamara
2014-05-22+bool SvtLanguageTable::HasLanguageType()Eike Rathke
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part17Julien Nabet
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-16fix memory leak on pasting metafiles into writerCaolán McNamara
2014-05-16trivial cleanupsCaolán McNamara
2014-05-15p is for pointers.Kohei Yoshida
2014-05-15Actually this empty() check here is redundant.Kohei Yoshida
2014-05-15Sort ptr_vector using its own sort() method.Kohei Yoshida
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-13BrowseBoxCheckInvariants appears to be unused [loplugin:unreffun]Matúš Kukan
2014-05-13Revert "remove unused code -SvtLanguageTable::AddLanguageTag"Eike Rathke
2014-05-13remove unused code -SvtLanguageTable::AddLanguageTagNoel Grandin
2014-05-12whitespace cleanupMarkus Mohrhard
2014-05-11remove external header guardsThomas Arnhold
2014-05-11fix-includes.pl: svtoolsThomas Arnhold
2014-05-10coverity#708306 Uninitialized pointer fieldCaolán McNamara
2014-05-10coverity#708336 Uninitialized scalar fieldCaolán McNamara
2014-05-10add on-the-fly language tags to the language tableEike Rathke
2014-05-10added SvtLanguageTable::AddLanguageTag()Eike Rathke
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky
2014-05-08WaE: -Werror=maybe-uninitializedCaolán McNamara
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
2014-05-08svtools: sal_Bool->boolNoel Grandin
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann
2014-05-06move ResArray into SvtLanguageTableImplEike Rathke
2014-05-06ditch the last temporary SvtLanguageTable instanceEike Rathke
2014-05-06provide static GetLanguageEntryCount() and GetLanguageTypeAtIndex()Eike Rathke
2014-05-06Move headers included only in svtools to svtoolsTor Lillqvist
2014-05-06consistent percent sign in commentsThomas Arnhold
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin