summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-12spellingAntoine Cœur1-1/+1
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin1-1/+1
2015-06-10coverity#1302618 deref of NULLCaolán McNamara5-26/+23
2015-06-10Remove FastLoader optimizationStephan Bergmann1-156/+0
2015-06-09dbaccess: gcc-4.7 error: '<::' cannot begin a template-argument listMiklos Vajna1-1/+1
2015-06-09remove some unnecessary exception wrapping in the Java testsNoel Grandin1-1/+0
2015-06-09loplugin:unnecessaryvirtualsNoel Grandin6-16/+16
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann15-49/+49
2015-06-08\<the the\> -> theJan Holesovsky3-3/+3
2015-06-08dbaccess: avoid pointless ucbhelper::Content instance in case of embeddingMiklos Vajna1-5/+8
2015-06-08dbaccess: set correct BaseURI for vnd.sun.star.pkg:// URLs on loadMiklos Vajna2-2/+11
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin8-9/+12
2015-06-05Let JUnit take care of exceptionsNoel Grandin6-254/+148
2015-06-05dbaccess: let ODatabaseDocument::impl_writeStorage_throw() respect BaseURIMiklos Vajna1-1/+6
2015-06-04Revert "disable JunitTest_dbaccess_complex part RowSet"Stephan Bergmann1-0/+1
2015-06-04Let JUnit take care of exceptionsStephan Bergmann1-231/+134
2015-06-04uno::Sequence provides now begin and endNoel Grandin1-1/+1
2015-06-02inline simple Java methodNoel Grandin1-7/+2
2015-06-02A small hint on how to specify the database URL should be helpful to usersumairshahid1-1/+1
2015-06-01minor simplificationStephan Bergmann1-2/+1
2015-06-01dbaccess: add support for storing ODatabaseDocument to a sub-storageMiklos Vajna1-1/+29