summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)AuthorFilesLines
2012-12-28fdo#58842 Handle case of non-distinct statmentZolnai Tamás1-0/+4
Change-Id: I1797dd4e0bc6a2e4ec475c860e6b903085d2aae1
2012-12-26fix windows PCH buildLubos Lunak1-0/+3
2012-12-26PCH for Library_dbuLubos Lunak7-9/+500
2012-12-25Get rid of (most uses of) GUITor Lillqvist2-4/+4
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-23remove unused variables [-Werror,-Wunused-private-field]Matúš Kukan2-3/+0
Change-Id: I3cb08dd52c5a34be6585ac9fc0c4b6bb04b6ae8c
2012-12-21Previous fix did not help, have to just ignore the "Unreachable code" warningTor Lillqvist2-3/+7
Change-Id: Ic62056e2df9a17fd6716ae90e4372dec1d5dd40f
2012-12-21WaE: Unreachable codeTor Lillqvist2-2/+4
Change-Id: I366729dbd7f5f861c9233c0927b79ff7859114e4
2012-12-21Fixes for my UNO commitsNoel Grandin2-3/+2
- fix missing SAL_CALL annotations - fix missing namespace usage Change-Id: I8fa462bcbeaad63ad6a73cba68236b74bbe97e70
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin37-128/+121
I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2012-12-21fdo#46808, Adapt sdb::FilterDialog UNO service to new styleNoel Grandin2-0/+22
The service already existed, it just did not have an IDL file. Change-Id: I2267bec182ad1cc8f6a37939861a7368a17fcef2
2012-12-20Drop useless typedefStephan Bergmann2-3/+2
Change-Id: I0521f9ead0ee317f4eafefafb9c91f942b977cd1
2012-12-12fdo#32958 join editor: remove empty linesLionel Elie Mamane3-16/+57
Change-Id: If150261bae55cf91c8a344f34c79194ad29db903
2012-12-12typo in commentLionel Elie Mamane1-1/+1
Change-Id: I0e6dd24e2cd65a35886f75cde9197c5b957c6d57
2012-12-12query design / edit join: valid only iif column names everywhereLionel Elie Mamane1-1/+11
Change-Id: Idfb0e16c4cc2581a46e26fe97948897dc4b11dc0
2012-12-12be more cautious in debug modeLionel Elie Mamane1-1/+7
Change-Id: I46b89b10287ac755e2b727b46d6fdd19f44bcdd3
2012-12-12argument has no effect anymore -> removeLionel Elie Mamane2-6/+5
Change-Id: I91f8f552b1324b57ce75e96b858b7a3379decb20
2012-12-12Move comment to its rightful placeLionel Elie Mamane1-4/+4
Change-Id: I72803b26a79804cdc1b590a7fb4bc99ff831963e
2012-12-12Remove xml2cmp leftoversStephan Bergmann2-266/+0
Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin3-33/+31
Change-Id: I26cd1cf86118122f392f16801a646df753a7df26
2012-12-10fdo#46808, Convert connectivity::SQLError to use XComponentContext...Noel Grandin6-10/+11
...instead of comphelper::ComponentContext. Change-Id: I40384c2d7cfcabd06506321d686dd8e7c7c5f266
2012-12-10fdo#46808, Adapt sdbc::DriverManager UNO service to new styleNoel Grandin4-9/+10
Change-Id: Ic2be6bd08aaabc81d0fbe0269ca577868defe934
2012-12-10fdo#46808, Adapt sdbc::ConnectionPool UNO service to new styleNoel Grandin5-11/+9
ConnectionPool was already a new-style service, but since it was not exposing all of it's interfaces properly I had to create a unified interface XConnectionPool. Change-Id: Idfa3fa3335173ceeab1785b4049422874b6c9d5a
2012-12-10fdo#46808, Create new-style sdb::ReportDesign serviceNoel Grandin1-18/+14
The service already existed, it just did not have an IDL file. Change-Id: I681754040e1de8d96fe5bdc1b442bfc4de76c7c7
2012-12-06Don't force refresh when higher up code did not request itLionel Elie Mamane1-11/+5
Change-Id: I0f415c96fc05c1d776d14885751aef020c42f4ae
2012-12-06fdo#53281 Don't cache whole row in KeySetLionel Elie Mamane1-15/+1
This was done for the sake of ODBC, but the cost was imposed on all backends. The ODBC problems are now solved cleanly (and more efficiently) in the SDBC<->ODBC layer. Change-Id: Ib8a864da08deaaacc96a379fb72b3b7cbb34598c
2012-12-06fix missing SAL_CALL attribute on methodNoel Grandin1-1/+1
Change-Id: Idd0581d104c5a3e1286763c2deb8d385e04e207b
2012-12-06commit delete various unused makefile.mksCaolán McNamara2-42/+0
Change-Id: I382423164fd65679d3b893ea0d9729508813b425
2012-12-06fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new styleNoel Grandin41-141/+180
Change-Id: Iaf12324e6aa64b268555b0f4c82f04f4c0f6f123
2012-12-06fdo#46808, use service constructor for sdb::DatabaseContextNoel Grandin5-14/+6
Change-Id: I4d845f289f324912b0fc4d8e26a2947e2d2f889e
2012-12-06fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin19-48/+49
Change-Id: I58436d9eea0c38d14cde2dc01aa463d5d71912e9
2012-12-03WaE: BaseReference::_pInterface may be used uninitialized in this functionTor Lillqvist1-1/+2
Change-Id: Ic9424fd0cac9f2ff91866549b370080a9a88aeea
2012-12-02WaE: explicitly do nothing when nothing needs to be doneLionel Elie Mamane1-6/+9
Removes compiler warning Change-Id: Ied96ef294f25cca54887ca6a86ec07ecb2b1fae0
2012-12-02fdo#42165 make nested joins as per strict ANSI SQLLionel Elie Mamane2-14/+31
Change-Id: I605d3811b27c33e35670306bb03b5a796ab72bc0
2012-12-02Expand commentLionel Elie Mamane1-0/+4
Change-Id: I7d699222940a6ee99595d84dd8b2068e9b86ee67
2012-12-02janitorial: prefix increment when don't care about current valueLionel Elie Mamane1-2/+2
Change-Id: Id19369bb9d9cb2a0bab0dacb200cf5bf488c3b20
2012-12-02janitorial: simplify code, no behaviour changeLionel Elie Mamane1-8/+2
operator[] on a map implicitly adds an entry and default-initializes value part Change-Id: Iab7817fb7fef5e9a6afdeb74be0d523fde59b5c1
2012-12-01fdo##38838 UniString Removal in dbaccessRicardo Montania4-14/+14
Change-Id: I6c4f8e9834fdd78851f5274ce2b141cfb49e6458 Reviewed-on: https://gerrit.libreoffice.org/1208 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens5-5/+0
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, remove some more XMultiServiceFactory fieldsNoel Grandin1-1/+1
Change-Id: I8d039a933c9fde1a24b35954bb5a1f151e9aa160
2012-11-30fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel Grandin3-6/+6
Change-Id: Iea7b21621c5d341468976507684a9c01f0822034
2012-11-30fdo#46808, convert ucbhelper::ResultSet to XComponentContextNoel Grandin3-16/+9
Along the way, remove the XMultiServiceFactory member from a few classes that were not using it. Change-Id: I9ee2c2ebc01144301ed8e489bd92b4695ff263d0
2012-11-29Remove unused method & remove header include by using forward declaration.Kohei Yoshida2-0/+3
Also, SvViewDataEntry has lost one friend. Change-Id: Icf6d4127de38fed485cd260edae97748b1f78ede
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida3-5/+8
We need to hide these flags away. Change-Id: I112003a88a92174f5012b3356ba261a039eeccc1
2012-11-28OUString::replaceAt() does not modify in-placeTor Lillqvist1-2/+2
Change-Id: I59ebf6dc5bc75f8ded82b19dbc736a6aae48e74b
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-2/+2
We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
2012-11-28Fix various build breaks.Kohei Yoshida2-2/+2
Change-Id: Ie33a4a02f9820e0d52ca3f17c6b410ebe1e6e8f0
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin5-6/+14
Change-Id: Id12226af5e537b1eeacbb062ad937a3551e245c0
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin2-8/+8
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 i18n::CollatorNoel Grandin1-1/+2
Change-Id: If6ad17fa9e274beff7ba872a095ced65438962af
2012-11-27dbaccess: warning C4530: C++ exception handler used ... specify /EHscMichael Stahl1-5/+2
Change-Id: I273b800c36038be64cdc9f85872ee95983077da7