summaryrefslogtreecommitdiff
path: root/include/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2016-03-09loplugin:constantparam in dbaccessNoel Grandin1-2/+2
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin1-4/+1
2016-03-03loplugin:unuseddefaultparams in dbaccessNoel Grandin1-2/+1
2016-02-25convert StandardSQLState to scoped enumNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock3-5/+0
2016-01-14-Werror=misleading-indentation (GCC 6)Stephan Bergmann1-1/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-3/+3
2015-10-21com::sun::star->css in include/dbaccessNoel Grandin6-171/+171
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-99/+99
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-2/+0
2015-09-21convert Link<> to typedNoel Grandin1-2/+2
2015-09-15convert Link<> to typedNoel Grandin1-1/+1
2015-09-11convert Link<> to typedNoel Grandin2-4/+4
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-1/+1
2015-08-05loplugin:unusedmethodsNoel Grandin2-5/+0
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-18/+18
2015-06-22new uno sidebar api tdf#91806Laurent Godard1-0/+5
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks3-7/+10
2015-04-20dbaccess: convert new to ::Create.Michael Meeks1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-6/+6
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2-4/+6
2015-04-09dbaccess: nail the last double-dispose issue breaking the test.Michael Meeks1-2/+2
2015-04-09vcl: VclPtr conversion in variousNoel Grandin1-1/+2
2015-04-06apparently OGenericUnoController::InvalidateFeature is unusedCaolán McNamara1-4/+3
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-2/+2
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin4-7/+7
2015-01-24Typo: ..syncronous..=>synchronous (dbaccess)(new)Julien Nabet2-7/+7
2015-01-24Revert "Typo: ..syncronous..=>synchronous (dbaccess)"Julien Nabet2-7/+7
2015-01-24Typo: ..syncronous..=>synchronous (dbaccess)Julien Nabet2-7/+7
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+2
2014-09-25dbaccess: std::auto_ptr -> std::unique_ptrStephan Bergmann4-4/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin2-4/+4
2014-07-10fold dbaccess::IReference interface into the only place it is in useNoel Grandin2-42/+4
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-06-10tweak things to allow switching between small and large toolbar iconsCaolán McNamara1-4/+5
2014-05-13Typo: shoud -> shouldJulien Nabet1-1/+1
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-1/+3
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-5/+5
2014-04-03dbaccess: sal_Bool->boolNoel Grandin3-30/+30
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann4-97/+97
2014-03-01Remove visual noise from includeAlexander Wilms5-41/+41
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann3-72/+72
2014-01-18Window::PreNotify should return boolStephan Bergmann1-1/+1