summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* don't write SvxBackgroundColorItem via inherited SvxColorItem::StoreCaolán McNamara2015-08-311-1/+1
* in remainingSize consider that its is possible to seek past the endCaolán McNamara2015-08-061-1/+1
* only inflate if status from InitDecompress is goodCaolán McNamara2015-08-061-3/+3
* tools: check for data loss in WriteFractionMichael Stahl2015-05-191-0/+6
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-113-6/+6
* Add ability to change tint/shade of a color.Tomaž Vajngerl2015-05-071-0/+30
* extend color test - check read & write from streamTomaž Vajngerl2015-05-071-0/+22
* Clean up tools/link.hxxStephan Bergmann2015-04-292-41/+0
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-7/+22
|\
| * tools: leave ErrorContext with a vcl::Window * for now.Michael Meeks2015-04-161-5/+4
| * Make ErrorContext includers happier.Michael Meeks2015-04-101-7/+22
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-0/+1
* | enhancement : tdf#90225 Cannot open compressed csv files from calcDennis Francis2015-04-271-0/+26
* | loplugin:simplifyboolStephan Bergmann2015-04-242-2/+2
* | Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-231-1/+1
* | Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-2211-1/+17
* | Clean up new rtl/surrogates.hStephan Bergmann2015-04-201-4/+3
* | duplicate surrogate codeCaolán McNamara2015-04-201-2/+3
* | SvStream: WriteUChar -> WriteBoolStephan Bergmann2015-04-171-1/+1
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-14/+14
* | No need to go via floating-point calculationsStephan Bergmann2015-04-101-8/+11
* | Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann2015-04-091-6/+7
|/
* loplugin:staticmethodsNoel Grandin2015-04-091-3/+3
* Remove dead INetProtocol::OutStephan Bergmann2015-04-071-26/+0
* Remove dead INetProtocol::VimStephan Bergmann2015-04-071-409/+219
* Kill INetProtocol::NewsTor Lillqvist2015-04-021-159/+80
* Kill INetProtocol::Imap and Pop3Tor Lillqvist2015-04-021-137/+80
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-022-157/+157
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-022-227/+260
* Plug the hole in INetProtocolStephan Bergmann2015-04-021-1/+0
* Remove left-over comment junkStephan Bergmann2015-04-021-3/+0
* loplugin:staticmethodsNoel Grandin2015-04-021-1/+1
* loplugin:staticfunctionNoel Grandin2015-04-013-5/+5
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-286-47/+47
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-263-4/+4
* Rectangle::toString(): output position, then sizeMiklos Vajna2015-03-231-1/+1
* loplugin:constantfunction: toolsNoel Grandin2015-03-192-12/+0
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-111-18/+15
* V813: Decreased performanceCaolán McNamara2015-03-042-4/+4
* convert RC_ constants to enum classNoel Grandin2015-03-021-19/+19
* convert enum _ImplINetRFC822MessageHeaderState to enum classNoel Grandin2015-03-021-46/+49
* convert INETMSG_MIME_VERSION constants to enum classNoel Grandin2015-03-021-30/+28
* convert INETMSG_RFC822_ constants to enum classNoel Grandin2015-03-021-40/+39
* Add Rectangle::toString()Miklos Vajna2015-02-231-0/+7
* Various typosJulien Nabet2015-02-211-1/+1
* DBG_ASSERT -> assertStephan Bergmann2015-02-181-8/+4
* tdf#89319 SvFileStream: remove redundant osl_getFilePos() callsLászló Németh2015-02-121-0/+2
* Fold INetMessageIOStream into INetMIMEMessageStreamStephan Bergmann2015-02-111-20/+8
* Fold INetOStream into INetMessageOStreamStephan Bergmann2015-02-111-16/+1
* Fold INetIStream into INetMessageIStreamStephan Bergmann2015-02-111-16/+1