summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg
Commit message (Expand)AuthorAgeFilesLines
* vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-1012-25/+25
* vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-101-0/+1
* vclwidget: only call dispose() onceNoel Grandin2015-04-1033-53/+53
* Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-102-6/+7
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-1043-273/+825
* vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-0912-61/+61
* vcl: VclPtr conversion in dbaccessNoel Grandin2015-04-0943-169/+228
* loplugin:staticmethodsNoel Grandin2015-04-091-2/+2
* convert SvtModuleOptions::EFactory to enum classNoel Grandin2015-04-071-1/+1
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-024-6/+6
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-024-6/+6
* fix macro and enum name collision using CamelCaseNoel Grandin2015-03-271-15/+15
* work around Windows and OSX macro collisions with enum valuesNoel Grandin2015-03-271-3/+3
* convert BUTTON_ constants to enum classNoel Grandin2015-03-271-18/+18
* convert SFX_FILTER_ constants to enum classNoel Grandin2015-03-191-1/+1
* dbaccess: PVS-Studio V522 Dereferencing of null pointer 'piTmpConnection'Michael Stahl2015-03-121-3/+0
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-101-3/+3
* tdf#89391 : Datasource URL in Database Properties window cannot be viewedSzymon Kłos2015-03-061-0/+1
* V801: Decreased performanceCaolán McNamara2015-03-051-2/+2
* tdf#89070 Table filter dialog: properly initialise OTableTreeListBoxLionel Elie Mamane2015-02-051-0/+1
* Use vector::dataStephan Bergmann2015-01-281-2/+1
* Typo: ..syncronous..=>synchronous (dbaccess)(new)Julien Nabet2015-01-241-2/+2
* Revert "Typo: ..syncronous..=>synchronous (dbaccess)"Julien Nabet2015-01-241-2/+2
* Typo: ..syncronous..=>synchronous (dbaccess)Julien Nabet2015-01-241-2/+2
* Some more loplugin:cstylecast: dbaccessStephan Bergmann2015-01-201-3/+3
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-122-2/+2
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-122-4/+4
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-093-3/+3
* Resolves: fdo#87840 by default hide all feature checkboxesCaolán McNamara2015-01-071-0/+1
* Related fdo#87840: mix between ignorecurrency and inputchecksJulien Nabet2014-12-311-2/+2
* dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-184-10/+8
* dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-152-4/+4
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-093-9/+5
* fdo#86852 correctly recognise NULL values in query parameter values dialogLionel Elie Mamane2014-12-012-8/+3
* Correct error message: the name is the parameter's, not the column'sLionel Elie Mamane2014-12-011-1/+1
* Don't accept invalid value just because user insistsLionel Elie Mamane2014-12-011-2/+0
* -Werror,-WswitchStephan Bergmann2014-12-011-0/+2
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-011-2/+2
* Add missing space in translatable stringAdolfo Jayme Barrientos2014-11-261-1/+1
* vcl: let the ModalDialog ctor take an OUStringMiklos Vajna2014-11-161-1/+1
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-054-14/+14
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-301-2/+2
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-152-7/+0
* convert vcl StateChangedType to enum classNoel Grandin2014-10-112-3/+3
* coverity#1242480 Dereference null return valueCaolán McNamara2014-10-031-4/+4
* loplugin: cstylecastNoel Grandin2014-10-031-2/+2
* coverity#1242747 Uninitialized pointer fieldCaolán McNamara2014-10-012-10/+2
* fdo#82577: Handle RegionNoel Grandin2014-09-301-1/+1