summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Collapse)AuthorFilesLines
2014-09-19speed optimisationLionel Elie Mamane1-2/+3
Change-Id: I8f27adf834e09702c609170e63facb1ec1ea0ab7
2014-09-19constifyLionel Elie Mamane2-4/+4
Change-Id: If9866d25b228a5b84844943c17406c10f2c8515d
2014-09-19Better -Werror,-Wunused-function workaround, missing filesStephan Bergmann2-0/+68
Change-Id: I8bcdbf3c2b9dec25eab943212258bc2b3a82ebc7
2014-09-19Better -Werror,-Wunused-function workaroundStephan Bergmann2-21/+3
...superseding 9de4f3b3fd7843f27ea69788b6e37c5022ac2ad3 "-Werror,-Wunused-function, plus additional clean-up and fixes." Change-Id: I014ca289601a8195fb297ce335b3a52993284e8f
2014-09-19oups... fudge to match system ABI when *not* using system ODBC headersLionel Elie Mamane1-1/+1
Change-Id: Iacf99411c87947c47f1ecb1ff8236d6b533145bb
2014-09-19Don't override ODBC headersLionel Elie Mamane1-8/+2
Change-Id: I47d0a1bb2a1fd275812fc2e647402f59bbf55442
2014-09-19fdo#83924 align with system ODBC ABI on MacOSX: SQL_WCHAR is wchar_tLionel Elie Mamane1-0/+2
Change-Id: I0e3478279d750ff0b044fa79b88e99bcae82beb9
2014-09-16-Werror,-Wunused-function, plus additional clean-up and fixesStephan Bergmann1-6/+7
Change-Id: I4a2b67ba186e205a7cb4757a4f7120b9393823d0
2014-09-16better fix for build with 32bit SQLWCHARLionel Elie Mamane1-14/+20
Change-Id: I8aa94ee7509994866593ff96404b0d8244701f15
2014-09-16fix build on 32bit SQLWCHARLionel Elie Mamane1-1/+4
Change-Id: I9a3e30496c7cfaca4b6a156930421b4e4246fff6
2014-09-15sal_Bool -> boolStephan Bergmann21-126/+124
Change-Id: Ia8cf5e65aa52e329732c8e8faf36352b0d5ba52c
2014-09-12STL assert in connectivity::file::OPreparedStatement::checkAndResizeParametersMichael Stahl1-1/+1
Change-Id: I48f4ceaf1d01d449eba169534f6512f9aadca886
2014-09-12connectivity: sal_Bool -> boolStephan Bergmann31-109/+109
Change-Id: Id9458a3aa0928eedc87aec39f305b206e2638e67
2014-09-12Normallya->Normally aCaolán McNamara2-2/+2
Change-Id: I988673d60f237951db36bdbb7064e6872102d96f
2014-09-11reject invalid dbase files with 0 len db_slng right at the startCaolán McNamara2-6/+11
Change-Id: If4aa5249391ea2d2e475fa3ebaccf4e9fc7442de
2014-09-11ODbaseDatabaseMetaData::getColumns dies if throwInvalidDbaseFormat occursCaolán McNamara1-55/+65
Change-Id: If649c1cb8f41e8a29afb5ad350664a573cd1102a
2014-09-10check for empty m_pBufferCaolán McNamara1-0/+3
Change-Id: I90135b6d7780ba8a22fff725a965f0ea7e442707
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist2-1/+4
In other words, only executable files go in the MacOS folder. Dynamic libraries and bundled frameworks (i.e., LibreOfficePython), and nothing else, go in the Frameworks folder, and all other files go in the Resources folder. Especially, note that Java class files and rc (.ini) files also go in Resources. Such an app bundle structure is what Apple strongly suggests one should use, and it has been hinted that future versions of code signing and/or Gatekeeper will require such a structure. There is still some ugliness thanks to traces of the historical separation of URE from "the office". Like there are two separate "unorc" files, one for URE, one for the LibreOffice application. IMHO, this should be cleaned up, but is probably controversial. (Eek! I now see there are actually *three* unorc files in the app bundle. Not intentional. Need to fix that later.) Change-Id: Idcf235038deb5b8e1d061734993e9f31869b7606
2014-09-05revert part of commit unintentionally pushedLionel Elie Mamane1-1/+1
Change-Id: Icaeb0292d06e4ef88e91b0520ee6435769ed45eb
2014-09-05brown paper bag / fix buildLionel Elie Mamane2-2/+2
Change-Id: I0218e9e9cbfa915e94ac7a510486b8123c7e46e2
2014-09-05odbc: no, RTL_TEXTENCODING_UCS2/4 doesn't work as we intendedLionel Elie Mamane1-8/+12
Change-Id: Ie1bcbb41319f5ddfd349f6ef1ec888715ab2b9e2
2014-09-05be more paranoidLionel Elie Mamane2-0/+3
Change-Id: I8ab6c26a489f5cbb6b92c36313c6912939895e52
2014-09-04fdo#55703 automagically use IS NULL fo 'null' in query design.Norbert Thiebaud2-24/+47
Change-Id: I31bcec74a786df016d994834e6146fb7a76e72cb
2014-08-28fdo#82088: changed namespace from utl to css::utilStefan Weiberg1-39/+38
- edit: deleted redefined css (alrdy global) Change-Id: I2e1b0a3d71ef25fdca2a56094283ed076e5cdd30 Reviewed-on: https://gerrit.libreoffice.org/11171 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
Change-Id: I4c2f2f0bcce52839033876ec991529721e06a3c8
2014-08-21remove commented out namespace aliasesThomas Arnhold2-2/+0
Change-Id: I2895204753f3302b5c7cbcce6f4d01d6bdd0694e
2014-08-21starsdbc -> css::sdbcThomas Arnhold8-42/+37
Change-Id: Id0411425b0a3400dffe47143f908ab283fd2247e
2014-08-21staruno -> css::unoThomas Arnhold1-2/+2
Change-Id: Ic82bbe5797d4f3c16096598cd566b917ee335a10
2014-08-20make debug builds fail hard on unexpected conditionsLionel Elie Mamane1-0/+12
Change-Id: I0732ce65757ee29e5ad12cb576c5b64ed0edeaee
2014-08-20update comments with my new findingsLionel Elie Mamane1-1/+3
Change-Id: I58e07994e627ce980573812cbe56a068f66b1862
2014-08-20Remove more useless includes of tools/debug.hxxMarcos Paulo de Souza8-11/+0
Change-Id: If289dcbff125ac0088f01b5c9752f9f3173585dc Reviewed-on: https://gerrit.libreoffice.org/11020 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-20remove more unnecessary constructor declarationsNoel Grandin1-5/+0
Change-Id: Ie5a243006b112c2e6daf12992f3dba8baf12748d
2014-08-20java: remove modifiers implied by the contextNoel Grandin2-3/+3
found by PMD Change-Id: I04cbf986ddbcffff987784f381b8a9f52f1b3f31
2014-08-20remove some dead Java codeNoel Grandin1-2/+0
Change-Id: I03dc362f7302ac8539a4da3dcef9466a7c6d7159
2014-08-20avoid potential null dereferenceDavid Tardon1-3/+7
Change-Id: I2236a18608ffa9481c30088044f34e1a3372dd11
2014-08-20do not use obsolete OSL_VERIFY macroDavid Tardon1-2/+2
Change-Id: I8efdd4933d3e47c5e086dc4a4685110390d6b6e8
2014-08-20this assert does not make senseDavid Tardon1-1/+0
... as the code apparently can work even if xFormatTypes is empty. Change-Id: I6b733b9b31329d4fafc745bc23d0f555286950e6
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2-2/+2
Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2-17/+17
Change-Id: I7b18f62336c3a8ca4c538b30ce04c99f202a4756
2014-08-18fdo#82427 disambiguate "NOT LIKE 'foo'"Lionel Elie Mamane1-2/+2
Change-Id: Iab383639ea73cc87c03f4f42433bc9ccfcd988ef
2014-08-18fdo#82757 call convertStringToNumber and detectNumberFormat with same localeLionel Elie Mamane1-1/+15
So that they agree (among others) on date recognition patterns. Change-Id: I964142702b5bb23bca2c62433e52f76dfa4bdacb
2014-08-18check len before memcpying into itCaolán McNamara1-0/+15
valgrind + bff on sf_3e0068c9b19bb548826bed0599f65745-CrdWMI-minimized.gif Change-Id: I74cc21609f1c97a27e13615593f678cbbc8463e3
2014-08-14java: remove unused importsNoel Grandin1-1/+0
Change-Id: Ic60b30141fd1dc61acfb97b811aec680a2ab9c22
2014-08-14java: remove commented out codeNoel Grandin4-76/+0
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
2014-08-13connectivity: remove pre-Java1.5 workaroundNoel Grandin1-10/+1
Change-Id: Ie35a308d012e75e3aa73dc81d06f0a39a881760b
2014-08-13java: remove dead methodsNoel Grandin2-20/+2
found by UCDetector Change-Id: I219caa8e680dba5a395541a778df6144841c4dde
2014-08-13warning C4471: 'DataTypeEnum' : a forward declaration of an unscoped...Thomas Arnhold1-1/+0
...enumeration must have an underlying type (int assumed) Change-Id: I51033adab7318f8bca5eeb325e522376e9e8c3ab
2014-08-13update_pchThomas Arnhold3-3/+2
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
2014-08-13java: reduce scope, make some methods privateNoel Grandin4-4/+4
found by UCDetector Change-Id: Ib1425edde146193a65c242dc159b7e3fbf0e4a2e
2014-08-13java: reduce scope, make member classes privateNoel Grandin1-1/+1
found by UCDetector Change-Id: Ief32d078090102b14b60b35fc36542f8d4fb252b