summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Fix typosAndrea Gelmini3-3/+3
2016-02-06Fix typosAndrea Gelmini3-3/+3
2016-02-06loplugin:loopvartoosmallNoel Grandin1-1/+1
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06Revert "Typo: iff->if"Julien Nabet1-1/+1
2016-02-06Typo: iff->ifJulien Nabet1-1/+1
2016-02-06Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe4-8/+8
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2016-02-06cppcheck:unreadVariableNoel Grandin1-2/+1
2016-02-06cppcheck: redundantCondition [part2]Julien Nabet2-2/+2
2016-02-06convert expressions like 'size() == 0' to 'empty()'Noel Grandin4-4/+4
2015-10-29ucb: GCC 4.6 also doesn't do "override"Jan-Marek Glogowski1-6/+6
2015-10-29ucb: GCC 4.6 doesn't do "final"Michael Stahl1-1/+1
2015-10-29tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann4-0/+223
2015-10-18RemoteFilesDialogSzymon Kłos6-21/+90
2015-09-18Related rhbz#1259746: Buffer file content read from GIO UCPStephan Bergmann3-35/+13
2015-08-06tdf#84190 : when auth fails, don't remember passwords for cmisSzymon Kłos2-3/+3
2015-08-06fix assert on loading kde98819-1.htmlCaolán McNamara1-1/+3
2015-05-18Remove include stdio (part2)Julien Nabet9-34/+6
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-5/+0
2015-04-24loplugin:simplifyboolStephan Bergmann2-5/+3
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-2/+2
2015-04-20java: remove some unused codeNoel Grandin1-43/+0
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin35-111/+111
2015-04-09loplugin:staticmethodsNoel Grandin13-94/+63
2015-04-07cppcheck: should be passed by referenceCaolán McNamara1-2/+2
2015-04-07loplugin:staticmethodsNoel Grandin2-11/+11
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann2-19/+19
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann2-19/+19
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann13-62/+62
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann25-339/+261
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann13-16/+16
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann4-7/+7
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann3-10/+10
2015-03-24loplugin:constantfunction: variousNoel Grandin1-1/+1
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-2/+17
2015-03-04V813: Decreased performanceCaolán McNamara2-8/+8
2015-03-03Improve loplugin:passstuffbyrefStephan Bergmann1-1/+1
2015-02-23file UCP: Ensure myLocalTime is initializedStephan Bergmann1-1/+8
2015-02-21Typo: trough->throughJulien Nabet1-1/+1
2015-02-10drop some unbuilt test codeCaolán McNamara8-748/+0
2015-02-07loplugin:deletedspecialStephan Bergmann4-20/+11
2015-02-05try to avoid overflows in some compare functionsMichael Stahl1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin3-4/+4
2015-01-20Some more loplugin:cstylecast: ucbStephan Bergmann2-3/+3
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn2-6/+4
2015-01-15rhbz#1163106: tdoc_ucp: fix life cycle of OfficeDocumentsCloseListenerMichael Stahl2-6/+12