Age | Commit message (Expand) | Author |
2015-04-27 | enhancement : tdf#90225 Cannot open compressed csv files from calc | Dennis Francis |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-20 | Clean up new rtl/surrogates.h | Stephan Bergmann |
2015-04-20 | duplicate surrogate code | Caolán McNamara |
2015-04-17 | SvStream: WriteUChar -> WriteBool | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-10 | No need to go via floating-point calculations | Stephan Bergmann |
2015-04-09 | Change tools::Time::GetSystemTicks to sal_uInt64 | Stephan Bergmann |
2015-04-09 | loplugin:staticmethods | Noel Grandin |
2015-04-07 | Remove dead INetProtocol::Out | Stephan Bergmann |
2015-04-07 | Remove dead INetProtocol::Vim | Stephan Bergmann |
2015-04-02 | Kill INetProtocol::News | Tor Lillqvist |
2015-04-02 | Kill INetProtocol::Imap and Pop3 | Tor Lillqvist |
2015-04-02 | Change INetProtocol enumerators to CamelCase | Stephan Bergmann |
2015-04-02 | Change INetProtocol to scoped enumeration | Stephan Bergmann |
2015-04-02 | Plug the hole in INetProtocol | Stephan Bergmann |
2015-04-02 | Remove left-over comment junk | Stephan Bergmann |
2015-04-02 | loplugin:staticmethods | Noel Grandin |
2015-04-01 | loplugin:staticfunction | Noel Grandin |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-23 | Rectangle::toString(): output position, then size | Miklos Vajna |
2015-03-19 | loplugin:constantfunction: tools | Noel Grandin |
2015-03-11 | V668 no sense in testing the result of new against null | Caolán McNamara |
2015-03-04 | V813: Decreased performance | Caolán McNamara |
2015-03-02 | convert RC_ constants to enum class | Noel Grandin |
2015-03-02 | convert enum _ImplINetRFC822MessageHeaderState to enum class | Noel Grandin |
2015-03-02 | convert INETMSG_MIME_VERSION constants to enum class | Noel Grandin |
2015-03-02 | convert INETMSG_RFC822_ constants to enum class | Noel Grandin |
2015-02-23 | Add Rectangle::toString() | Miklos Vajna |
2015-02-21 | Various typos | Julien Nabet |
2015-02-18 | DBG_ASSERT -> assert | Stephan Bergmann |
2015-02-12 | tdf#89319 SvFileStream: remove redundant osl_getFilePos() calls | László Németh |
2015-02-11 | Fold INetMessageIOStream into INetMIMEMessageStream | Stephan Bergmann |
2015-02-11 | Fold INetOStream into INetMessageOStream | Stephan Bergmann |
2015-02-11 | Fold INetIStream into INetMessageIStream | Stephan Bergmann |
2015-02-11 | GenerateHeader(false) -> SetHeaderGenerated() | Stephan Bergmann |
2015-02-11 | Remove unused INetMIMEMessage streaming operators | Stephan Bergmann |
2015-02-11 | Fold INetRFC822Message into INetMIMEMessage | Stephan Bergmann |
2015-02-11 | Fold INetMessage into INetRFC822Message | Stephan Bergmann |
2015-02-05 | convert all remaining BOOST_STATIC_ASSERT to static_assert | Caolán McNamara |
2015-02-05 | Updated all precompiled headers. | Ashod Nakashian |
2015-02-02 | coverity#1242531 Untrusted value as argument | Caolán McNamara |
2015-01-29 | callcatcher: large newly detected unused methods post de-virtualization | Caolán McNamara |
2015-01-26 | coverity#1244945 Untrusted value as argument | Caolán McNamara |
2015-01-26 | coverity#1244946 Untrusted value as argument | Caolán McNamara |
2015-01-20 | Some more loplugin:cstylecast: tools | Stephan Bergmann |
2015-01-19 | fdo#39440 reduce scope of local variables | Michael Weghorn |