summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2016-12-26use std::vector instead of naked array in SfxItemPoolNoel Grandin4-12/+13
2016-12-23remove unused ImageListsCaolán McNamara2-29/+0
2016-12-22Dispose component when doneStephan Bergmann1-0/+1
2016-12-22Dispose document when doneStephan Bergmann1-0/+3
2016-12-21convert VclButtonsType to scoped enumNoel Grandin6-6/+6
2016-12-21remove newly unused SfxImageManagerCaolán McNamara1-1/+0
2016-12-17Minor simplificationStephan Bergmann1-2/+2
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin2-2/+2
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin2-5/+1
2016-12-12dbaccess: fix testCloneMovesPlusDeletions testMichael Stahl1-1/+6
2016-12-12Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann3-3/+3
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin5-12/+12
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke15-18/+0
2016-12-06loplugin:unnecessaryoverrideStephan Bergmann1-5/+0
2016-12-05only IMG_PRIMARY_KEY is actually usedCaolán McNamara6-45/+6
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin14-30/+30
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin1-2/+2
2016-12-05loplugin:unnecessaryoverride (dtors) in dbaccessStephan Bergmann4-20/+0
2016-11-29Use Size::Width/Height instead of inherited Pair::A/BStephan Bergmann1-2/+2
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin5-19/+12
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl3-8/+7
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin2-2/+2
2016-11-23convert SAD constants to o3tl::typed_flagsNoel Grandin6-23/+27
2016-11-23convert EF constants to o3tl::typed_flagsNoel Grandin3-15/+22
2016-11-23convert CBTP constants to o3tl::typed_flagsNoel Grandin2-28/+32
2016-11-22remove some more global OUStringsNoel Grandin2-3/+0
2016-11-22trivial makefile cleanupsMichael Stahl5-20/+0
2016-11-21Revert "add missing component"David Tardon1-1/+0
2016-11-21Revert "add missing component"David Tardon1-1/+0
2016-11-21add missing componentDavid Tardon1-0/+1
2016-11-21add missing componentDavid Tardon1-0/+1
2016-11-21add missing deps on ui filesDavid Tardon1-0/+4
2016-11-20gbuild allow unitest to run once per lang in WITH_LANG_LISTNorbert Thiebaud1-1/+1
2016-11-17loplugin:datamembershadowNoel Grandin1-2/+0
2016-11-15Fix typosSamuel Mehrbrodt1-1/+1
2016-11-15loplugin:constantparamNoel Grandin3-4/+4
2016-11-12coverity#1394296 Dereference before null checkCaolán McNamara2-15/+12
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin8-10/+10
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann1-2/+2
2016-11-10'make screenshot' loplugin fixesStephan Bergmann1-8/+1
2016-11-09loplugin:expandablemethods in dbaccessNoel Grandin41-276/+88
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin1-1/+1
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin4-10/+8
2016-11-07style fix for cppcheck redundantConditionJochen Nitschke1-1/+1
2016-11-07Resolves: #i119892# Missing "by" in descriptionDamjan Jovanovic1-1/+1
2016-11-04loplugin:oncevar in dbaccessNoel Grandin17-92/+43
2016-11-03tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu1-8/+1
2016-11-02loplugin:unusedfieldsNoel Grandin1-6/+0
2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke1-1/+1
2016-10-31No good reason for dbaccess::OCacheSet::updateRow to be pure?Stephan Bergmann3-7/+1