summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)Author
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
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-29simplifyNoel Grandin
2015-05-29loplugin:unnecessarysuperclass, merge IWarningsContainer..Noel Grandin
2015-05-28VclPtr: assert with query dialog open on closing query designCaolán McNamara
2015-05-28VclPtr: undisposed things and dispose order on query design window closeCaolán McNamara
2015-05-28fix drawing treelistbox with redefined background in dbaccessTomaž Vajngerl
2015-05-28fix Base's titlewindow font, font color and backgroundTomaž Vajngerl
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-27Prevent accidental mis-uses of VclPtr address-of operatorStephan Bergmann
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann
2015-05-26tdf#91543 - TABLE DESIGN window menu option Close causes BASE to crashNoel Grandin
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
2015-05-25m_bUpdatable is always falseCaolán McNamara