summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Collapse)Author
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-24fdo#51304 Remove @author annotationJosé Guilherme Vanz
This commit removes @author annotations, some templates comments. It has some cleanup. Change-Id: I995ba7b06d661fcec17f26c368d9449c0bf5ab45 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1146 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-11-23some i18n wrappers with LanguageTagEike Rathke
Change-Id: I2ceaa3159e8669c2c569fa8559c1e061dcad399d
2012-11-20fdo#57285 restore acceptsURL logicDavid Ostrovsky
Change-Id: Ib03c7e4a78510eb0300d78a0ae3e83ec6a17f72f
2012-11-20Merge branch 'feature/killsdf'Andras Timar
Conflicts: desktop/prj/build.lst helpcontent2 l10ntools/Executable_gsicheck.mk l10ntools/Executable_uiex.mk regexp/inc/regexp/reclass.hxx solenv/gbuild/AllLangResTarget.mk Change-Id: I398f0cd9e7daefa8d2e04fd977d5bc2e9708169b
2012-11-17use LanguageTagEike Rathke
Change-Id: I75839c1b4a0ddfa9ed5c4f44124c7eabf4005717
2012-11-15ensure translations are built before using themDavid Tardon
Change-Id: Ia172f144616d7468466a057bb1a431b3047209fd
2012-11-14source file modes fixEnrico Weigelt, metux ITS
Change-Id: I8975f26f205ba33044285729da54e0210f872fcb Reviewed-on: https://gerrit.libreoffice.org/1065 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
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-11Merge branch 'master' into feature/killsdfAndras Timar
Conflicts: Repository.mk RepositoryFixes.mk connectivity/prj/build.lst extensions/prj/build.lst filter/prj/build.lst fpicker/prj/build.lst l10ntools/StaticLibrary_transex.mk saxon/build.xml shell/prj/build.lst solenv/gbuild/AllLangResTarget.mk solenv/gbuild/Configuration.mk solenv/gbuild/UI.mk ucb/source/ucp/webdav/webdavcontent.cxx
2012-11-09use dir functionDavid Ostrovsky
Change-Id: Icba39756a54d1225514048c55ddad0f31ce31699
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-08add mkdir commandDavid Ostrovsky
Change-Id: I7a337ed15b86417faa5ac03089e8c315be95b717
2012-11-07enable ado driver unit test againDavid Ostrovsky
The problem is that ado driver creates a link file in the tree leaving it dirty: tinderbox doesn't like it. Instead of reading the mdb file direct from srcdir we copy it first to workdir and read it from there with the new function: getPathFromWorkdir. Thank you Norbert! Change-Id: I504bc26b80686db55a505bac19a95cc9c6022fcc Reviewed-on: https://gerrit.libreoffice.org/1004 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-11-07Always package at least mozbootstrapStephan Bergmann
...if not even mozab. Otherwise, there is no implementation of com.sun.star.mozilla.MozillaBootstrap and "File - Digital Signatures... - Sign Document..." cannot show any certificates from Mozilla profiles. Change-Id: Ie9b73fad798b2c2a3b52ba374ea967401694f685
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-05disable ado test to make tinderbox happyDavid Ostrovsky
Change-Id: I2c1aa64db61e281dc1cddc2e7d89d9b109dcf287
2012-11-03fix connectivity test with Win8 sdkPeter Foley
Change-Id: I1a7f15c4fd97e3a134698e8b6f7e2a93701674fe
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-03ado headers need -fpermissive with gccLuboš Luňák
2012-11-03fix copy&pasteLuboš Luňák
2012-11-03fdo#53070 add complete unit testDavid Ostrovsky
Change-Id: I34f7a8ae58fa6af4c8cfdd13330420f1576fa2c9
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-02ditch SISSL using workben codeCaolán McNamara
Change-Id: I9a55180e0a0ef1bc14ce7c84265fb3d5508bd541
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
2012-11-02janitorial: use adress-of-value instead of manually repeating typeLionel Elie Mamane
Change-Id: I137d4f794c7c738deedddfe8ea5e0dc783b49e7c
2012-11-02WaE janitorial: unused variableLionel Elie Mamane
Change-Id: Id2846bd6db9bace6cffacf3a9fc4116ae727facf
2012-11-02Columns should know their tableLionel Elie Mamane
For example dbaccess::OSingleSelectQueryComposer::appendOrderByColumn expects it (via impl_getColumnName_throw via getTableAlias) There is some vagueness: Should the TableName property contain just the table name, or the *composed* table name (that is with catalog and/or schema if used by this DB)? In the case of a query, should it contain the table name (alias) *in* *the* *query* or of the original table? In the former case, what meaning do SchemaName and CatalogName have? They should be empty? For now, commit as such and deal with the fallout, if any, when it hits the fan. If we really need to store these *different* values, (that is, some code validly needs them) it would be easier / cleaner / ... to define *different* properties for these *different* notions. Change-Id: I032e619a60e7563cd51478db16cb5e0e5452bfde