summaryrefslogtreecommitdiffstats
path: root/ucb/source/sorter
Commit message (Expand)AuthorAgeFilesLines
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-103-28/+28
* com::sun::star->css in tools/ and ucb/Noel Grandin2015-11-091-1/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-052-3/+3
* cppcheck:variableScopeNoel Grandin2015-10-151-2/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-75/+75
* ucb: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-092-7/+6
* remove last WeakImplHelper8 usesCaolán McNamara2015-08-211-2/+2
* Fix typosAndrea Gelmini2015-07-081-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-082-4/+4
* loplugin:staticmethodsNoel Grandin2015-04-071-8/+8
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-1/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-2/+2
* try to avoid overflows in some compare functionsMichael Stahl2015-02-051-1/+1
* fdo#39440 reduce scope of local variablesMichael Weghorn2015-01-191-4/+2
* ucb: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-3/+3
* ucb: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-8/+7
* loplugin: cstylecastNoel Grandin2014-09-291-23/+23
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-07-251-3/+2
* new compilerplugin returnbyrefNoel Grandin2014-06-242-8/+8
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-231-1/+1
* ucb: sal_Bool->boolNoel Grandin2014-04-304-40/+40
* fixincludeguards.sh: ucbThomas Arnhold2014-04-192-4/+4
* cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann2014-04-151-34/+2
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-012-4/+4
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-263-75/+75
* No need for SortedDynamicResultSet::impl_* to be virtualStephan Bergmann2014-03-132-4/+4
* de-macroize ucb sortresultNorbert Thiebaud2014-03-074-119/+51
* de-macroize ucb sortdynresNorbert Thiebaud2014-03-062-199/+100
* kill XINTERFACE_IMPL_3Norbert Thiebaud2014-03-051-5/+20
* kill XINTERFACE_IMPL_4Norbert Thiebaud2014-03-051-6/+21
* kill XINTERFACE_IMPL_9Norbert Thiebaud2014-03-051-10/+26
* kill XINTERFACE_IMPL_2Norbert Thiebaud2014-03-052-6/+38
* de-macroize XINTERFACE_DECLNorbert Thiebaud2014-03-053-11/+30
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-264-132/+132
* Remove visual noise from ucbAlexander Wilms2014-02-265-78/+78
* Remove unneccessary commentsAlexander Wilms2014-02-232-155/+155
* coverity#440748 Explicit null dereferencedCaolán McNamara2014-01-281-0/+3
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-112-9/+9
* remove unnecessary use of OUString constructor in UCB moduleNoel Grandin2013-11-071-4/+4
* remove OUString wrap for string literalsThomas Arnhold2013-06-292-2/+2
* Some more modules at least building with mingw64Fridrich Štrba2013-06-063-86/+86
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-181-4/+4
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-074-11/+8
* drop prefix from ::cssThomas Arnhold2013-04-021-2/+2
* remove macros in ucbThomas Arnhold2013-04-014-215/+189
* fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel Grandin2012-11-302-18/+15
* re-base on ALv2 code. Includes:Michael Meeks2012-10-044-98/+62