summaryrefslogtreecommitdiffstats
path: root/dbaccess/source
Commit message (Expand)AuthorAgeFilesLines
* cppcheck:redundantAssignmentNoel Grandin2015-06-152-4/+6
* Fix typosAndrea Gelmini2015-06-153-3/+3
* spellingAntoine Cœur2015-06-121-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
* 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
* dbaccess: let ODatabaseDocument::impl_writeStorage_throw() respect BaseURIMiklos Vajna2015-06-051-1/+6
* uno::Sequence provides now begin and endNoel Grandin2015-06-041-1/+1
* A small hint on how to specify the database URL should be helpful to usersumairshahid2015-06-021-1/+1
* dbaccess: add support for storing ODatabaseDocument to a sub-storageMiklos Vajna2015-06-011-1/+29
* loplugin:implicitboolconversionStephan Bergmann2015-05-311-1/+1
* 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
* tdf#82591 ORowSetBase::getRow handles insert row correctlyLionel Elie Mamane2015-05-302-11/+1
* 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
* convert WINDOW_ZORDER constants to scoped enumNoel Grandin2015-05-254-9/+9
* convert WINDOW_POSSIZE constants to scoped enumNoel Grandin2015-05-221-1/+1
* convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin2015-05-221-2/+2
* convert POINTER constants to scoped enumNoel Grandin2015-05-222-6/+6
* convert DEFAULTCONSTANT constant to scoped enumNoel Grandin2015-05-203-3/+3
* convert TEXT_DRAW constants to scoped enumNoel Grandin2015-05-204-7/+7
* remove the last of the OUString #defines in header filesNoel Grandin2015-05-191-1/+1
* Remove include stdio (part2)Julien Nabet2015-05-181-1/+0
* pass RenderContext to PreparePaint in TreeListBoxTomaž Vajngerl2015-05-182-13/+14
* refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl2015-05-1810-15/+30
* loplugin:staticmethodsStephan Bergmann2015-05-172-23/+26
* refactor dbacess classes to use RenderContextTomaž Vajngerl2015-05-1614-84/+67
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-156-16/+8