summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* 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
* A small hint on how to specify the database URL should be helpful to usersumairshahid2015-06-021-1/+1
* minor simplificationStephan Bergmann2015-06-011-2/+1
* dbaccess: add support for storing ODatabaseDocument to a sub-storageMiklos Vajna2015-06-011-1/+29
* Do not lose AssertionError from sub-threadsStephan Bergmann2015-06-011-1/+11
* disable JunitTest_dbaccess_complex part RowSetMiklos Vajna2015-06-011-1/+0
* loplugin:implicitboolconversionStephan Bergmann2015-05-311-1/+1
* reenable JunitTest_dbaccess_complex part RowSetLionel Elie Mamane2015-05-301-0/+1
* tweaksLionel Elie Mamane2015-05-301-4/+5
* do not try to get bookmark when in invalid positionLionel Elie Mamane2015-05-301-0/+1
* handle getParameters being called before execute()Lionel Elie Mamane2015-05-302-5/+11
* janitorialLionel Elie Mamane2015-05-301-3/+3
* tdf#82591 ORowSetBase::getRow handles insert row correctlyLionel Elie Mamane2015-05-303-11/+22
* tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2015-05-295-10/+10
* loplugin:redundantcast: const_cast to same typeStephan Bergmann2015-05-292-2/+2
* loplugin:loopvartoosmallNoel Grandin2015-05-2910-13/+13
* simplifyNoel Grandin2015-05-291-1/+1
* loplugin:unnecessarysuperclass, merge IWarningsContainer..Noel Grandin2015-05-299-20/+20
* VclPtr: assert with query dialog open on closing query designCaolán McNamara2015-05-281-1/+1
* VclPtr: undisposed things and dispose order on query design window closeCaolán McNamara2015-05-282-1/+4
* fix drawing treelistbox with redefined background in dbaccessTomaž Vajngerl2015-05-281-1/+5
* fix Base's titlewindow font, font color and backgroundTomaž Vajngerl2015-05-282-11/+31
* Rewrite all calls like Dialog(params).Execute()Philippe Jung2015-05-285-6/+6
* Prevent accidental mis-uses of VclPtr address-of operatorStephan Bergmann2015-05-271-16/+20
* Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann2015-05-271-1/+1
* tdf#91543 - TABLE DESIGN window menu option Close causes BASE to crashNoel Grandin2015-05-263-2/+9
* convert INVALIDATE constants to scoped enumNoel Grandin2015-05-269-19/+19
* Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2015-05-257-14/+14
* m_bUpdatable is always falseCaolán McNamara2015-05-252-7/+1
* callcatcher: update unused codeCaolán McNamara2015-05-252-7/+0