Age | Commit message (Expand) | Author |
2015-08-11 | loplugin: defaultparams | Noel Grandin |
2015-07-13 | Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds | Stephan Bergmann |
2015-07-04 | Fix typos | Andrea Gelmini |
2015-06-24 | Get rid of comphelper::string::is*Ascii functions | Stephan Bergmann |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-05-20 | bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-point | Christian Lohmaier |
2015-05-20 | Remove include stdio (part4) | Julien Nabet |
2015-05-10 | Replace IMPL_STATIC_LINK[_TYPED] with more useful variants | Stephan Bergmann |
2015-05-08 | Use bool instead of int | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-01-20 | Some more loplugin:cstylecast: svtools | Stephan Bergmann |
2014-12-18 | svtools: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-10 | fdo#76776 crashes after paste a table from Writer | Caolán McNamara |
2014-11-22 | Apply pimpl to SvKeyValueIterator, to hide ptr_vector from the header. | Kohei Yoshida |
2014-10-03 | rename SvRef::AddRef to AddFirstRef | Noel Grandin |
2014-09-29 | loplugin: cstylecast | Noel Grandin |
2014-09-26 | remove unnecessary casts in misc calls to SvStream.Write* | Noel Grandin |
2014-08-11 | -Werror,-Wundefined-bool-conversion | Stephan Bergmann |
2014-07-10 | fdo#81044 detect UTF-8 BOM too | David Tardon |
2014-07-01 | clang scan-build: various warnings | Caolán McNamara |
2014-06-29 | Typo: beeing->being | Julien Nabet |
2014-05-17 | Correct common misspellings, and remove some ASCII art along the way. | Chris Laplante |
2014-05-10 | coverity#708336 Uninitialized scalar field | Caolán McNamara |
2014-05-08 | svtools: sal_Bool->bool | Noel Grandin |
2014-04-22 | stray comma | Caolán McNamara |
2014-04-22 | coverity#708335 Uninitialized scalar field | Caolán McNamara |
2014-04-22 | coverity#708334 Uninitialized scalar field | Caolán McNamara |
2014-03-25 | svtools/svparser.hxx: sal_Bool->bool | Noel Grandin |
2014-03-25 | svtools: sal_Bool->bool | Noel Grandin |
2014-03-06 | coverity#708336 Uninitialized scalar field | Caolán McNamara |
2014-02-12 | convert SvStream::operator>> methods to ReadXXX methods | Noel Grandin |
2014-01-28 | bool improvements | Stephan Bergmann |
2014-01-22 | convert more SvStream::operator<< calls | Noel Grandin |
2014-01-10 | Use bool | Stephan Bergmann |
2014-01-09 | Translated German comments | Luc Castermans |
2013-11-27 | Unwind occurrences of deprecated sal_sChar, sal_uChar | Stephan Bergmann |
2013-11-04 | Convert code that calls OUString::getStr()[] to use the [] operator | Noel Grandin |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist |
2013-10-13 | Reduce copypasta: Introduce SAL_NEWLINE_STRING and use it | Tor Lillqvist |
2013-10-12 | Test _WIN32 instead of UNX as it's Win32 that is the special case here | Tor Lillqvist |
2013-10-02 | bWeiter -> bContinue | Philipp Riemer |
2013-09-12 | drop tools/string.hxx from a bunch of places | Caolán McNamara |
2013-08-22 | convert svtools/source/svrtf/* from String to OUString | Noel Grandin |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák |
2013-08-15 | convert include/svtools/rtfout.hxx from String to OUString | Noel Grandin |
2013-08-15 | convert include/svtools/rtftoken.h from String to OUString | Noel Grandin |
2013-08-15 | convert include/svtools/svparser.hxx from String to OUString | Noel Grandin |
2013-07-08 | -Werror,-Wdeprecated-register (Clang trunk towards 3.4) | Stephan Bergmann |
2013-06-18 | fdo#43460 include,registry,svtools,svx,unodevtools: use isEmpty() | Jelle van der Waa |
2013-06-17 | cppcheck: fix some uninitMemberVar in svtools part | Julien Nabet |