summaryrefslogtreecommitdiff
path: root/connectivity/source/parse
AgeCommit message (Expand)Author
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-17cid#1500499 Resource leakCaolán McNamara
2022-09-16OSL_ENSURE->assert where we would crash if not trueCaolán McNamara
2022-09-08Simplify by using replace instead of replaceAt in loop in connectivity (4)Julien Nabet
2022-09-04tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-18cid#1500536 silence Resource leakCaolán McNamara
2022-06-13clang-tidy modernize-pass-by-value in connectivityNoel Grandin
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya
2022-05-05loplugin:unusedvariableplusNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in connectivityStephan Bergmann
2022-05-01use more string_view in variousNoel Grandin
2022-04-11use more string_viewNoel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-02-28cid#1500397 silence Resource leakCaolán McNamara
2022-02-27cid#1500397: Resource leakJulien Nabet
2022-02-21cid#1500693 Resource leakJulien Nabet
2022-02-08cid#1497933 suppress Macro compares unsigned to 0Caolán McNamara
2022-01-17Resolves: tdf#146757 Use correct format index keys instead of wrong hackEike Rathke
2021-12-26can use OUStringLiteral hereNoel Grandin
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-09-27fetch the column names once and keep it up to date as new names insertedCaolán McNamara
2021-09-27pass the column names in as an external argumentCaolán McNamara
2021-09-27split getUniqueColumnNameCaolán McNamara
2021-09-27appendColumns is always called with m_aSelectColumns as 1st argCaolán McNamara
2021-09-27setSelectColumnName is always called with m_aSelectColumns as 1st argCaolán McNamara
2021-09-27ofz#39309 collect the names just onceCaolán McNamara
2021-09-14Adapt to Bison 3.8 internal yyn -> yyrule renameStephan Bergmann
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-08Simplify Sequences initializations (comphelper+connectivity)Julien Nabet
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin
2021-03-27tdf#141115: correctly find the ORDER BY clause of a UNIONLionel Elie Mamane
2021-02-22loplugin:refcounting in connectivityNoel
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-13Removed duplicated includeAndrea Gelmini
2020-05-13use std::optional for this error fieldNoel Grandin
2020-05-08tdf#122461 SQL identifiers (names) can contain newlinesLionel Elie Mamane
2020-04-26tdf#132385: sql parser: don't drop clauses from window specificationJulien Nabet
2020-04-25Typo: *Comparsion* -> *Comparison* in dbaccess/connectivityJulien Nabet