summaryrefslogtreecommitdiff
path: root/connectivity/inc
AgeCommit message (Collapse)Author
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin
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 Grandin
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 Thiebaud
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 Grandin
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 McNamara
Change-Id: I18f823b99349002bb148d474a6a9aabdf2d419ef
2012-07-15callcatcher: update unused code listCaolán McNamara
Change-Id: I045ac2928d4b8cf99f9f76c20a9e489adc34ed66
2012-07-10Remove unused methods:Julien Nabet
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 McNamara
Change-Id: Ia817624647ba395476d457ccd1681c6a82534e5a
2012-06-29Remove UNO includes commentsThomas Arnhold
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-27update unused code listCaolán McNamara
Change-Id: I8845df6193233b268b5cce958fea9f25625c7025
2012-06-27callcatcher: remove some unused codeCaolán McNamara
Change-Id: I6b512dd2b33e2c09fad2369bb299120fc35345b0
2012-06-27Remove unused header filesThomas Arnhold
These were only referenced by Package_inc.mk... Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-19typo: paramters, paramaters -> parametersAndras Timar
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
2012-06-12re-base on ALv2 code.Michael Meeks
2012-05-29-Werror=conversionStephan Bergmann
Change-Id: I3d4055722e8f7c22c50f892e62b5b3246904ce50
2012-05-29WaE: signed/unsigned etc.Caolán McNamara
Change-Id: I3e2e43f5854b8bc33a442ecd25e089d20a122018
2012-05-29switch connectivity to gbuildDavid Tardon
Change-Id: I37e6706ff244c9cc21b0826e61ef5d7cd72b3566
2012-05-29OSubComponent.hxx is included by a header from inc -> moveDavid Tardon
2012-04-16callcatcher: update listCaolán McNamara
2012-04-16callcatcher: update unused codeCaolán McNamara
2012-03-29Remove unused code in connectiviy.Santiago Martinez
2012-03-29remove dangling declarationCaolán McNamara
2012-03-29Remove unused code in sqlnodeSantiago Martinez
2012-03-29removed duplicate includes in connectivityTakeshi Abe
2012-03-21chmod -xTor Lillqvist
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...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 Martinez
2012-02-21More --disable-database-connectivity work, still experimentalTor Lillqvist
2012-02-13Fix typos in commentsElton Chung
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2012-01-23Fix for fdo43460 Part XLIV getLength() to isEmpty()Olivier Hallot
Part XLIV many modules(inc's)
2012-01-18janitorial: typo in commentsLionel Elie Mamane
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header in connectivityNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-19only used with higher debug levelCaolán McNamara
2011-11-19callcatcher: remove some unused codeCaolán McNamara
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann
2011-10-30factorise multiple SQL_ISRULEOR2 implementations into oneLionel Elie Mamane
2011-10-30wrong logic in commentLionel Elie Mamane
2011-10-30Typo/spelling in commentLionel Elie Mamane
2011-10-30Return proper UNKNOWN_RULE instead of 0 for unknown ruleLionel Elie Mamane
also make unknown rule -1 to better separate it Before, an unknown rule actually went to 0 == OSQLParser::select_statement
2011-10-30Introduce combined 2&3 test for SQL TokenLionel Elie Mamane
2011-10-30overhaul / enhance / translate / ... commentsLionel Elie Mamane
2011-10-04WaE: deletion of pointer to incomplete type; no destructor calledTor Lillqvist
Move the struct OSQLParser_Data definition to the sqlparse.hxx header. A somewhat ugly workaround for warning C4150: deletion of pointer to incomplete type 'connectivity::OSQLParser_Data'; no destructor called.
2011-09-07shouldEscapeDateTime() controls ODBC syntax for date literals, not ## formatLionel Elie Mamane
2011-08-14=class OTableHelper: typo in private member name: refreshFor*gei*nKeysLionel Elie Mamane
2011-08-08callcatcher: ditch some more methodsCaolán McNamara
2011-05-31fix compile with Bison 2.5Kelly Anderson
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>