summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file
AgeCommit message (Expand)Author
2014-04-01connectivity: sal_Bool->boolNoel Grandin
2014-03-28Remove remaining DBG_CTOR etc. remnants from connectivityStephan Bergmann
2014-03-13coverity#705789 Dereference before null checkCaolán McNamara
2014-02-27Remove visual noise from connectivityAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-24Remove unnecessary extractInterfaceStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-10Typo: execption -> exceptionJulien Nabet
2014-02-01coverity#707694 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-28bool improvementsStephan Bergmann
2014-01-13drop unnecessary tools/string.hxx includesCaolán McNamara
2013-12-30drop STRING_MAXLEN uses from connectivityCaolán McNamara
2013-12-13assert non-nullnessStephan Bergmann
2013-12-13sdbc file driver (Prepared)Statement: created ResultSet owned by *caller*Lionel Elie Mamane
2013-11-30fdo#72148 if expecting table at begin, explicitly set it soLionel Elie Mamane
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann
2013-11-13xub_StrLen->sal_Int32Caolán McNamara
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-09fdo#54938: Adapt connectivity module to use cppu::supportsServiceMarcos Paulo de Souza
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-12Update implementations of ColumnLocate::findColumn to throw on invalid column.Andrzej J.R. Hunt
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-19fixupLionel Elie Mamane
2013-07-19Cleanup String in connectivityNorbert Thiebaud
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud
2013-06-17fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-06-05use uno::Reference#clear() method...Noel Grandin
2013-05-22fdo#46808, Convert XMultiServiceFactory to XComponentContextNoel Grandin
2013-05-19remove unused & suspicious methodLionel Elie Mamane
2013-05-19connectivity::file::OResultSet remove totally unused data memberLionel Elie Mamane
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-08make use of startsWith()Thomas Arnhold
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong
2013-03-04doubled namespaceThomas Arnhold
2013-03-03loplugin: unused variables and commented codeThomas Arnhold
2013-02-25loplugin: unused variablesThomas Arnhold
2013-02-23Fix typo seperated/separatedJulien Nabet
2013-02-05ORowSetValue: clean up sign/unsigned union memberDavid Ostrovsky
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist
2012-12-17UniString::ToUpperAscii -> OUString::toAsciiUpperCaseCaolán McNamara
2012-12-17use return value optimizationCaolán McNamara