summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Collapse)Author
2014-08-18fdo#82427 disambiguate "NOT LIKE 'foo'"Lionel Elie Mamane
Change-Id: Iab383639ea73cc87c03f4f42433bc9ccfcd988ef
2014-08-18fdo#82757 call convertStringToNumber and detectNumberFormat with same localeLionel Elie Mamane
So that they agree (among others) on date recognition patterns. Change-Id: I964142702b5bb23bca2c62433e52f76dfa4bdacb
2014-08-18check len before memcpying into itCaolán McNamara
valgrind + bff on sf_3e0068c9b19bb548826bed0599f65745-CrdWMI-minimized.gif Change-Id: I74cc21609f1c97a27e13615593f678cbbc8463e3
2014-08-14java: remove unused importsNoel Grandin
Change-Id: Ic60b30141fd1dc61acfb97b811aec680a2ab9c22
2014-08-14java: remove commented out codeNoel Grandin
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
2014-08-13connectivity: remove pre-Java1.5 workaroundNoel Grandin
Change-Id: Ie35a308d012e75e3aa73dc81d06f0a39a881760b
2014-08-13java: remove dead methodsNoel Grandin
found by UCDetector Change-Id: I219caa8e680dba5a395541a778df6144841c4dde
2014-08-13warning C4471: 'DataTypeEnum' : a forward declaration of an unscoped...Thomas Arnhold
...enumeration must have an underlying type (int assumed) Change-Id: I51033adab7318f8bca5eeb325e522376e9e8c3ab
2014-08-13update_pchThomas Arnhold
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
2014-08-13java: reduce scope, make some methods privateNoel Grandin
found by UCDetector Change-Id: Ib1425edde146193a65c242dc159b7e3fbf0e4a2e
2014-08-13java: reduce scope, make member classes privateNoel Grandin
found by UCDetector Change-Id: Ief32d078090102b14b60b35fc36542f8d4fb252b
2014-08-13java: reduce scope, make fields privateNoel Grandin
found by UCDetector Change-Id: I7f97e15667159cf8ee776e8f32fdcdec8ec00ed6
2014-08-13java: reduce scope, make constructors privateNoel Grandin
found by UCDetector Change-Id: If05277fd2fe77ceabb4c7c87aeb8569e3406102d
2014-08-12java: reduce scope, make constants privateNoel Grandin
found by UCDetector Change-Id: Ide9975e361ed17ac8cdcbe67ba74c563a9392d57
2014-08-12java: remove useless javadoc tagsNoel Grandin
that are not conveying any useful information Change-Id: Ic37934b8cc376fcdcb3d295232452f411dfd43b1
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
2014-08-09check return of Execute row and propogate error codeCaolán McNamara
Change-Id: I75b2c454122aa2d75d66dc46865135e01277bbcb
2014-08-09Conditional jump or move depends on uninitialised value(s)Caolán McNamara
at 0x2DC948DF: connectivity::dbase::ODbaseTable::fillColumns() (DTable.cxx:330) ... by 0x2C57E3B3: ScDocShell::DBaseImport(rtl::OUString const&, unsigned short, ScColWidthParam*, ScFlatBoolRowSegments&) (docsh8.cxx:345) bff + valgrind: sf_52f907dbea3069ba59ef1e183a0f4160-430.pcx fuzz a pcx long enough and it turns into a dbase file Change-Id: Idf1622d6b55ae2cca381f263333d0ab0b6a469b2
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
.. actually thrown Change-Id: Ia326ac7f82e11b948ed0f34e20908a96e7adcd10
2014-08-08java: remove unused fieldsNoel Grandin
Change-Id: I25fef9590a34ec8d9aab182b3d267ae3cd649a87
2014-08-05java: remove commented out codeNoel Grandin
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
2014-08-04java: remove some unused import statementsNoel Grandin
Change-Id: Id6342be66221c81b05aee9af519c800e51a286b3
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin
where the return value is always cast to XMultiServiceFactory, so just do the cast in the method and avoid noise at the call sites. Change-Id: I3a2e06ac6edb3c6021eda6442032db57aaa22e13
2014-07-29Fix *_component_getFactory function typeStephan Bergmann
Change-Id: I827fd727eb49ce19da847327d78bca531a11bc1a
2014-07-26coverity#706301 Uncaught exceptionCaolán McNamara
Change-Id: I6c81df21c7c8713e3d409fb9418e6d6bcca48d68
2014-07-26coverity#1079093 Uncaught exceptionCaolán McNamara
Change-Id: I4b09963e2daf22dcd006fee0ce0bb130c7c18342
2014-07-22Resolves fdo#81213: Wrong table-clause generated by reportbuilderJulien Nabet
Oracle doesn't accept "AS" for making an alias from a table See https://bugs.freedesktop.org/show_bug.cgi?id=81213#c2 https://bugs.freedesktop.org/show_bug.cgi?id=81213#c4 https://bugs.freedesktop.org/show_bug.cgi?id=81213#c5 for more information (thank you Lionel) Change-Id: I33c86d78b2590116d4af46ffd3e54c3c791268ea
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara
Change-Id: Ic18823fd60826c144058df32c27ab25d58664e30
2014-07-19Typo: generel->generalJulien Nabet
Change-Id: Ib967981eb2b8ee6610a983b38f2f2617e873f17d
2014-07-19fdo#81336 bison priority increase with bigger numberLionel Elie Mamane
Change-Id: Ib99f08c52379fd9df90c30b61cc246ee53022506 Reviewed-on: https://gerrit.libreoffice.org/10401 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-07-18remove unnecessary "const &" qualifier from T* parametersNoel Grandin
e.g. convert code like foo(X * const & p) to foo(X * p) since the "const &" part of it adds nothing useful. Change-Id: Icf5f2041517259e7b6e055b75ed1e0e77c547da5
2014-07-17Fix FTBFS with TDE support enabledTimothy Pearson
Change-Id: Ib85371542c5d79ef69bc76f6aa388acdfd9dd849 Reviewed-on: https://gerrit.libreoffice.org/10348 Reviewed-by: Timothy Pearson <kb9vqf@pearsoncomputing.net> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-13coverity#706364 Uncaught exceptionCaolán McNamara
Change-Id: I4a6f7a2aa76d2a998bb6392de35fa1d25c85b3ce
2014-07-11VS2013: Make ADO backwards compatible for SDK > 8.0David Ostrovsky
Change-Id: I2e607156831321cc0ea5c3030befb635c5acaed1 Reviewed-on: https://gerrit.libreoffice.org/10156 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-07-10coverity#706372 Uncaught exceptionCaolán McNamara
Change-Id: If3b3395bbe44720540e9619bba6088c6cd29ed37
2014-07-10Fix function signatureStephan Bergmann
Change-Id: Ia3cd228009792d2e5c2e3b74e740341bb0088867
2014-07-10use SimpleReferenceObject in connectivity moduleNoel Grandin
to replace hand-rolled version Change-Id: Ib415a6e78733277cbc1c0777d7263b65f404e6a4
2014-07-07WaE: enumeration values not handled in switchTor Lillqvist
The previous commit to this file removed the default: case, so add it back (even if doing nothing now). Change-Id: Idc02818a30216dda0d64fddf21188de5766672e2
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
Change-Id: Ic1c999ffdc391ea01be5711721e7c9e63179473e
2014-07-06DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
Change-Id: I9390228721df1b713d8cf2e719854b74d6b639c8
2014-07-03JOINs are left-associativeLionel Elie Mamane
Change-Id: I24fdd2ce9bb87cc52a7c84ec8cd300bc13b11461
2014-07-03use assert when followed by derefCaolán McNamara
Change-Id: I8405e4d8f9fa1de3ef6ee474321b4ac2b4ce1624
2014-07-03clang scan-build: Argument with 'nonnull' attribute passed nullCaolán McNamara
Change-Id: I7e8700936cf98a672a2513232cf4247f1783c41b
2014-07-02SAL_WARN->assertCaolán McNamara
immediately dereferenced Change-Id: I96a657973c219facbaa64dd079dcaaaa3c1c4dd8
2014-07-02coverity#706374 Uncaught exceptionCaolán McNamara
Change-Id: Ie17e29e6893c6f69f176d77fab9dcb6a90cb432b
2014-07-02coverity#706373 Uncaught exceptionCaolán McNamara
Change-Id: Iee4774dffd43be3fc3eacbcc81f150706625fcad
2014-07-02coverity#706371 Uncaught exceptionCaolán McNamara
Change-Id: I2019711112b1acb336b3002faca312c658f28671
2014-07-02coverity#706368 Uncaught exceptionCaolán McNamara
Change-Id: Ia8988be31ed4dc4843bd6c2573ec14efa3af6397
2014-07-02coverity#706367 Uncaught exceptionCaolán McNamara
Change-Id: I5c17c94956a44dab13935dca41e812ebd196203a
2014-07-02coverity#706364 Uncaught exceptionCaolán McNamara
Change-Id: I75cd82d55d8bdf2f111cd0a91f056e1956ddad02