summaryrefslogtreecommitdiff
path: root/ucb/source/sorter
AgeCommit message (Expand)AuthorFilesLines
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin2-7/+5
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin2-6/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-22/+22
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin2-10/+10
2016-04-14loplugin:passstuffbyref in ucbNoel Grandin1-1/+1
2016-04-11cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-04-05loplugin:constantparam in ucbNoel Grandin3-11/+10
2016-02-09Remove excess newlinesChris Sherlock4-24/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin4-10/+12
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-6/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-28/+28
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin1-1/+1
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin2-3/+3
2015-10-15cppcheck:variableScopeNoel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-75/+75
2015-09-09ucb: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-7/+6
2015-08-21remove last WeakImplHelper8 usesCaolán McNamara1-2/+2
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-4/+4
2015-04-07loplugin:staticmethodsNoel Grandin1-8/+8
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-02-05try to avoid overflows in some compare functionsMichael Stahl1-1/+1
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn1-4/+2
2014-12-18ucb: Use appropriate OUString functions on string constantsStephan Bergmann2-3/+3
2014-12-12ucb: Use appropriate OUString functions on string constantsStephan Bergmann1-8/+7
2014-09-29loplugin: cstylecastNoel Grandin1-23/+23
2014-07-25Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+2
2014-06-24new compilerplugin returnbyrefNoel Grandin2-8/+8
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-1/+1
2014-04-30ucb: sal_Bool->boolNoel Grandin4-40/+40
2014-04-19fixincludeguards.sh: ucbThomas Arnhold2-4/+4
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann1-34/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-4/+4
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-75/+75
2014-03-13No need for SortedDynamicResultSet::impl_* to be virtualStephan Bergmann2-4/+4
2014-03-07de-macroize ucb sortresultNorbert Thiebaud4-119/+51
2014-03-06de-macroize ucb sortdynresNorbert Thiebaud2-199/+100
2014-03-05kill XINTERFACE_IMPL_3Norbert Thiebaud1-5/+20
2014-03-05kill XINTERFACE_IMPL_4Norbert Thiebaud1-6/+21
2014-03-05kill XINTERFACE_IMPL_9Norbert Thiebaud1-10/+26
2014-03-05kill XINTERFACE_IMPL_2Norbert Thiebaud2-6/+38
2014-03-05de-macroize XINTERFACE_DECLNorbert Thiebaud3-11/+30
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann4-132/+132
2014-02-26Remove visual noise from ucbAlexander Wilms5-78/+78
2014-02-23Remove unneccessary commentsAlexander Wilms2-155/+155
2014-01-28coverity#440748 Explicit null dereferencedCaolán McNamara1-0/+3
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2