Age | Commit message (Expand) | Author |
2024-12-18 | use more concrete UNO in sw | Noel Grandin |
2024-05-23 | loplugin:ostr in sw/../vba | Noel Grandin |
2022-05-03 | Just use Any ctor instead of makeAny in sw | Stephan Bergmann |
2022-04-20 | loplugin:stringviewparam | Stephan Bergmann |
2020-01-29 | tdf#42949 Fix IWYU warnings in sw/source/ui/vba/*cxx | Gabor Kelemen |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): sw | Stephan Bergmann |
2019-02-13 | Pointer is pointless | Noel Grandin |
2018-11-22 | improve function-local statics in sw | Noel Grandin |
2018-10-11 | Drop duplicate WINVER and _WIN32_WINNT defines | Jan-Marek Glogowski |
2018-09-24 | loplugin:external (clang-cl) | Stephan Bergmann |
2018-02-02 | sw: MSVC: pragma warning: make more specific, remove obsolete | Mike Kaganski |
2017-10-05 | Rename and move SAL_U/W to o3tl::toU/W | Mike Kaganski |
2017-09-27 | loplugin:flatten in various | Noel Grandin |
2017-09-22 | Windows: avoid dependence on UNICODE define; prefer W functions | Mike Kaganski |
2017-09-18 | Use even more WIN32_LEAN_AND_MEAN | Mike Kaganski |
2017-08-07 | loplugin:constparams in sw part10 | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2016-10-15 | clang-cl loplugin: sw | Stephan Bergmann |
2016-07-08 | loplugin:redundantcast: redundant static_casts in sw | Stephan Bergmann |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2015-05-22 | convert POINTER constants to scoped enum | Noel Grandin |
2015-04-02 | Change INetProtocol enumerators to CamelCase | Stephan Bergmann |
2015-04-02 | Change INetProtocol to scoped enumeration | Stephan Bergmann |
2014-09-22 | fdo#84086 Fix assorted use-after-free bugs | Matthew J. Francis |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-04-03 | vbahelper: sal_Bool->bool | Noel Grandin |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-01-05 | remove broken DBG_UNHANDLED_EXCEPTION macro crap | Bjoern Michaelsen |
2013-11-21 | remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsL | Noel Grandin |
2013-11-20 | Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls" | Noel Grandin |
2013-11-20 | remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls | Noel Grandin |
2013-11-08 | remove unnecessary use of OUString constructor in SW module | Noel Grandin |
2013-09-26 | typo fixes in comments | Andras Timar |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold |
2012-12-17 | Remove --with-stlport from LO 4.0 | Stephan Bergmann |
2012-11-30 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-03-26 | reduce over use of static OUStrings | Caolán McNamara |
2012-01-17 | Fix for fdo43460 Part XL getLength() to isEmpty() | Olivier Hallot |
2011-11-25 | Remove unnecessary tools/string includes | August Sodora |
2011-11-10 | make sw ByteString free | Caolán McNamara |
2011-10-07 | WaE: win32 cleanup | Michael Meeks |
2011-10-07 | WaE: unreachable code | Tor Lillqvist |
2011-08-19 | convert tools::Config to rtl::OString | Caolán McNamara |
2011-03-29 | Fix Windows build of sw | Fridrich Štrba |
2011-03-25 | Wholesale prewin.h/postwin.h removal | Fridrich Štrba |
2011-02-09 | prewin.h already includes <windows.h> | Tor Lillqvist |
2011-02-08 | Adapt to move of prewin.h and postwin.h | Tor Lillqvist |
2011-01-18 | Remove duplicated includes and defines. Identified with "cat $i | grep '^#inc... | Thomas Arnhold |