summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2015-07-30loplugin:unusedmethodsNoel Grandin11-54/+0
2015-07-27inline a bunch of use-once macrosNoel Grandin2-24/+21
2015-07-27remove some unused definesNoel Grandin1-38/+0
2015-07-24loplugin:unusedmethodsNoel Grandin8-32/+0
2015-07-24convert ImageAlign to enum classNoel Grandin1-1/+1
2015-07-22cppcheck: noExplicitConstructorCaolán McNamara14-22/+23
2015-07-20svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-2/+2
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl3-5/+6
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara21-32/+32
2015-07-20loplugin:unusedmethods dbaccessNoel Grandin15-309/+0
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara3-3/+3
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara13-20/+20
2015-07-19Fix typosAndrea Gelmini3-3/+3
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe43-179/+184
2015-07-16loplugin:simplifyboolStephan Bergmann3-12/+12
2015-07-16loplugin:unusedmethods sfx2Noel Grandin2-8/+0
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann10-25/+8
2015-07-12Missing dependencyStephan Bergmann1-0/+4
2015-07-09tdf#92434 - dispose the table contents.Michael Meeks1-1/+1
2015-07-08Fix typosAndrea Gelmini6-6/+6
2015-07-07Related: tdf#92434 children cleared but parent hasn't completed dispose yetCaolán McNamara4-59/+66
2015-07-06improve the returnbyref lopluginNoel Grandin2-10/+10
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin2-205/+201
2015-07-05cppcheck: noExplicitConstructorCaolán McNamara19-32/+32
2015-07-04tdf#92520: LibO crash when editing .odb database propertiesZolnai Tamás1-2/+1
2015-07-03Fix typosAndrea Gelmini9-9/+9
2015-07-02some other coverity thingsCaolán McNamara2-2/+2
2015-07-02tdf#92434 - A series of hideous knock-on dbaccess crasher fixes.Michael Meeks2-3/+3
2015-07-02tdf#92434 - fix iteration, and remember to disposeAndClear.Michael Meeks1-7/+14
2015-07-01tdf#92431 Keep thumbnail for modified but unsaved docMaxim Monastirsky1-1/+1
2015-06-30Fix typosAndrea Gelmini3-3/+3
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin2-6/+20
2015-06-29sal_uLong->sal_Int32 in SvtIconChoiceCtrlNoel Grandin2-7/+4
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin2-20/+6
2015-06-28coverity#1308523 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308522 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308510 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28Fix typosAndrea Gelmini2-2/+2
2015-06-27coverity#1308442 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308441 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308440 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308439 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308436 Uncaught exceptionCaolán McNamara6-6/+6
2015-06-27coverity#1308434 Uncaught exceptionCaolán McNamara4-4/+4
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann3-7/+6
2015-06-26no need to capture _rTablesTakeshi Abe1-2/+2
2015-06-25Remove spurious negation operator againStephan Bergmann1-1/+1
2015-06-25loplugin:implicitboolconversionNoel Grandin1-2/+2
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann5-8/+8
2015-06-25tdf#91112 replace o3tl::compose1 with lambdas in dbaccessJorenz Paragas5-26/+20