summaryrefslogtreecommitdiff
path: root/connectivity/inc
AgeCommit message (Collapse)AuthorFilesLines
2012-12-10remove unneeded PCH stuffLuboš Luňák2-18/+0
Since the PCH is now explicitly included using the command line, it is no longer necessary to have include guards or #ifdefs for enabling it. Change-Id: Ie64fdc75129af7097213d86f2daec461993fb6f4
2012-12-10testing PCH for connectivity/flatLuboš Luňák2-0/+52
Change-Id: I164ec06dfb0630784292b39110e1a939d361d98f
2012-12-10testing PCH for connectivity/fileLuboš Luňák2-0/+52
Change-Id: Id9083967c67967ea067672b756fa31912af96dcf
2012-12-10fdo#46808, Convert connectivity::SQLError to use XComponentContext...Noel Grandin2-5/+4
...instead of comphelper::ComponentContext. Change-Id: I40384c2d7cfcabd06506321d686dd8e7c7c5f266
2012-12-10fdo#46808, Adapt sdbc::DriverManager UNO service to new styleNoel Grandin1-2/+2
Change-Id: Ic2be6bd08aaabc81d0fbe0269ca577868defe934
2012-12-06fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new styleNoel Grandin1-1/+1
Change-Id: Iaf12324e6aa64b268555b0f4c82f04f4c0f6f123
2012-12-06fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin1-1/+1
Change-Id: I58436d9eea0c38d14cde2dc01aa463d5d71912e9
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin3-8/+8
Change-Id: Id12226af5e537b1eeacbb062ad937a3551e245c0
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin1-1/+2
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-14Cleanup unusedcode.easyJosé Guilherme Vanz1-6/+0
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-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin3-7/+5
Change-Id: I0499ad7de27b1539e97f01ab8aa0ef2d6713ae76
2012-11-02Columns should know their tableLionel Elie Mamane4-20/+34
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
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin2-2/+2
Since we don't need to expose XInitialisation, we can make the new-style service implement XInteractionHandler2. Change-Id: Ib27beed1c12df17592c6472d6f58c233d2c41558
2012-09-27fdo#46808, Adapt sdb::DatabaseContext UNO service to new styleNoel Grandin2-3/+8
Create a merged XDatabaseContext interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Quite a few IDL files had to be marked as published for this to work. Change-Id: Ie9a0da88d8c33cc83fc9d2334ff83ab2744c222f
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-17fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin2-4/+4
The implementation of the LocaleData implements the optional XLocaleData4, so rather than creating a new interface for the new-style service, we simply make the service implement XLocaleData4, which in turn implements XLocaleData3, XLocaleData2, XLocaleData. Change-Id: I3e9a48b031be6b2aa5e04b376b3940b942add85a
2012-08-23callcatcher: update unusedcodeCaolán McNamara1-1/+0
Change-Id: I18f823b99349002bb148d474a6a9aabdf2d419ef
2012-07-15callcatcher: update unused code listCaolán McNamara1-3/+0
Change-Id: I045ac2928d4b8cf99f9f76c20a9e489adc34ed66
2012-07-10Remove unused methods:Julien Nabet1-16/+0
Change-Id: Iad15c92be13ba9e6120f7306543c88a04893d2c7 dbtools::SQLExceptionIteratorHelper::SQLExceptionIteratorHelper(com::sun::star::sdb::SQLContext const&) dbtools::SQLExceptionIteratorHelper::SQLExceptionIteratorHelper(com::sun::star::sdbc::SQLWarning const&)
2012-07-03callcatcher: update unused codeCaolán McNamara1-14/+0
Change-Id: Ia817624647ba395476d457ccd1681c6a82534e5a
2012-06-29Remove UNO includes commentsThomas Arnhold8-16/+0
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-27update unused code listCaolán McNamara1-4/+0
Change-Id: I8845df6193233b268b5cce958fea9f25625c7025
2012-06-27callcatcher: remove some unused codeCaolán McNamara1-1/+0
Change-Id: I6b512dd2b33e2c09fad2369bb299120fc35345b0
2012-06-27Remove unused header filesThomas Arnhold1-87/+0
These were only referenced by Package_inc.mk... Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588
2012-06-26re-base on ALv2 code.Michael Meeks1-23/+15
2012-06-19typo: paramters, paramaters -> parametersAndras Timar1-1/+1
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
2012-06-12re-base on ALv2 code.Michael Meeks53-1259/+784
2012-05-29-Werror=conversionStephan Bergmann1-1/+5
Change-Id: I3d4055722e8f7c22c50f892e62b5b3246904ce50
2012-05-29WaE: signed/unsigned etc.Caolán McNamara1-1/+1
Change-Id: I3e2e43f5854b8bc33a442ecd25e089d20a122018
2012-05-29switch connectivity to gbuildDavid Tardon1-39/+0
Change-Id: I37e6706ff244c9cc21b0826e61ef5d7cd72b3566
2012-05-29OSubComponent.hxx is included by a header from inc -> moveDavid Tardon2-1/+95
2012-04-16callcatcher: update listCaolán McNamara1-1/+0
2012-04-16callcatcher: update unused codeCaolán McNamara1-23/+0
2012-03-29Remove unused code in connectiviy.Santiago Martinez1-2/+0
2012-03-29remove dangling declarationCaolán McNamara1-1/+0
2012-03-29Remove unused code in sqlnodeSantiago Martinez1-2/+0
2012-03-29removed duplicate includes in connectivityTakeshi Abe2-2/+0
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann6-0/+37
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-08Removed unused code.Santiago Martinez1-1/+0
2012-02-21More --disable-database-connectivity work, still experimentalTor Lillqvist1-0/+2
2012-02-13Fix typos in commentsElton Chung1-1/+1
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann3-12/+12
2012-01-23Fix for fdo43460 Part XLIV getLength() to isEmpty()Olivier Hallot1-1/+1
Part XLIV many modules(inc's)
2012-01-18janitorial: typo in commentsLionel Elie Mamane1-2/+2
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-365/+0
2011-11-27remove include of pch header in connectivityNorbert Thiebaud2-2/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-8/+0
2011-11-19only used with higher debug levelCaolán McNamara1-3/+2
2011-11-19callcatcher: remove some unused codeCaolán McNamara1-1/+1