summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin2-11/+3
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin6-7/+0
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara12-76/+29
2015-01-02Fix simple typos.Andrea Gelmini2-5/+5
2014-12-20onedrive: Improve fallback dialog and instructionsAdolfo Jayme Barrientos1-3/+3
2014-12-19ucb: Use appropriate OUString functions on string constantsStephan Bergmann2-3/+3
2014-12-19java: static fields that should not be staticNoel Grandin1-1/+1
2014-12-18ucb: Use appropriate OUString functions on string constantsStephan Bergmann25-55/+53
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann2-2/+2
2014-12-15OneDrive authfallback request is now issuedMihai Varga4-0/+67
2014-12-15OneDrive binding settingsMihai Varga2-0/+10
2014-12-12ucb: Use appropriate OUString functions on string constantsStephan Bergmann7-54/+53
2014-12-10java: simplify the getMSF() methodsNoel Grandin4-10/+6
2014-11-18Need <cppuhelper/queryinterface.hxx> here, too, I assumeTor Lillqvist1-0/+1
2014-11-18Need <cppuhelper/queryinterface.hxx> nowTor Lillqvist1-0/+3
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl3-2/+7
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-18java: make fields final where possibleNoel Grandin11-15/+15
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl7-0/+8
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava10-19/+27
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini5-12/+6
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann5-23/+33
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin5-33/+23
2014-11-06coverity#983989 Uncaught exceptionCaolán McNamara1-30/+41
2014-11-06coverity#983985 Uncaught exceptionCaolán McNamara1-25/+36
2014-11-06coverity#983984 Uncaught exceptionCaolán McNamara1-3/+21