summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)Author
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann
2015-06-22Add variadic PartialWeakComponentImplHelper, remove need for implbase_var.hxxStephan Bergmann
2015-06-22gtk3: native render the comically oversized gtk3 spinbuttonsCaolán McNamara
2015-06-22cppcheck: noExplicitConstructorCaolán McNamara
2015-06-22Fix typosAndrea Gelmini
2015-06-22new uno sidebar api tdf#91806Laurent Godard
2015-06-20callcatcher: update unused codeCaolán McNamara
2015-06-19Shall this produce a string representation of a number?Stephan Bergmann
2015-06-18Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-15Fix typosAndrea Gelmini
2015-06-12spellingAntoine Cœur
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-06-10coverity#1302618 deref of NULLCaolán McNamara
2015-06-10Remove FastLoader optimizationStephan Bergmann
2015-06-09dbaccess: gcc-4.7 error: '<::' cannot begin a template-argument listMiklos Vajna
2015-06-09remove some unnecessary exception wrapping in the Java testsNoel Grandin
2015-06-09loplugin:unnecessaryvirtualsNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-08\<the the\> -> theJan Holesovsky
2015-06-08dbaccess: avoid pointless ucbhelper::Content instance in case of embeddingMiklos Vajna
2015-06-08dbaccess: set correct BaseURI for vnd.sun.star.pkg:// URLs on loadMiklos Vajna
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-06-05Let JUnit take care of exceptionsNoel Grandin
2015-06-05dbaccess: let ODatabaseDocument::impl_writeStorage_throw() respect BaseURIMiklos Vajna
2015-06-04Revert "disable JunitTest_dbaccess_complex part RowSet"Stephan Bergmann
2015-06-04Let JUnit take care of exceptionsStephan Bergmann
2015-06-04uno::Sequence provides now begin and endNoel Grandin
2015-06-02inline simple Java methodNoel Grandin
2015-06-02A small hint on how to specify the database URL should be helpful to usersumairshahid
2015-06-01minor simplificationStephan Bergmann
2015-06-01dbaccess: add support for storing ODatabaseDocument to a sub-storageMiklos Vajna
2015-06-01Do not lose AssertionError from sub-threadsStephan Bergmann
2015-06-01disable JunitTest_dbaccess_complex part RowSetMiklos Vajna
2015-05-31loplugin:implicitboolconversionStephan Bergmann
2015-05-30reenable JunitTest_dbaccess_complex part RowSetLionel Elie Mamane
2015-05-30tweaksLionel Elie Mamane
2015-05-30do not try to get bookmark when in invalid positionLionel Elie Mamane
2015-05-30handle getParameters being called before execute()Lionel Elie Mamane
2015-05-30janitorialLionel Elie Mamane
2015-05-30tdf#82591 ORowSetBase::getRow handles insert row correctlyLionel Elie Mamane
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks