summaryrefslogtreecommitdiff
path: root/ucbhelper
AgeCommit message (Expand)AuthorFilesLines
2016-02-23new loplugin: commaoperatorNoel Grandin1-1/+4
2016-02-09Remove excess newlinesChris Sherlock12-239/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-9/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-26loplugin:unusedfields variousNoel Grandin1-1/+0
2015-11-17use unique_ptr for pImpl in ucbhelper/Noel Grandin7-11/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-11com::sun::star->css in ucbhelper/Noel Grandin11-156/+141
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann9-35/+35
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin3-5/+3
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-3/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-27/+27
2015-10-05loplugin:stringconstantStephan Bergmann1-2/+2
2015-10-05tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno1-0/+21
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-4/+4
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-5/+5
2015-08-18Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann2-78/+0
2015-08-18Remove obsolete getLocalFileURLStephan Bergmann1-18/+0
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-03inline some use-once typedefsNoel Grandin1-8/+1
2015-07-16tdf#84190 : when auth fails, don't remember passwords for cmisSzymon Kłos1-9/+23
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-3/+3
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara8-18/+13
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann4-0/+10
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-6/+6
2015-03-09V801: Decreased performanceCaolán McNamara1-3/+3
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara2-4/+6
2014-12-18ucbhelper: Use appropriate OUString functions on string constantsStephan Bergmann3-21/+12
2014-12-15Authentication fallback request for the OneDrive connectionMihai Varga3-0/+92
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl3-0/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl5-1/+9
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-8/+1
2014-10-08spelling: instanciated -> instantiatedNoel Grandin1-1/+1
2014-09-22loplugin: cstylecastNoel Grandin1-1/+1
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler1-19/+1
2014-09-17Improve exception msgStephan Bergmann1-1/+1
2014-09-12bug wrong order of test cause out of bound access.Norbert Thiebaud1-2/+2
2014-07-02InteractionSupplyName is a detail of SimpleNameClashResolveRequestStephan Bergmann2-105/+126
2014-06-05various: remove SAL_THROW macroNoel Grandin1-3/+1
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2-9/+7
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet1-1/+1
2014-05-13Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet2-42/+24
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet2-2/+2
2014-04-18Typo: s/cant/can't/Tor Lillqvist1-1/+1
2014-04-17coverity#1202901 Uncaught exceptionCaolán McNamara1-10/+0
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann2-22/+4