summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/bc.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-01-29make memory management more explicit in BaseContextNoel Grandin1-22/+20
2018-01-29loplugin:useuniqueptr in BaseContentNoel Grandin1-32/+14
2018-01-24sal_Bool -> bool (remaining uses of css::uno::Any::has)Stephan Bergmann1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-9/+9
2017-10-23loplugin:includeform: ucbStephan Bergmann1-1/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-10/+10
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-05-05loplugin:checkunusedparams in toolkit..vbahelperNoel Grandin1-3/+2
2017-02-21loplugin:subtlezeroinit: ucbStephan Bergmann1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+4
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-5/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-35/+0
2016-12-14Merge shell into TaskManager base classStephan Bergmann1-4/+4
2016-06-23remove some more (void) style function definitions/declarationsNoel Grandin1-8/+4
2016-02-23new loplugin: commaoperatorNoel Grandin1-9/+8
2016-02-09Remove excess newlinesChris Sherlock1-25/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-6/+8
2015-12-21loplugin:unusedfields UnoControls,ucbNoel Grandin1-2/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-21/+21
2015-11-06coverity#1338238 Uncaught exceptionCaolán McNamara1-4/+1
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-3/+2
2015-09-10ucb: fix mergedlib duplicate WeakImplHelper<XInteractionRequest>Michael Stahl1-7/+5
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-1/+2
2015-07-07loplugin:unusedmethods ucbNoel Grandin1-5/+0
2015-06-30Coverity 1308468 etc.: Exception specificationsStephan Bergmann1-5/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-8/+8
2015-04-09loplugin:staticmethodsNoel Grandin1-5/+5
2015-02-21Typo: trough->throughJulien Nabet1-1/+1
2014-12-18ucb: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin1-1/+1
2014-06-04compareTo -> equalsNoel Grandin1-3/+2
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-3/+3
2014-05-22remove unnecessary use of OUString constructorNoel Grandin1-5/+5
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet1-5/+5
2014-04-30ucb: sal_Bool->boolNoel Grandin1-10/+10
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann1-5/+2
2014-03-24coverity#705052 help coverity out hereCaolán McNamara1-3/+3
2014-03-17ucb: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza1-18/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-24/+24
2014-02-26Remove visual noise from ucbAlexander Wilms1-24/+24
2014-01-27Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds.Jan Holesovsky1-6/+11
2014-01-27coverity#1158203 Dereference null return valueCaolán McNamara1-1/+4
2013-12-06Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in UCB moduleNoel Grandin1-6/+6
2013-11-07remove unnecessary use of OUString constructor in UCB moduleNoel Grandin1-1/+1
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-3/+3