summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/FValue.cxx
AgeCommit message (Expand)Author
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-06connectivity: replace boost::remove_reference with std::remove_referenceMichael Stahl
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-04-25-Werror=maybe-uninitializedStephan Bergmann
2016-04-25Cannot extract Any to sal_uInt32Stephan Bergmann
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-02-22Remove TRACE_ALLOC/FREE debugging codeStephan Bergmann
2016-02-22loplugin:write only fieldsNoel Grandin
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-18tdf#72205 a VARCHAR and a LONGVARCHAR should compare equalLionel Elie Mamane
2015-10-18janitorial: indentLionel Elie Mamane
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-05-17Remove include stdio (part1)Julien Nabet
2015-04-25tdf#90614 oups... I was too eager in replacing getAny() with makeAny()Lionel Elie Mamane
2015-04-24Typo: UNSPUPPORTED->UNSUPPORTEDJulien Nabet
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-02getAny() is not a safe default, it assumes there is actually an AnyLionel Elie Mamane
2015-02-05BOOST_STATIC_ASSERT->static_assert and drop some includesCaolán McNamara
2014-10-03loplugin: cstylecastNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-06-04connectivity: fix includesThomas Arnhold
2014-05-13fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFONoel Grandin
2014-04-14remove static stringsThomas Arnhold
2014-04-03Remove unused getBinary/CharacterStreamStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-27Remove visual noise from connectivityAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2014-01-14Be explicit when using bool as integral valueStephan Bergmann
2013-12-17Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin
2013-11-18Fix some wrong copy pasteJulien Nabet
2013-11-17m_uInt8 not m_nInt8Julien Nabet
2013-10-20Revert "fdo#68657 bool->string conversion to 1/0, not "true"/"false"Lionel Elie Mamane
2013-10-20an ORowSetValue constructed from a boolean is a booleanLionel Elie Mamane
2013-10-20fdo#68657 bool->string conversion to 1/0, not "true"/"falseLionel Elie Mamane
2013-10-17per SQL standard, BIT is 0/1 but BOOLEAN is true/falseLionel Elie Mamane
2013-10-16respect reference values in checkboxesLionel Elie Mamane
2013-10-16janitorial: bool is bool, not sal_BoolLionel Elie Mamane
2013-10-16string->bool conversion recognise "1"/"0" additionally to "true"/"false"Lionel Elie Mamane
2013-08-14fixup handling of unsigned valuesLionel Elie Mamane
2013-06-28remove ::connectivity::to(Date)?(Time)?String; same as DBTypeConversion::*Lionel Elie Mamane
2013-06-17fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
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-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold