aboutsummaryrefslogtreecommitdiff
path: root/source/kl/wizards
AgeCommit message (Collapse)Author
2017-09-27update translations for 5.4.2 rc2Christian Lohmaier
and force-fix errors using pocheck Change-Id: I2bf9a01383ba02af3558088146c45070bb130624
2017-07-12update translationsChristian Lohmaier
and force-fix errors using pocheck also update po files for low-completion-ratio (<10% in UI) langs Change-Id: I5c1d8fc0368c79a8d1d732cc21258214c7a39502 (cherry picked from commit d317414f8297e51842dc450bfaf5eeff5cb164ff)
2015-08-12update translationsChristian Lohmaier
and force-fix errors using pocheck (based on 5-0 templates) Change-Id: Ia5f050e72d6aa24ae5ec73898e7c05ca2d4103cb
2015-05-19update translations for 5.0.0 beta1libreoffice-5-0-branch-pointChristian Lohmaier
and force-fix errors using pocheck Change-Id: I295e6d2e6b47a06165cdf8900e2775b7157af809
2014-11-20update translations for 4.4.0 beta1Christian Lohmaier
and force-fix errors using pocheck Change-Id: I8743837d52212af0d16ae1aeddc83651fb5d89d4
2014-10-17update translations for 4.4.0.0alpha1Christian Lohmaier
(based on the 4.3 translations) and force-fix errors using pocheck Change-Id: I64547fd1d137a0bfa7bd4a55e8a547a7845faf96
2014-04-20update translations for 4.3.0 alpha1Christian Lohmaier
and force-fix errors using pocheck Change-Id: Id45e0dc7161738ebd69ba07108b9fdd149643703
2013-12-09update translations for 4.2.0 Beta2Christian Lohmaier
also remove unused files and force-fix errors using pocheck Change-Id: If95f38febdf34951193d67b1eb7a8fbfd292474d
2013-06-27update translations for LibreOffice 4.1 rc1Andras Timar
Change-Id: Icdd695955786c330a21e7870ac9e617ccf2d5ebe
2013-05-25initial import of 4.1 translationsAndras Timar
Change-Id: Ia93f31dedcdff3e180c36473e0667022795d96a7
2013-01-06 update translations for LibreOffice 4.0 rc1Andras Timar
Change-Id: I85ba7031ebee3b3b0108218e97093fab1e9d84a3
2012-12-16update translations for LibreOffice 4.0 beta2Andras Timar
Change-Id: Iff858adb848a543f565e3c0df33c8398c74c754d
2012-12-03update translations for LibreOffice 4.0 beta1Andras Timar
Change-Id: I35e0bf7dfef1541f76508edb962e89bc5d78e339
2012-11-20initial import of LibreOffice 4.0 translationsAndras Timar
Change-Id: I577494b6b4189ed19723af4b5e273ea4da85e708
-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx
AgeCommit message (Expand)Author
2024-05-07loplugin:ostr in connectivityNoel Grandin
2024-04-01tdf#146619 Drop unused 'using namespace' in: connectivity/Gabor Kelemen
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2022-07-11tdf#149951: MySQL/MariaDB (direct connection) save images in BLOB-fieldsJulien Nabet
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2021-05-27VisualStudio 16.10 doesn't like this constructionNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-02-17loplugin:referencecasting in connectivityNoel
2020-05-10mysql-sdbc: do not lie about supporting XPreparedBatchExecutionLionel Elie Mamane
2020-05-09mysql-sdbc: fill SQLSTATE field of SQLException when throwing itLionel Elie Mamane
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen
2019-11-27In the same way as 97ad402d58b52a1f2636905137c21298531c2935Julien Nabet
2019-11-26tdf#128698: MySQL/MariaDB direct Connection: time-values not written to tableJulien Nabet
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann
2019-10-17Remove some memset callsMike Kaganski
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-04-13loplugin:sequentialassign in codemaker..connectivityNoel Grandin
2018-12-08Clean up obsolete uses of BOOST_FALLTHROUGHStephan Bergmann
2018-12-06Remove obsolete GCC version checksStephan Bergmann
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-13mysqlc: fix XPreparedStatement::setTimestampTamas Bunth
2018-09-11-Werror,-Wunused-macros (clang-cl)Stephan Bergmann
2018-09-11loplugin:unusedmethodsNoel Grandin
2018-08-30Combine mysqlc and connectivity.mysqlc log areasStephan Bergmann
2018-08-24Moving mysqlc into connectivity as a libraryTamas Bunth