summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/hierarchy
AgeCommit message (Expand)AuthorFilesLines
2016-05-19loplugin:unusedmethods in ucb/ucbhelperNoel Grandin1-1/+0
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-3/+3
2016-04-05loplugin:constantparam in ucbNoel Grandin3-7/+3
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-2/+2
2016-03-16loplugin:constantfunction in ucbhelperNoel Grandin1-2/+1
2016-03-15loplugin:constantparamNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock14-130/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-4/+4
2016-01-13loplugin:unusedmethods unused return value in ucb/Noel Grandin2-3/+3
2015-11-17use unique_ptr for pImpl in ucb/Noel Grandin4-5/+5
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-12/+12
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin6-142/+92
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2-8/+8
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin5-43/+21
2015-11-04yyyyyNoel Grandin1-20/+11
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-5/+5
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-81/+81
2015-10-01remove old standalone Sun bug numbersNoel Grandin4-4/+4
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-10/+10
2015-08-07cppcheck:noExplicitConstructorNoel Grandin2-2/+2
2015-07-27inline a bunch of use-once macrosNoel Grandin5-22/+6
2015-07-07loplugin:unusedmethods ucbNoel Grandin1-6/+0
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-27coverity#1308479 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308475 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308462 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308454 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-3/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara5-6/+6
2015-04-09loplugin:staticmethodsNoel Grandin2-52/+31
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-14/+14
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-70/+47
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-6/+2
2014-12-18ucb: Use appropriate OUString functions on string constantsStephan Bergmann4-10/+12
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-08spelling: instanciated -> instantiatedNoel Grandin1-3/+3
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler1-19/+1
2014-06-04compareTo -> equalsNoel Grandin1-3/+2
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-4/+2
2014-05-13Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet1-8/+4
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet2-21/+21
2014-04-30ucb: sal_Bool->boolNoel Grandin7-116/+116
2014-04-19fixincludeguards.sh: ucbThomas Arnhold7-20/+20
2014-04-15Remove unused codeStephan Bergmann1-4/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann6-81/+81
2014-03-21kill ucbhelper XSERVICEINFO_DECLNorbert Thiebaud3-3/+39