summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools
AgeCommit message (Expand)AuthorFilesLines
2013-08-14fdo#67546 handle unsigned 64 bit integersLionel Elie Mamane1-0/+1
2013-07-31fdo#67387 skip separating space between date and time in timestampLionel Elie Mamane1-0/+6
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl1-2/+3
2013-06-28fix nanosecond computationLionel Elie Mamane1-57/+42
2013-06-28fdo#66216 fix DBTypeConversion::toTime overflowLionel Elie Mamane1-2/+2
2013-06-28fdo#66216 fix DBTypeConversion::toTimeString formatLionel Elie Mamane1-4/+7
2013-06-24fdo#49708 when there is no Primary Key, there is no Primay KeyLionel Elie Mamane1-2/+9
2013-05-19janitorial: typos in commentsLionel Elie Mamane1-2/+2
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2-5/+5
2013-04-26QueryDesign: in criteria, remove column_ref when table *and* column name matchLionel Elie Mamane1-1/+1
2013-04-20connectivity: use LL qualifier for int64 contantsNorbert Thiebaud1-2/+2
2013-04-18WaE use std streams instead of C-style format stringsLionel Elie Mamane1-10/+7
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane2-67/+95
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák37-736/+735
2013-04-05new module i18nlangtagEike Rathke1-2/+2
2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist1-7/+4
2013-04-01remove odd macroThomas Arnhold1-2/+1
2013-04-01remove boilerplate commentsThomas Arnhold5-10/+4
2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold1-15/+14
2013-03-26Do not needlessly include jvmaccess/virtualmachine.hxx in headerStephan Bergmann1-0/+1
2013-03-25Fix warning: unused variable 'sColumnName' [loplugin]Tor Lillqvist1-16/+0
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann1-2/+2
2013-03-20simplify OUString assignmentsChr. Rossmanith4-12/+12
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold17-62/+62
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold19-111/+111
2013-03-18fix makeAny callsChristian Lohmaier1-3/+2
2013-03-12janitorial: readabilityLionel Elie Mamane1-2/+1
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-1/+1
2013-03-11fdo#61726: rename report-builder package to org.libreoffice.reportDavid Ostrovsky1-2/+2
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold2-2/+2
2013-03-05doubled usingThomas Arnhold2-2/+0
2013-03-04doubled namespacesThomas Arnhold3-4/+0
2013-03-04remove unused and commented out codeThomas Arnhold1-6/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-03-03loplugin: unused variables and commented codeThomas Arnhold3-4/+0
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King1-1/+1
2013-02-25remove some trivial duplicatesThomas Arnhold1-1/+0
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-11fdo#46808, Adapt java::JavaVirtualMachine UNO service to new styleNoel Grandin1-11/+6
2013-02-09ORowSetValue: move float and double to unionDavid Ostrovsky1-74/+50
2013-02-05ORowSetValue: clean up sign/unsigned union memberDavid Ostrovsky1-239/+508
2013-01-19Remove some RTL_* macdros from connectivity and..Marcos Paulo de Souza1-468/+140
2013-01-09fdo#46808, new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin3-6/+6
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist1-2/+2
2012-12-10fdo#46808, Convert connectivity::SQLError to use XComponentContext...Noel Grandin1-7/+8
2012-12-10fdo#46808, Adapt sdbc::DriverManager UNO service to new styleNoel Grandin2-6/+7
2012-12-10fdo#46808, Adapt sdbc::ConnectionPool UNO service to new styleNoel Grandin1-1/+1
2012-12-06fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new styleNoel Grandin1-15/+5
2012-12-06fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin2-5/+5
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin2-17/+20