summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-08-28don't write SvxBackgroundColorItem via inherited SvxColorItem::StoreCaolán McNamara1-1/+1
2015-07-17in remainingSize consider that its is possible to seek past the endCaolán McNamara1-1/+1
2015-07-07only inflate if status from InitDecompress is goodCaolán McNamara1-3/+3
2015-05-19tools: check for data loss in WriteFractionMichael Stahl1-0/+6
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann3-6/+6
2015-05-07Add ability to change tint/shade of a color.Tomaž Vajngerl1-0/+30
2015-05-07extend color test - check read & write from streamTomaž Vajngerl1-0/+22
2015-04-29Clean up tools/link.hxxStephan Bergmann2-41/+0
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-7/+22
2015-04-27enhancement : tdf#90225 Cannot open compressed csv files from calcDennis Francis1-0/+26
2015-04-24loplugin:simplifyboolStephan Bergmann2-2/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann11-1/+17
2015-04-20Clean up new rtl/surrogates.hStephan Bergmann1-4/+3
2015-04-20duplicate surrogate codeCaolán McNamara1-2/+3
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann1-1/+1
2015-04-16tools: leave ErrorContext with a vcl::Window * for now.Michael Meeks1-5/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-14/+14
2015-04-10Make ErrorContext includers happier.Michael Meeks1-7/+22
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+1
2015-04-10No need to go via floating-point calculationsStephan Bergmann1-8/+11
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann1-6/+7
2015-04-09loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-07Remove dead INetProtocol::OutStephan Bergmann1-26/+0
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-409/+219
2015-04-02Kill INetProtocol::NewsTor Lillqvist1-159/+80
2015-04-02Kill INetProtocol::Imap and Pop3Tor Lillqvist1-137/+80
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann2-157/+157
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann2-227/+260
2015-04-02Plug the hole in INetProtocolStephan Bergmann1-1/+0
2015-04-02Remove left-over comment junkStephan Bergmann1-3/+0
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01loplugin:staticfunctionNoel Grandin3-5/+5
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann6-47/+47
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann3-4/+4
2015-03-23Rectangle::toString(): output position, then sizeMiklos Vajna1-1/+1
2015-03-19loplugin:constantfunction: toolsNoel Grandin2-12/+0
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-18/+15
2015-03-04V813: Decreased performanceCaolán McNamara2-4/+4
2015-03-02convert RC_ constants to enum classNoel Grandin1-19/+19
2015-03-02convert enum _ImplINetRFC822MessageHeaderState to enum classNoel Grandin1-46/+49
2015-03-02convert INETMSG_MIME_VERSION constants to enum classNoel Grandin1-30/+28
2015-03-02convert INETMSG_RFC822_ constants to enum classNoel Grandin1-40/+39
2015-02-23Add Rectangle::toString()Miklos Vajna1-0/+7
2015-02-21Various typosJulien Nabet1-1/+1
2015-02-18DBG_ASSERT -> assertStephan Bergmann1-8/+4
2015-02-12tdf#89319 SvFileStream: remove redundant osl_getFilePos() callsLászló Németh1-0/+2
2015-02-11Fold INetMessageIOStream into INetMIMEMessageStreamStephan Bergmann1-20/+8
2015-02-11Fold INetOStream into INetMessageOStreamStephan Bergmann1-16/+1
2015-02-11Fold INetIStream into INetMessageIStreamStephan Bergmann1-16/+1