summaryrefslogtreecommitdiff
path: root/tools/source/inet/inetmsg.cxx
AgeCommit message (Expand)Author
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-11Remove unused INetMIMEMessage streaming operatorsStephan Bergmann
2015-02-11Fold INetRFC822Message into INetMIMEMessageStephan Bergmann
2015-02-11Fold INetMessage into INetRFC822MessageStephan Bergmann
2014-12-05fdo#38835 strip out OString globalsNoel Grandin
2014-11-25assert on loading timestamp in kde80951-1.htmlCaolán McNamara
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-04-16coverity#1202967 Uninitialized pointer fieldCaolán McNamara
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
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-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
2013-03-16Remove RTL_CONSTASCII_(U)STRINGPARAM in toolsChr. Rossmanith
2012-08-31UniString->OUStringCaolán McNamara
2012-08-18removed ascii-art and blank lines in tools/sourcePhilipp Riemer
2012-08-13Convert from including tools/list.hxx to tools/contnr.hxxNoel Grandin
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin
2012-07-11re-base on ALv2 code. Includes:Michael Meeks
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara
2012-06-28There's no reason for GetDefaultContentType to be virtualCaolán McNamara
2012-06-28tidy INetMessage a littleCaolán McNamara
2012-05-15ditch UniStringCaolán McNamara
2011-12-21tweak for pre language-defect #77Caolán McNamara
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara
2011-12-21needs more work firstCaolán McNamara
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-11-30renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptionsEike Rathke
2011-11-27remove include of pch header from toolsNorbert Thiebaud
2011-11-17ByteString->rtl::OString[Buffer]Caolán McNamara
2011-08-29remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara
2011-08-22gsl_getSystemTextEncoding->osl_getThreadTextEncodingCaolán McNamara
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara
2011-07-18callcatcher: unused methodsCaolán McNamara
2011-07-14callcatcher: remove INetMessage::SetHeaderFieldThomas Arnhold
2011-07-14callcatcher: cleanup INetMIMEMessageThomas Arnhold
2011-07-12callcatcher: remove unused INetRFC822Message::GenerateDateFieldThomas Arnhold
2011-07-12callcatcher: remove unused INetRFC822Message::Set*Thomas Arnhold
2011-07-08Replace List with std::vector< INetMIMEMessage* >Joseph Powers