summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/FValue.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-20tdf#72205 a VARCHAR and a LONGVARCHAR should compare equalLionel Elie Mamane1-1/+69
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
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-30/+30
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-03-18fix makeAny callsChristian Lohmaier1-3/+2
2013-02-09ORowSetValue: move float and double to unionDavid Ostrovsky1-74/+50
2013-02-05ORowSetValue: clean up sign/unsigned union memberDavid Ostrovsky1-239/+508
2012-08-07Replace usage of rtl/memory.h in connectivity with equivalent from string.hArnaud Versini1-1/+2
2012-06-12re-base on ALv2 code.Michael Meeks1-23/+14
2012-03-29Remove unused code in connectiviy.Santiago Martinez1-94/+0
2012-02-16ORowSetValue::setTypeKind: correctly convert to (C)LOB/OBJECT/OTHERLionel Elie Mamane1-2/+2
2012-02-16typo & copy/paste error in error messageLionel Elie Mamane1-2/+2
2011-11-29fs34c: #i117666# check first if value is nullmst1-4/+6
2011-11-27remove include of pch header in connectivityNorbert Thiebaud1-2/+0
2011-04-28Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens1-9/+39
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-24#i10000# fix for Solaris warningsVladimir Glazunov1-3/+0
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-9/+23