summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann2-3/+3
2015-06-22Add variadic PartialWeakComponentImplHelper, remove need for implbase_var.hxxStephan Bergmann1-8/+2
2015-06-22gtk3: native render the comically oversized gtk3 spinbuttonsCaolán McNamara2-2/+2
2015-06-22cppcheck: noExplicitConstructorCaolán McNamara13-19/+19
2015-06-22Fix typosAndrea Gelmini3-3/+3
2015-06-22new uno sidebar api tdf#91806Laurent Godard1-0/+10
2015-06-20callcatcher: update unused codeCaolán McNamara8-102/+0
2015-06-19Shall this produce a string representation of a number?Stephan Bergmann1-1/+1
2015-06-18Fix typosAndrea Gelmini2-2/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2-6/+6
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann2-0/+4
2015-06-16Fix typosAndrea Gelmini2-3/+3
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin4-14/+5
2015-06-15cppcheck:redundantAssignmentNoel Grandin2-4/+6
2015-06-15java: 'final static' to 'static final'Noel Grandin1-2/+2
2015-06-15Fix typosAndrea Gelmini3-3/+3