summaryrefslogtreecommitdiff
path: root/ucb/source/sorter
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2-9/+9
2013-11-07remove unnecessary use of OUString constructor in UCB moduleNoel Grandin1-4/+4
2013-06-29remove OUString wrap for string literalsThomas Arnhold2-2/+2
2013-06-06Some more modules at least building with mingw64Fridrich Štrba3-86/+86
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-11/+8
2013-04-02drop prefix from ::cssThomas Arnhold1-2/+2
2013-04-01remove macros in ucbThomas Arnhold4-215/+189
2012-11-30fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel Grandin2-18/+15
2012-10-04re-base on ALv2 code. Includes:Michael Meeks4-98/+62
2012-09-01ucb: add component prefixesMatúš Kukan2-2/+2
2012-08-22remove unused module-description xml filesMatúš Kukan1-66/+0
2012-06-21re-base on ALv2 code.Michael Meeks2-46/+28
2012-05-31targeted string re-workNorbert Thiebaud2-20/+13
2012-03-29Revert "Initial experiments with static linking of (some) ..."Tor Lillqvist1-2/+4
2012-03-21Initial experiments with static linking of (some) components / servicesTor Lillqvist1-4/+2
2012-01-15ucb: convert to gbuildMatúš Kukan1-71/+0