summaryrefslogtreecommitdiff
path: root/tools/source/inet
AgeCommit message (Expand)Author
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl
2015-07-15Revert "tools: replace boost::ptr_vector with std::unordered_map"Norbert Thiebaud
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl
2015-07-02loplugin:unusedmethods toolsNoel Grandin
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01loplugin:staticfunctionNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-02convert enum _ImplINetRFC822MessageHeaderState to enum classNoel Grandin
2015-03-02convert INETMSG_MIME_VERSION constants to enum classNoel Grandin
2015-03-02convert INETMSG_RFC822_ constants to enum classNoel Grandin
2015-02-11Fold INetMessageIOStream into INetMIMEMessageStreamStephan Bergmann
2015-02-11Fold INetOStream into INetMessageOStreamStephan Bergmann
2015-02-11Fold INetIStream into INetMessageIStreamStephan Bergmann
2015-02-11GenerateHeader(false) -> SetHeaderGenerated()Stephan Bergmann
2015-02-11Remove unused INetMIMEMessage streaming operatorsStephan Bergmann
2015-02-11Fold INetRFC822Message into INetMIMEMessageStephan Bergmann
2015-02-11Fold INetMessage into INetRFC822MessageStephan Bergmann
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2014-12-11remove operator>> and operator<< methodsNoel Grandin
2014-12-05fdo#38835 strip out OString globalsNoel Grandin
2014-11-25assert on loading timestamp in kde80951-1.htmlCaolán McNamara
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-08coverity#705326 deliberate fallthrough in switchCaolán McNamara
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-05-09move INetContentTypes::scan() to INetMIME::scanContentType()Chr. Rossmanith
2014-04-16coverity#1202967 Uninitialized pointer fieldCaolán McNamara
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-10coverity#708548 Uninitialized pointer fieldCaolán McNamara
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-26Remove visual noise from toolsAlexander Wilms
2014-02-12more SvStream:operator>> conversionNoel Grandin
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-22remove SvStream::operator<< methodsNoel Grandin
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-10Use boolStephan Bergmann
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann
2013-11-13xub_StrLen->sal_Int32Caolán McNamara
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann