summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/predicateinput.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-01-28remove some unused local varsNoel Grandin1-1/+1
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+3
2019-10-09Resolve FIXME Decimal Separator should be OUString (connectivity/dbaccess/svx)Julien Nabet1-1/+1
2019-09-06TyposAndrea Gelmini1-2/+2
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen1-0/+1
2018-12-29SimplifyMatteo Casalin1-2/+1
2018-12-21pass OSQLParseNode around by unique_ptrNoel Grandin1-12/+10
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-01-19new loplugin:emptyifNoel Grandin1-7/+0
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann1-1/+1
2017-10-13Do not cast sal_Unicode separator to sal_CharEike Rathke1-1/+1
2017-10-13Correct copypasta decimal separator as group separatorEike Rathke1-1/+1
2016-11-07loplugin:oncevar in cui..connectivityNoel Grandin1-5/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-6/+2
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-2/+0
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-03-03loplugin:unuseddefaultparams in include/filterNoel Grandin1-11/+3
2016-02-25convert SQLNodeType to scoped enumNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-4/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-4/+4
2015-09-14boost->stdCaolán McNamara1-4/+3
2015-08-11loplugin: defaultparamsNoel Grandin1-4/+4
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini1-4/+0
2014-12-08callcatcher: update unused codeCaolán McNamara1-50/+0
2014-12-01fdo#86852 correctly recognise NULL values in query parameter values dialogLionel Elie Mamane1-31/+98
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-4/+4
2014-07-06DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-2/+2
2014-04-16connectivity: sal_Bool->boolNoel Grandin1-3/+3
2014-04-01connectivity: sal_Bool->boolNoel Grandin1-1/+1
2014-04-01connectivity: sal_Bool->boolNoel Grandin1-9/+9
2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin1-1/+1
2014-04-01connectivity: sal_Bool->boolNoel Grandin1-3/+3
2014-02-27Remove visual noise from connectivityAlexander Wilms1-7/+7
2014-02-23Remove unneccessary commentsAlexander Wilms1-6/+6
2014-02-22Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+2
2014-01-28bool improvementsStephan Bergmann1-4/+4
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-5/+1
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-6/+4
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-3/+3
2013-04-26QueryDesign: in criteria, remove column_ref when table *and* column name matchLionel Elie Mamane1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-39/+39
2013-04-01remove odd macroThomas Arnhold1-2/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-4/+4
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-6/+6
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin1-10/+9
2012-11-02Columns should know their tableLionel Elie Mamane1-1/+4
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+3