Age | Commit message (Expand) | Author | Files | Lines |
2013-08-14 | fdo#67546 handle unsigned 64 bit integers | Lionel Elie Mamane | 1 | -0/+1 |
2013-07-31 | fdo#67387 skip separating space between date and time in timestamp | Lionel Elie Mamane | 1 | -0/+6 |
2013-07-15 | i#108348 API CHANGE: add IsUTC to css.util.DateTime etc. | Michael Stahl | 1 | -2/+3 |
2013-06-28 | fix nanosecond computation | Lionel Elie Mamane | 1 | -57/+42 |
2013-06-28 | fdo#66216 fix DBTypeConversion::toTime overflow | Lionel Elie Mamane | 1 | -2/+2 |
2013-06-28 | fdo#66216 fix DBTypeConversion::toTimeString format | Lionel Elie Mamane | 1 | -4/+7 |
2013-06-24 | fdo#49708 when there is no Primary Key, there is no Primay Key | Lionel Elie Mamane | 1 | -2/+9 |
2013-05-19 | janitorial: typos in comments | Lionel Elie Mamane | 1 | -2/+2 |
2013-05-06 | remove usage of RTL_CONSTASCII_USTRINGPARAM | Luboš Luňák | 2 | -5/+5 |
2013-04-26 | QueryDesign: in criteria, remove column_ref when table *and* column name match | Lionel Elie Mamane | 1 | -1/+1 |
2013-04-20 | connectivity: use LL qualifier for int64 contants | Norbert Thiebaud | 1 | -2/+2 |
2013-04-18 | WaE use std streams instead of C-style format strings | Lionel Elie Mamane | 1 | -10/+7 |
2013-04-18 | date/time IDL datatypes incompatible change | Lionel Elie Mamane | 2 | -67/+95 |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | 37 | -736/+735 |
2013-04-05 | new module i18nlangtag | Eike Rathke | 1 | -2/+2 |
2013-04-05 | Drop jvmaccess and jvmfwk when no SOLAR_JAVA | Tor Lillqvist | 1 | -7/+4 |
2013-04-01 | remove odd macro | Thomas Arnhold | 1 | -2/+1 |
2013-04-01 | remove boilerplate comments | Thomas Arnhold | 5 | -10/+4 |
2013-03-30 | OSL_FAIL -> SAL_WARN | Thomas Arnhold | 1 | -15/+14 |
2013-03-26 | Do not needlessly include jvmaccess/virtualmachine.hxx in header | Stephan Bergmann | 1 | -0/+1 |
2013-03-25 | Fix warning: unused variable 'sColumnName' [loplugin] | Tor Lillqvist | 1 | -16/+0 |
2013-03-20 | Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength) | Stephan Bergmann | 1 | -2/+2 |
2013-03-20 | simplify OUString assignments | Chr. Rossmanith | 4 | -12/+12 |
2013-03-19 | removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations | Thomas Arnhold | 17 | -62/+62 |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold | 19 | -111/+111 |
2013-03-18 | fix makeAny calls | Christian Lohmaier | 1 | -3/+2 |
2013-03-12 | janitorial: readability | Lionel Elie Mamane | 1 | -2/+1 |
2013-03-11 | use startsWith() instead of compareToAscii() | Thomas Arnhold | 1 | -1/+1 |
2013-03-11 | fdo#61726: rename report-builder package to org.libreoffice.report | David Ostrovsky | 1 | -2/+2 |
2013-03-09 | fdo#43460: use isEmpty() | Thomas Arnhold | 2 | -2/+2 |
2013-03-05 | doubled using | Thomas Arnhold | 2 | -2/+0 |
2013-03-04 | doubled namespaces | Thomas Arnhold | 3 | -4/+0 |
2013-03-04 | remove unused and commented out code | Thomas Arnhold | 1 | -6/+0 |
2013-03-03 | Related to fdo#60724: correct spelling | Thomas Arnhold | 1 | -1/+1 |
2013-03-03 | loplugin: unused variables and commented code | Thomas Arnhold | 3 | -4/+0 |
2013-03-02 | Typo fix: informations -> information and a few other adjacent typos. | Gregg King | 1 | -1/+1 |
2013-02-25 | remove some trivial duplicates | Thomas Arnhold | 1 | -1/+0 |
2013-02-25 | loplugin: unused variables | Thomas Arnhold | 1 | -1/+0 |
2013-02-11 | fdo#46808, Adapt java::JavaVirtualMachine UNO service to new style | Noel Grandin | 1 | -11/+6 |
2013-02-09 | ORowSetValue: move float and double to union | David Ostrovsky | 1 | -74/+50 |
2013-02-05 | ORowSetValue: clean up sign/unsigned union member | David Ostrovsky | 1 | -239/+508 |
2013-01-19 | Remove some RTL_* macdros from connectivity and.. | Marcos Paulo de Souza | 1 | -468/+140 |
2013-01-09 | fdo#46808, new method OConfigurationTreeRoot::createWithComponentContext | Noel Grandin | 3 | -6/+6 |
2012-12-27 | Sigh, my git grep regexps missed some cases | Tor Lillqvist | 1 | -2/+2 |
2012-12-10 | fdo#46808, Convert connectivity::SQLError to use XComponentContext... | Noel Grandin | 1 | -7/+8 |
2012-12-10 | fdo#46808, Adapt sdbc::DriverManager UNO service to new style | Noel Grandin | 2 | -6/+7 |
2012-12-10 | fdo#46808, Adapt sdbc::ConnectionPool UNO service to new style | Noel Grandin | 1 | -1/+1 |
2012-12-06 | fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new style | Noel Grandin | 1 | -15/+5 |
2012-12-06 | fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new style | Noel Grandin | 2 | -5/+5 |
2012-11-28 | fdo#46808, use service constructor for sdbc::ConnectionPool | Noel Grandin | 2 | -17/+20 |