summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/FValue.cxx
AgeCommit message (Expand)Author
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-07-24cid#1448360 Assignment of overlapping memoryCaolán McNamara
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen
2019-01-21Fix typoAndrea Gelmini
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-06loplugin:collapseif in accessibility..cuiNoel Grandin
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: connectivityStephan Bergmann
2016-12-12Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann
2016-08-25cid#1371320 Missing move assignment operatorNoel Grandin
2016-05-30com::sun::star->css in connectivityNoel Grandin
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