summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/FValue.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: connectivityStephan Bergmann1-1/+1
2016-12-12Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann1-14/+0
2016-08-25cid#1371320 Missing move assignment operatorNoel Grandin1-0/+17
2016-05-30com::sun::star->css in connectivityNoel Grandin1-21/+21
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-05-06connectivity: replace boost::remove_reference with std::remove_referenceMichael Stahl1-1/+0
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-10/+10
2016-04-25-Werror=maybe-uninitializedStephan Bergmann1-2/+3
2016-04-25Cannot extract Any to sal_uInt32Stephan Bergmann1-1/+4
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-2/+2
2016-02-22Remove TRACE_ALLOC/FREE debugging codeStephan Bergmann1-96/+0
2016-02-22loplugin:write only fieldsNoel Grandin1-4/+1
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-19/+0
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-10-18tdf#72205 a VARCHAR and a LONGVARCHAR should compare equalLionel Elie Mamane1-1/+69
2015-10-18janitorial: indentLionel Elie Mamane1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-32/+32
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-17Remove include stdio (part1)Julien Nabet1-1/+0
2015-04-25tdf#90614 oups... I was too eager in replacing getAny() with makeAny()Lionel Elie Mamane1-1/+4
2015-04-24Typo: UNSPUPPORTED->UNSUPPORTEDJulien Nabet1-1/+1
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-36/+36
2015-03-02getAny() is not a safe default, it assumes there is actually an AnyLionel Elie Mamane1-16/+16
2015-02-05BOOST_STATIC_ASSERT->static_assert and drop some includesCaolán McNamara1-1/+0
2014-10-03loplugin: cstylecastNoel Grandin1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-10/+10
2014-06-04connectivity: fix includesThomas Arnhold1-2/+2
2014-05-13fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFONoel Grandin1-27/+0
2014-04-14remove static stringsThomas Arnhold1-4/+2
2014-04-03Remove unused getBinary/CharacterStreamStephan Bergmann1-6/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-36/+36
2014-02-27Remove visual noise from connectivityAlexander Wilms1-5/+5
2014-02-23Remove unneccessary commentsAlexander Wilms1-49/+49
2014-01-28bool improvementsStephan Bergmann1-46/+46
2014-01-14Be explicit when using bool as integral valueStephan Bergmann1-10/+10
2013-12-17Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin1-1/+1
2013-11-18Fix some wrong copy pasteJulien Nabet1-3/+3
2013-11-17m_uInt8 not m_nInt8Julien Nabet1-1/+1
2013-10-20Revert "fdo#68657 bool->string conversion to 1/0, not "true"/"false"Lionel Elie Mamane1-6/+1
2013-10-20an ORowSetValue constructed from a boolean is a booleanLionel Elie Mamane1-1/+1
2013-10-20fdo#68657 bool->string conversion to 1/0, not "true"/"falseLionel Elie Mamane1-1/+6
2013-10-17per SQL standard, BIT is 0/1 but BOOLEAN is true/falseLionel Elie Mamane1-0/+2
2013-10-16respect reference values in checkboxesLionel Elie Mamane1-0/+2
2013-10-16janitorial: bool is bool, not sal_BoolLionel Elie Mamane1-2/+2
2013-10-16string->bool conversion recognise "1"/"0" additionally to "true"/"false"Lionel Elie Mamane1-2/+2
2013-08-14fixup handling of unsigned valuesLionel Elie Mamane1-4/+18
2013-06-28remove ::connectivity::to(Date)?(Time)?String; same as DBTypeConversion::*Lionel Elie Mamane1-3/+3
2013-06-17fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-29/+28