summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/UITools.cxx
AgeCommit message (Expand)Author
2016-11-04loplugin:oncevar in dbaccessNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-04-25clang-tidy modernize-loop-convert in d*Noel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-12clang-tidy performance-unnecessary-value-param in dbaccessNoel Grandin
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin
2016-02-25convert EComposeRule to scoped enumNoel Grandin
2015-11-30tdf#96135 - Crash : When Field Format Window CloseNoel Grandin
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-19sfx items: Kill the SFX_ITEMSET_GET macro.Jan Holesovsky
2015-08-03com::sun::star->css in dbaccessNoel Grandin
2015-06-28Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-02V813: Decreased performanceCaolán McNamara
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-17dbaccess: sal_Bool->boolNoel Grandin
2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin
2014-02-24Remove unnecessary bool2anyStephan Bergmann