summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2015-01-20Some more loplugin:cstylecast: dbaccessStephan Bergmann2-4/+4
2015-01-16remove unnecessary parenthesesNoel Grandin1-1/+1
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin11-15/+15
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin14-42/+42
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin1-7/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl16-22/+23
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin5-107/+0
2015-01-07Variadic cppu::ImplInheritanceHelperStephan Bergmann1-2/+2
2015-01-07Resolves: fdo#87840 by default hide all feature checkboxesCaolán McNamara2-17/+60
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin3-3/+3
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk4-5/+4
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin2-10/+10
2015-01-05java: these fields can become local variablesNoel Grandin1-5/+3
2015-01-05java: remove dead codeNoel Grandin1-10/+0
2015-01-02Fix simple typos.Andrea Gelmini1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara3-6/+6
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-1/+1
2014-12-31Related fdo#87840: mix between ignorecurrency and inputchecksJulien Nabet1-2/+2
2014-12-18Fix MSVC buildStephan Bergmann1-1/+1
2014-12-18Work around MSVC bugStephan Bergmann1-3/+3
2014-12-18dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann22-77/+73
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1
2014-12-15dbaccess: the PythonTest requires Java for hsqldbMichael Stahl1-0/+2
2014-12-15java: remove some unused fields and variablesNoel Grandin1-1/+1
2014-12-15dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann15-50/+51
2014-12-14fdo#39440 remove unused variablesMichael Weghorn1-3/+0
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky1-1/+0
2014-12-11java: reduce visibility of fields and methodsNoel Grandin1-3/+3
2014-12-10Typo: postion(s)=>position(s)Julien Nabet1-1/+1
2014-12-10java: simplify the getMSF() methodsNoel Grandin1-3/+2
2014-12-09changed timers to idleJennifer Liebel2-10/+10
2014-12-09idle to timerJennifer Liebel2-10/+10
2014-12-09changed timers to idleJennifer Liebel2-10/+10
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn8-18/+10
2014-12-08fdo#38835 strip out OUString globalsNoel Grandin2-9/+7
2014-12-08Typo "mehtod" -> "method"Stephan Bergmann1-1/+1
2014-12-05Slightly less verbose adaptation to boost-1.56.0Thorsten Behrens1-2/+1
2014-12-05fdo#38835 strip out OUString globalsNoel Grandin1-3/+3
2014-12-01fdo#86852 correctly recognise NULL values in query parameter values dialogLionel Elie Mamane3-10/+5
2014-12-01Correct error message: the name is the parameter's, not the column'sLionel Elie Mamane1-1/+1
2014-12-01Don't accept invalid value just because user insistsLionel Elie Mamane1-2/+0
2014-12-01WaE: -Werror=switchCaolán McNamara4-19/+18
2014-12-01WaE: -Werror=switchCaolán McNamara1-11/+9
2014-12-01-Werror,-WswitchStephan Bergmann1-9/+5
2014-12-01-Werror,-WswitchStephan Bergmann3-0/+6
2014-12-01-Werror,-WswitchStephan Bergmann1-0/+2
2014-12-01-Werror,-WswitchStephan Bergmann1-0/+2
2014-12-01-Werror,-WswitchStephan Bergmann1-0/+2
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl19-31/+31