summaryrefslogtreecommitdiffstats
path: root/include/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski2018-11-101-36/+5
* weld native message dialogsCaolán McNamara2018-02-221-0/+2
* dbaccess: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-011-5/+1
* loplugin:passstuffbyref improved return in cui,dbaccessNoel Grandin2017-12-301-1/+1
* inline use-once typedefsNoel Grandin2017-12-191-4/+2
* make binary functors unary, related tdf#108782Jochen Nitschke2017-07-041-7/+15
* tdf#95386 More Help Agent cleanupGabor Kelemen2017-04-071-20/+0
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-4/+4
* Fix typosAndrea Gelmini2017-03-251-1/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-032-3/+3
* loplugin:unusedmethodsNoel Grandin2017-02-212-15/+0
* drop now unused Resource::FreeResourceCaolán McNamara2017-02-171-2/+0
* Remove dynamic exception specificationsStephan Bergmann2017-01-264-75/+75
* New loplugin:dynexcspec: Add @throws documentation, dbaccessStephan Bergmann2017-01-191-0/+2
* new loplugin finalprotectedNoel Grandin2016-11-161-3/+1
* loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin2016-11-081-4/+2
* update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin2016-10-281-1/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-053-5/+5
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-133-3/+3
* loplugin:constantparam in dbaccess..editengNoel Grandin2016-09-131-2/+1
* tdf#42949: clean up includes in include/dbaccess with iwyuJorenz Paragas2016-06-168-57/+142
* Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann2016-06-081-1/+1
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-181-1/+0
* No need to explicitly delete ctor the compiler wouldn't implicitly declareStephan Bergmann2016-05-041-2/+0
* C++11: disable ctors with delete in include/Jochen Nitschke2016-05-031-3/+1
* Fix typosAndrea Gelmini2016-04-301-1/+1
* loplugin:passstuffbyref in dbaccessNoel Grandin2016-04-132-2/+2
* loplugin:constantparam in dbaccessNoel Grandin2016-03-091-2/+2
* loplugin:unuseddefaultparam in variousNoel Grandin2016-03-071-4/+1
* loplugin:unuseddefaultparams in dbaccessNoel Grandin2016-03-031-2/+1
* convert StandardSQLState to scoped enumNoel Grandin2016-02-251-1/+1
* Remove excess newlinesChris Sherlock2016-02-093-5/+0
* -Werror=misleading-indentation (GCC 6)Stephan Bergmann2016-01-141-1/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-102-3/+3
* com::sun::star->css in include/dbaccessNoel Grandin2015-10-216-171/+171
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-99/+99
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-291-2/+0
* convert Link<> to typedNoel Grandin2015-09-211-2/+2
* convert Link<> to typedNoel Grandin2015-09-151-1/+1
* convert Link<> to typedNoel Grandin2015-09-112-4/+4
* make PostUserEvent Link<> typedNoel Grandin2015-08-281-1/+1
* loplugin:unusedmethodsNoel Grandin2015-08-052-5/+0
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-172-18/+18
* new uno sidebar api tdf#91806Laurent Godard2015-06-221-0/+5
* Fix typosAndrea Gelmini2015-06-161-1/+1
* loplugin:staticmethodsNoel Grandin2015-05-051-2/+2
* Gradually typed LinkStephan Bergmann2015-04-301-2/+2
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-291-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-283-7/+10
|\
| * dbaccess: convert new to ::Create.Michael Meeks2015-04-201-1/+1