summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2015-06-282-2/+2
* coverity#1308442 Uncaught exceptionCaolán McNamara2015-06-272-2/+2
* coverity#1308441 Uncaught exceptionCaolán McNamara2015-06-272-2/+2
* coverity#1308440 Uncaught exceptionCaolán McNamara2015-06-272-2/+2
* coverity#1308439 Uncaught exceptionCaolán McNamara2015-06-272-2/+2
* coverity#1308436 Uncaught exceptionCaolán McNamara2015-06-276-6/+6
* coverity#1308434 Uncaught exceptionCaolán McNamara2015-06-274-4/+4
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-263-7/+6
* no need to capture _rTablesTakeshi Abe2015-06-261-2/+2
* Remove spurious negation operator againStephan Bergmann2015-06-251-1/+1
* loplugin:implicitboolconversionNoel Grandin2015-06-251-2/+2
* loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2015-06-255-8/+8
* tdf#91112 replace o3tl::compose1 with lambdas in dbaccessJorenz Paragas2015-06-255-26/+20
* Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann2015-06-242-3/+3
* Add variadic PartialWeakComponentImplHelper, remove need for implbase_var.hxxStephan Bergmann2015-06-221-8/+2
* gtk3: native render the comically oversized gtk3 spinbuttonsCaolán McNamara2015-06-222-2/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-2213-19/+19
* Fix typosAndrea Gelmini2015-06-223-3/+3
* new uno sidebar api tdf#91806Laurent Godard2015-06-221-0/+10
* callcatcher: update unused codeCaolán McNamara2015-06-208-102/+0
* Shall this produce a string representation of a number?Stephan Bergmann2015-06-191-1/+1
* Fix typosAndrea Gelmini2015-06-182-2/+2
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-172-6/+6
* Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann2015-06-172-0/+4
* Fix typosAndrea Gelmini2015-06-162-3/+3
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-154-14/+5
* cppcheck:redundantAssignmentNoel Grandin2015-06-152-4/+6
* java: 'final static' to 'static final'Noel Grandin2015-06-151-2/+2
* Fix typosAndrea Gelmini2015-06-153-3/+3
* spellingAntoine Cœur2015-06-121-1/+1
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-111-1/+1
* coverity#1302618 deref of NULLCaolán McNamara2015-06-105-26/+23
* Remove FastLoader optimizationStephan Bergmann2015-06-101-156/+0
* dbaccess: gcc-4.7 error: '<::' cannot begin a template-argument listMiklos Vajna2015-06-091-1/+1
* remove some unnecessary exception wrapping in the Java testsNoel Grandin2015-06-091-1/+0
* loplugin:unnecessaryvirtualsNoel Grandin2015-06-096-16/+16
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-0815-49/+49
* \<the the\> -> theJan Holesovsky2015-06-083-3/+3
* dbaccess: avoid pointless ucbhelper::Content instance in case of embeddingMiklos Vajna2015-06-081-5/+8
* dbaccess: set correct BaseURI for vnd.sun.star.pkg:// URLs on loadMiklos Vajna2015-06-082-2/+11
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-06-068-9/+12
* Let JUnit take care of exceptionsNoel Grandin2015-06-056-254/+148
* dbaccess: let ODatabaseDocument::impl_writeStorage_throw() respect BaseURIMiklos Vajna2015-06-051-1/+6
* Revert "disable JunitTest_dbaccess_complex part RowSet"Stephan Bergmann2015-06-041-0/+1
* Let JUnit take care of exceptionsStephan Bergmann2015-06-041-231/+134
* uno::Sequence provides now begin and endNoel Grandin2015-06-041-1/+1
* inline simple Java methodNoel Grandin2015-06-021-7/+2