summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Collapse)AuthorAgeFilesLines
* fix TDE FTBFSTimothy Pearson2012-08-186-39/+64
| | | | Change-Id: Icde6310d922a3d5e2822789a23403b9f188efaf4
* gbuild: add gb_Junit_use_external and clean up connectivity complex testMichael Stahl2012-08-171-6/+1
| | | | Change-Id: I8c4b6ff6b1993d1c4de68696089f86fbcf4cecc6
* gbuild: register all jarsMichael Stahl2012-08-172-12/+19
| | | | Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
* Revert "fix for fdo#48200.diff import regrex state for filter"Noel Power2012-08-1618-18/+0
| | | | This reverts commit 094654fcebe35af07a9e12137becdf85277ef706.
* fix for fdo#48200.diff import regrex state for filterNoel Power2012-08-1618-0/+18
| | | | Change-Id: I46b07341e96d78130e6301e40fa32df6ed2c7879
* add hsqldb to RepositoryExternal.mkMichael Stahl2012-08-151-8/+2
| | | | Change-Id: I9c038e6fd1c60e4ac77740c55a45439d813524e0
* gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl2012-08-151-3/+2
| | | | | | | | | With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest classpath automatically it is no longer necessary to call gb_Jar_set_jarclasspath manually except for the URE jars, which are apparently not supposed to be added automatically. Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29
* fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim2012-08-1417-56/+56
| | | | | Change-Id: Ia1805aab4bec7fef02c96ec4e7a7a0ed9991d3c3 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* callcatcher: update listCaolán McNamara2012-08-132-5/+0
| | | | Change-Id: If9b76e5282c22a479ff709174fbc8ee4d3c337cc
* fdo#53246 Fresh postgresql-sdbc implementation namesStephan Bergmann2012-08-139-10/+10
| | | | | | | | | | | | | | | | | The descriptions for fdo#53246 "Libo36 does not start, InvalidRegistryException from program/services/postgresql-sdbc.rdb" make it look like the user had installed the functionality that comes bundled in postgresql-sdbc.rdb also as an extension installed per-user or shared. <http://wiki.documentfoundation.org/PostgreSQL-SDBC> indicates that what is now bundled due to c97d74b5f0608866bad3f7ae943811bdff4f7986 "fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part" indeed was once available as a freestanding postgresql-sdbc-*.oxt that could have been installed per-user or shared. To prevent problems with such scenarios, rename the relevant implementation names by adding a ".noext" suffix. Change-Id: I43414a64461ba643f0ca0b2749450099cb6c8a4d
* Replace usage of rtl/memory.h in connectivity with equivalent from string.hArnaud Versini2012-08-0723-24/+31
| | | | Change-Id: I0284aedfd831e8af001534c5ce8a39c3a11214fa
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-08-061-1/+1
| | | | | | a literal within a OUString. Change-Id: Icc8e22c43f6ddca25cb284a3d45ab39680ad6d1f
* Remove unused macrosThomas Arnhold2012-08-051-5/+0
| | | | Change-Id: I184a7f9c65dd762407b2431d9c6557e718b954b2
* stop some leaked statement handlesTerrence Enger2012-07-192-19/+3
| | | | | Change-Id: I06764e0569ea615e66de6cd5946614c7c538e60e Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
* ODBMetaDataRS ctor: abort if statement handle allocation failedTerrence Enger2012-07-191-0/+3
| | | | | Change-Id: Ieac069565bbc14c909eeecf3e67588191191992f Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
* avoid freeing the NULL handleTerrence Enger2012-07-191-0/+3
| | | | | Change-Id: Id3f22bacfbf5e582656cc8ac38d60b781a25b4c3 Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
* fix error: ‘cerr’ is not a member of ‘std’Miklos Vajna2012-07-171-1/+0
| | | | Change-Id: I0e2988e99f4a333cf147e41c069913180e94ec93
* fdo#51239 refresh row lazily (when data is requested)Lionel Elie Mamane2012-07-171-0/+1
| | | | | | | | This avoids fetching data that will not be requested when the "cursor" is only moved and no data requested. That is typically what RowSetCache does when its own cursor is moved within its window. This basically makes the whole {next,previous,absolute,...}_checked story obsolete, by basically always being as fast as the i_bFetchRow==false case, but in a safer way. Change-Id: I89eaf277069736b3077bde8b45325929db290f2d
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-07-164-4/+4
| | | | | | a literal within a OUString. Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
* callcatcher: update unused code listCaolán McNamara2012-07-152-26/+0
| | | | Change-Id: I045ac2928d4b8cf99f9f76c20a9e489adc34ed66
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-141-2/+0
| | | | Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
* Search for char instead of 1 char long string, when possible.Christophe JAILLET2012-07-131-2/+2
| | | | | | It is faster and even avoid memory allocation somtimes. Change-Id: Ic12ff70e95953de44ef5798131150669d07a5445
* warning C4530: C++ exception handler used ... specify /EHscMichael Stahl2012-07-111-4/+1
| | | | Change-Id: Ifb23269c01dc80c328075fefe5e61b378e2d8477
* Library_dbtools: sort objectsMichael Stahl2012-07-111-44/+44
| | | | Change-Id: I91a510a7a778a669182a14333e78a8095b27c6cd
* warning C4530: C++ exception handler used ... specify /EHscMichael Stahl2012-07-111-1/+1
| | | | Change-Id: I2a81e4d5d3a19b5537b791391d035212e8bf423e
* pq_allocator.hxx: work around spurious MSVC warningMichael Stahl2012-07-111-0/+3
| | | | Change-Id: I6c516e4bd125c4075c195980a2fcdb58382c38dd
* Remove unused methods:Julien Nabet2012-07-102-30/+0
| | | | | | Change-Id: Iad15c92be13ba9e6120f7306543c88a04893d2c7 dbtools::SQLExceptionIteratorHelper::SQLExceptionIteratorHelper(com::sun::star::sdb::SQLContext const&) dbtools::SQLExceptionIteratorHelper::SQLExceptionIteratorHelper(com::sun::star::sdbc::SQLWarning const&)
* Remove conflicting typedefPierre-Eric Pelloux-Prayer2012-07-101-5/+4
| | | | | | | Barely used typedef produced compilation error on Solaris, due to already defined type 'SS'. Change-Id: I2d1d563d8c4818a4afe9656cc4a62ba1bbaaafd2
* fdo#50849 work around psqlodbc segfaultLionel Elie Mamane2012-07-101-0/+13
| | | | Change-Id: Ib7e484f778d97b3f18845cef12718618324c859f
* Trying to use Windows LDAP for Windows buildsFridrich Strba2012-07-091-0/+1
| | | | | | Change-Id: Ic06bda1393de4da05af01f79b8ba54cf0ee2cb73 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
* use SAL_UNUSED_PARAMETER instead of local macroLuboš Luňák2012-07-042-45/+2
|
* ditch String::CreateFromAsciiCaolán McNamara2012-07-033-10/+10
| | | | Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
* callcatcher: update unused codeCaolán McNamara2012-07-032-20/+0
| | | | Change-Id: Ia817624647ba395476d457ccd1681c6a82534e5a
* embedded HSQLDB: reclaim space occupied by deleted rowsLionel Elie Mamane2012-07-031-1/+1
| | | | | | Disadvantage is that saving/closing the file may take a significantly longer time Change-Id: I1cc35c34b49e60d73e8d341549c5a3c5ef314b6d
* hrc cleanup: Remove include guardsThomas Arnhold2012-07-022-4/+0
| | | | | | Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-0225-100/+25
|
* fdo#51619 do not ask for parameters if all have already been givenLionel Elie Mamane2012-07-021-1/+1
| | | | Change-Id: I1c1b1e46e7269bbfa24fbc0c0ebf5ba0f5aad7b9
* janitorial: remove unused xParamsAsNames variableLionel Elie Mamane2012-07-021-1/+0
| | | | Change-Id: Ic4fe24faf75d38a8123a8f0e8304c054760bad85
* Java5 update - use generics where appropriateNoel Grandin2012-06-2912-59/+60
| | | | Change-Id: I2e679fa3b8148f1ff0d1ebfa2e105b99f18d39cf
* Remove some more include guardsThomas Arnhold2012-06-291-3/+0
| | | | Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
* Remove UNO includes commentsThomas Arnhold2012-06-2934-77/+0
| | | | Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
* remove malingering legacy RCS tags.Michael Meeks2012-06-287-42/+0
|
* update unused code listCaolán McNamara2012-06-272-17/+0
| | | | Change-Id: I8845df6193233b268b5cce958fea9f25625c7025
* callcatcher: remove some unused codeCaolán McNamara2012-06-274-21/+0
| | | | Change-Id: I6b512dd2b33e2c09fad2369bb299120fc35345b0
* Remove unused header filesThomas Arnhold2012-06-272-88/+0
| | | | | | These were only referenced by Package_inc.mk... Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588
* Remove unused include filesThomas Arnhold2012-06-278-871/+0
| | | | | | Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
* Remove commented out code (includes)Thomas Arnhold2012-06-271-1/+0
| | | | Change-Id: I0a11d09544c10d78a2036a5c3c94132b17fbfbe8
* Reduce newline bloat at eofThomas Arnhold2012-06-271-2/+0
| | | | Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
* re-base on ALv2 code.Michael Meeks2012-06-2619-434/+270
|
* reduce static_initialization_and_destruction chainCaolán McNamara2012-06-251-12/+6
| | | | Change-Id: I0c1b2f2d908c31d1510662880c13504d81445a6a