summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-01Do not lose AssertionError from sub-threadsStephan Bergmann1-1/+11
2015-06-01disable JunitTest_dbaccess_complex part RowSetMiklos Vajna1-1/+0
2015-05-31loplugin:implicitboolconversionStephan Bergmann1-1/+1
2015-05-30reenable JunitTest_dbaccess_complex part RowSetLionel Elie Mamane1-0/+1
2015-05-30tweaksLionel Elie Mamane1-4/+5
2015-05-30do not try to get bookmark when in invalid positionLionel Elie Mamane1-0/+1
2015-05-30handle getParameters being called before execute()Lionel Elie Mamane2-5/+11
2015-05-30janitorialLionel Elie Mamane1-3/+3
2015-05-30tdf#82591 ORowSetBase::getRow handles insert row correctlyLionel Elie Mamane3-11/+22
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks5-10/+10
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann2-2/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin10-13/+13
2015-05-29simplifyNoel Grandin1-1/+1
2015-05-29loplugin:unnecessarysuperclass, merge IWarningsContainer..Noel Grandin9-20/+20
2015-05-28VclPtr: assert with query dialog open on closing query designCaolán McNamara1-1/+1
2015-05-28VclPtr: undisposed things and dispose order on query design window closeCaolán McNamara2-1/+4
2015-05-28fix drawing treelistbox with redefined background in dbaccessTomaž Vajngerl1-1/+5
2015-05-28fix Base's titlewindow font, font color and backgroundTomaž Vajngerl2-11/+31
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung5-6/+6
2015-05-27Prevent accidental mis-uses of VclPtr address-of operatorStephan Bergmann1-16/+20
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann1-1/+1
2015-05-26tdf#91543 - TABLE DESIGN window menu option Close causes BASE to crashNoel Grandin3-2/+9
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin9-19/+19
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks7-14/+14
2015-05-25m_bUpdatable is always falseCaolán McNamara2-7/+1
2015-05-25callcatcher: update unused codeCaolán McNamara2-7/+0
2015-05-25convert WINDOW_ZORDER constants to scoped enumNoel Grandin4-9/+9