summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-0916-22/+23
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-085-107/+0
* Variadic cppu::ImplInheritanceHelperStephan Bergmann2015-01-071-2/+2
* Resolves: fdo#87840 by default hide all feature checkboxesCaolán McNamara2015-01-072-17/+60
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-073-3/+3
* fdo#39440 reduce scope of local variablesŁukasz Hryniuk2015-01-074-5/+4
* fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin2015-01-062-10/+10
* java: these fields can become local variablesNoel Grandin2015-01-051-5/+3
* java: remove dead codeNoel Grandin2015-01-051-10/+0
* Fix simple typos.Andrea Gelmini2015-01-021-1/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-023-6/+6
* Remove unnecessary comphelper::string::getTokenStephan Bergmann2015-01-021-1/+1
* Related fdo#87840: mix between ignorecurrency and inputchecksJulien Nabet2014-12-311-2/+2
* Fix MSVC buildStephan Bergmann2014-12-181-1/+1
* Work around MSVC bugStephan Bergmann2014-12-181-3/+3
* dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1822-77/+73
* comphelper: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-1/+1
* Introduce rtl::OUStringLiteral1Stephan Bergmann2014-12-171-1/+1
* dbaccess: the PythonTest requires Java for hsqldbMichael Stahl2014-12-151-0/+2
* java: remove some unused fields and variablesNoel Grandin2014-12-151-1/+1
* dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1515-50/+51
* fdo#39440 remove unused variablesMichael Weghorn2014-12-141-3/+0
* Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky2014-12-111-1/+0
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-3/+3
* Typo: postion(s)=>position(s)Julien Nabet2014-12-101-1/+1
* java: simplify the getMSF() methodsNoel Grandin2014-12-101-3/+2
* changed timers to idleJennifer Liebel2014-12-092-10/+10
* idle to timerJennifer Liebel2014-12-092-10/+10
* changed timers to idleJennifer Liebel2014-12-092-10/+10
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-098-18/+10
* fdo#38835 strip out OUString globalsNoel Grandin2014-12-082-9/+7
* Typo "mehtod" -> "method"Stephan Bergmann2014-12-081-1/+1
* Slightly less verbose adaptation to boost-1.56.0Thorsten Behrens2014-12-051-2/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-12-051-3/+3
* fdo#86852 correctly recognise NULL values in query parameter values dialogLionel Elie Mamane2014-12-013-10/+5
* 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
* WaE: -Werror=switchCaolán McNamara2014-12-014-19/+18
* WaE: -Werror=switchCaolán McNamara2014-12-011-11/+9
* -Werror,-WswitchStephan Bergmann2014-12-011-9/+5
* -Werror,-WswitchStephan Bergmann2014-12-013-0/+6
* -Werror,-WswitchStephan Bergmann2014-12-011-0/+2
* -Werror,-WswitchStephan Bergmann2014-12-011-0/+2
* -Werror,-WswitchStephan Bergmann2014-12-011-0/+2
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-0119-31/+31
* Add missing space in translatable stringAdolfo Jayme Barrientos2014-11-261-1/+1
* HIG fixes for dbaccessAdolfo Jayme Barrientos2014-11-2555-1083/+563
* java,qadev: remove unused parameters and local varsNoel Grandin2014-11-241-1/+1
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-1812-0/+13
* java: make fields final where possibleNoel Grandin2014-11-181-3/+3