summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Collapse)AuthorFilesLines
2012-07-15callcatcher: update unused code listCaolán McNamara2-26/+0
Change-Id: I045ac2928d4b8cf99f9f76c20a9e489adc34ed66
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold1-2/+0
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET1-2/+2
It is faster and even avoid memory allocation somtimes. Change-Id: Ic12ff70e95953de44ef5798131150669d07a5445
2012-07-11warning C4530: C++ exception handler used ... specify /EHscMichael Stahl1-4/+1
Change-Id: Ifb23269c01dc80c328075fefe5e61b378e2d8477
2012-07-11Library_dbtools: sort objectsMichael Stahl1-44/+44
Change-Id: I91a510a7a778a669182a14333e78a8095b27c6cd
2012-07-11warning C4530: C++ exception handler used ... specify /EHscMichael Stahl1-1/+1
Change-Id: I2a81e4d5d3a19b5537b791391d035212e8bf423e
2012-07-11pq_allocator.hxx: work around spurious MSVC warningMichael Stahl1-0/+3
Change-Id: I6c516e4bd125c4075c195980a2fcdb58382c38dd
2012-07-10Remove unused methods:Julien Nabet2-30/+0
Change-Id: Iad15c92be13ba9e6120f7306543c88a04893d2c7 dbtools::SQLExceptionIteratorHelper::SQLExceptionIteratorHelper(com::sun::star::sdb::SQLContext const&) dbtools::SQLExceptionIteratorHelper::SQLExceptionIteratorHelper(com::sun::star::sdbc::SQLWarning const&)
2012-07-10Remove conflicting typedefPierre-Eric Pelloux-Prayer1-5/+4
Barely used typedef produced compilation error on Solaris, due to already defined type 'SS'. Change-Id: I2d1d563d8c4818a4afe9656cc4a62ba1bbaaafd2
2012-07-10fdo#50849 work around psqlodbc segfaultLionel Elie Mamane1-0/+13
Change-Id: Ib7e484f778d97b3f18845cef12718618324c859f
2012-07-09Trying to use Windows LDAP for Windows buildsFridrich Strba1-0/+1
Change-Id: Ic06bda1393de4da05af01f79b8ba54cf0ee2cb73 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-04use SAL_UNUSED_PARAMETER instead of local macroLuboš Luňák2-45/+2
2012-07-03ditch String::CreateFromAsciiCaolán McNamara3-10/+10
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-03callcatcher: update unused codeCaolán McNamara2-20/+0
Change-Id: Ia817624647ba395476d457ccd1681c6a82534e5a
2012-07-03embedded HSQLDB: reclaim space occupied by deleted rowsLionel Elie Mamane1-1/+1
Disadvantage is that saving/closing the file may take a significantly longer time Change-Id: I1cc35c34b49e60d73e8d341549c5a3c5ef314b6d
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold2-4/+0
Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks25-100/+25
2012-07-02fdo#51619 do not ask for parameters if all have already been givenLionel Elie Mamane1-1/+1
Change-Id: I1c1b1e46e7269bbfa24fbc0c0ebf5ba0f5aad7b9
2012-07-02janitorial: remove unused xParamsAsNames variableLionel Elie Mamane1-1/+0
Change-Id: Ic4fe24faf75d38a8123a8f0e8304c054760bad85
2012-06-29Java5 update - use generics where appropriateNoel Grandin12-59/+60
Change-Id: I2e679fa3b8148f1ff0d1ebfa2e105b99f18d39cf
2012-06-29Remove some more include guardsThomas Arnhold1-3/+0
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
2012-06-29Remove UNO includes commentsThomas Arnhold34-77/+0
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-28remove malingering legacy RCS tags.Michael Meeks7-42/+0
2012-06-27update unused code listCaolán McNamara2-17/+0
Change-Id: I8845df6193233b268b5cce958fea9f25625c7025
2012-06-27callcatcher: remove some unused codeCaolán McNamara4-21/+0
Change-Id: I6b512dd2b33e2c09fad2369bb299120fc35345b0
2012-06-27Remove unused header filesThomas Arnhold2-88/+0
These were only referenced by Package_inc.mk... Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588
2012-06-27Remove unused include filesThomas Arnhold8-871/+0
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-27Remove commented out code (includes)Thomas Arnhold1-1/+0
Change-Id: I0a11d09544c10d78a2036a5c3c94132b17fbfbe8
2012-06-27Reduce newline bloat at eofThomas Arnhold1-2/+0
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-26re-base on ALv2 code.Michael Meeks19-434/+270
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara1-12/+6
Change-Id: I0c1b2f2d908c31d1510662880c13504d81445a6a
2012-06-25Remove various commented out definesThomas Arnhold1-9/+0
Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
2012-06-25removed unused forward declarations of classTakeshi Abe29-49/+0
Change-Id: I814f8bdf4e4015f8e4eea34533db4ed8d6a7496e
2012-06-22.y files don't need executable bitsMichael Stahl1-0/+0
Change-Id: I3229ae20624c753d5e802d56251a628399a85817
2012-06-22.l files don't need executable bitsMichael Stahl1-0/+0
Change-Id: I948d7c241f8024edb3bdced21d9d819571f02387
2012-06-22.xml files don't need executable bitsMichael Stahl3-0/+0
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
2012-06-22correct ODBC timestamp column sizeLionel Elie Mamane1-1/+2
Change-Id: I17255da6989df4ef01d874bbb318b8374d7dd5e0
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks1-1/+1
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
2012-06-19typo: paramters, paramaters -> parametersAndras Timar3-3/+3
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
2012-06-19misc dead code and cosmetic cleanup.Michael Meeks5-8/+4
2012-06-18evoab2: add libebook-1.2.so.13 (evolution 3.4)Rene Engelhard1-0/+1
Change-Id: I03d9c2416de66d694948b9fe560f83317d6b03ef
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara4-17/+0
Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392
2012-06-15ancient bison nees %token-table for yytname to be usableChristian Lohmaier1-0/+1
fixes build with XCode 2.5 (Mac/PPC)
2012-06-13WaE: avoid build break on Mac PPC/XCode 2.5Christian Lohmaier1-0/+2
otherwise breaks with comparison beetween signed and unsigned integer expressions
2012-06-13use commandline parameters instead of bison directives (XCode 2.5)Christian Lohmaier2-5/+2
XCode 2.5 only has ancient bison that doesn't support the %file-prefix, %name-prefix,... directives. So use the more compatible commandline arguments (just like before gbuildification of the module)
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara1-2/+2
Change-Id: I98361309ada084d8f78517ce88f210d785f59cc0
2012-06-12re-base on ALv2 code.Michael Meeks746-17032/+11077
2012-06-09Remove superfluous empty lines on topThomas Arnhold12-24/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
2012-06-08Drop unused fileJulien Nabet1-94/+0
See http://nabble.documentfoundation.org/Can-connectivity-source-inc-odbc-ODefs3-hxx-file-be-dropped-td3988788.html Change-Id: I7baa0b74ded34e9414e021ac873ed4cf8b984bfe