summaryrefslogtreecommitdiff
path: root/connectivity/source
AgeCommit message (Collapse)Author
2012-12-06stylistic: use sal_Int8 rather than char for binary dataLionel Elie Mamane
Change-Id: Ic3c7d8d2a27e1835513790523ddd3bdc8f7c2101
2012-12-06const-ify arguments of some OTools function membersLionel Elie Mamane
Change-Id: Ie19a5277a9b847a9e440d137cf7ee18943c77832
2012-12-06Variable-sized datatype -> cannot predict length of needed bufferLionel Elie Mamane
Change-Id: I29b8c0352b06fb86e924aaf8108de6835eb9cb89
2012-12-06comment on our usage of SQLGetData extensionsLionel Elie Mamane
Change-Id: I9580fa4828db8f19b84ce8f88f8cbc7ab72985b6
2012-12-06statically assert our own ODBC_SQL_NOT_DEFINED does not conflict with SQL_UB_*Lionel Elie Mamane
Change-Id: I2f571e06fd498ebe9378105030215ccb134bf974
2012-12-06statically assert that ODBC uses UTF-16Lionel Elie Mamane
Change-Id: I13a8a152d7bfba351632e50d440fba8af375bec3
2012-12-06-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I1440856b2a54302f3d95ed1d915fb64523f0db3b
2012-12-06-Werror,-WuninitializedStephan Bergmann
Change-Id: I885851dd3121e34a3f860a449d4d23d185a4d278
2012-12-06fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new styleNoel Grandin
Change-Id: Iaf12324e6aa64b268555b0f4c82f04f4c0f6f123
2012-12-06fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin
Change-Id: I58436d9eea0c38d14cde2dc01aa463d5d71912e9
2012-12-04No member named 'getStr' in 'rtl::OStringConcat<rtl::OString, rtl::OString>'Tor Lillqvist
Change-Id: I6e2570569d8f8b6ae55d66e2d99fe1ac4d69a7bc
2012-12-03one more strange mingw string problemLuboš Luňák
For some reason neither OUString(aValue) nor (OUString)aValue work.
2012-12-03fix build with fast string operator+Luboš Luňák
Change-Id: I38688ccef4c307786b7287b47f0607c67400defc
2012-12-03catch exceptions by (const) referenceLionel Elie Mamane
Change-Id: Ie42b169437c89d0d94f6749bee21301fa44b98cf
2012-12-02Catch all exceptions to respect specificationLionel Elie Mamane
In particular, getMaxRows() can throw SQLException Change-Id: I1f49afe8258d98000bff34e18f4d98967c46e1b3
2012-12-01Lacking "/" at the end of .icedoveJulien Nabet
Change-Id: Iabdce8e6032889034e265d3df331452b273e5ed1
2012-11-30fdo#57696: Missing adaption of OSDBCDriverManager to XDriverManager2Stephan Bergmann
Change-Id: Icce6ab9d6d815e9aff4980fadab71a4197593e0e
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin
Change-Id: I15a360723e335345aad09e73fcb0f6815ed9e0d4
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin
Change-Id: Id12226af5e537b1eeacbb062ad937a3551e245c0
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin
The service is deprecated, but we still have a handful of in-tree users, and converting it lets me thread XComponentContext through a bunch of classes. Change-Id: Iffdfe537ada6b9e4a89f9b3c8dd82ca85f4bfaba
2012-11-28fdo#46808, use service constructor for ucb::SortedDynamicResultSetFactoryNoel Grandin
Change-Id: I8eefa129a481e47659d488cbe57f9624d3cdb19e
2012-11-26Assert that length of bookmark has not changed after editing lineLionel Elie Mamane
TODO actually handle such a change Change-Id: I1cd6b92a44d50e95c5d1408a01962d49a0ab3e83
2012-11-25cppCheck: remove dead assignment and dead variablesjailletc36
Change-Id: I3f0eae93be7f362ff70f8a544c46cd500d2ca50c Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/1153 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-11-25Implement MQueryOp::RegExp functionalityStephan Bergmann
Change-Id: I9daf60f42dcba4e4c6444ccd8ad94258424621fe
2012-11-24use LanguageTagEike Rathke
Change-Id: I01b968c4abe705b1694632377d4bf21fae1d9cd6
2012-11-23some i18n wrappers with LanguageTagEike Rathke
Change-Id: I2ceaa3159e8669c2c569fa8559c1e061dcad399d
2012-11-20fdo#57285 restore acceptsURL logicDavid Ostrovsky
Change-Id: Ib03c7e4a78510eb0300d78a0ae3e83ec6a17f72f
2012-11-17use LanguageTagEike Rathke
Change-Id: I75839c1b4a0ddfa9ed5c4f44124c7eabf4005717
2012-11-14Cleanup unusedcode.easyJosé Guilherme Vanz
This commit removes some unused code from unusedcode.easy Change-Id: I204edb6a29e23af244e7997622c5a9b3f596cb2f Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1052 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-11-09Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORTTor Lillqvist
Use it in the cases where I yesterday changed SAL_DLLPUBLIC_EXPORT to JNIEXPORT. It turns out that on Linux JNIEXPORT does not enforce "default" visibility, but expands to empty. Change-Id: I033b3cf538715fb596e965e17f3da12fb987df63
2012-11-09Use JNIEXPORT to really export these for AndroidTor Lillqvist
Now with DISABLE_DYNLOADING, SAL_DLLPUBLIC_EXPORT actually means hidden visibilty. Which is OK in general as with a single DSO (or a single executable, for iOS), none of our "normal" entry points need to be visible froom the outside. So for the JNI entry points use JNIEXPORT. On "normal" platforms it should be equivalent to SAL_DLLPUBLIC_EXPORT. Change-Id: Iad634950e635ac03a0e90cae6d00afd9fb4eeb64
2012-11-09Use JNIEXPORT as in the corresponding headersTor Lillqvist
Change-Id: Iae8f93d096178532e2384a13b36e1385269aa14f
2012-11-08connectivity: fix re-introduced bug fdo 35023Michael Stahl
regression from f42a9309760565d24619bad9ee1f5561ce89c14b which forgot to adapt getImplementationEnvironment to new prefix Change-Id: If5a6f804b8f9f91e22f093a76f6b81a2b62991ab
2012-11-07mozab: adapt to XComponentContext changesMichael Stahl
Change-Id: I6b8cdd69edb1e25cd7545cea5a3ffdfcff5000a0
2012-11-06XMultiServiceFactory / XComponentContext fixTor Lillqvist
Change-Id: Icf337b7bb0894a61b2a36a594ff259c601ddaabb
2012-11-06fdo#46808 adapt evoab driverDavid Tardon
Change-Id: I4debeba1b9637fdaaa369a28c9a6c98a4729d76e
2012-11-05fdo#46808: Adapt macab driver to recent commitStephan Bergmann
Change-Id: Ie6e9c58cc4762a0159680a71ce2e03340dac6f7f
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin
Change-Id: I0499ad7de27b1539e97f01ab8aa0ef2d6713ae76
2012-11-05ADO getRSConcurr(): translate ADO LockTypeEnum into our css::sdbc::RSConcurrLionel Elie Mamane
That code was there since the beginning, but unreachable. Consequent cleanup removed it. Change-Id: I2564038ce58d7aff3860f154acac37266c155146
2012-11-03fix copy ctorLuboš Luňák
Using operator= in a copy ctor is a rather bad idea when the operator= accesses uninitialized data members.
2012-11-03fix strange copy ctor that triggers a missing base initialization warningLuboš Luňák
2012-11-03fdo#53070 fix access violationDavid Ostrovsky
Through that different initialization pIUnknown got random address. The consequence was that if (pIUnknown) pIUnknown->Release(); ends with access viloation in WpBase& WpBase::operator=(const WpBase& rhs) Change-Id: I8b3c5de233d0868fea052c990cc83aed917117ae
2012-11-02connectivity: port ado driver to new OColumn, tooLionel Elie Mamane
Since the ADO driver does not support Catalog&Schema, just leave it empty Change-Id: Iff9a5105e70a7b9a23f24263b0e74b4fc6d91332
2012-11-02janitorial: spacingLionel Elie Mamane
Change-Id: If8600f1b3d9346c54ffbba77826ff5ac4f1ed15f
2012-11-02connectivity: port macab driver to new OColumn, tooLionel Elie Mamane
Change-Id: I88a64a19d9f2812a77f0a71f31fe8314732ec44f
2012-11-02connectivity: port kab driver to new OColumn, tooLionel Elie Mamane
Change-Id: I19657ee92b5d0e1e51d11dd2aa69191fdb0f4f50
2012-11-02stray )Caolán McNamara
Change-Id: Ib0573685773745ac8698d76faa5ebe2cd1a109b3
2012-11-02connectivity: port mork driver to new OColumn, tooLionel Elie Mamane
Change-Id: I2433bd2cc289b9ded1c825ea3dbe1db2ccf4bae9