summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove various commented out definesThomas Arnhold2012-06-251-9/+0
| | | | | | Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
* removed unused forward declarations of classTakeshi Abe2012-06-2529-49/+0
| | | | Change-Id: I814f8bdf4e4015f8e4eea34533db4ed8d6a7496e
* .y files don't need executable bitsMichael Stahl2012-06-221-0/+0
| | | | Change-Id: I3229ae20624c753d5e802d56251a628399a85817
* .l files don't need executable bitsMichael Stahl2012-06-221-0/+0
| | | | Change-Id: I948d7c241f8024edb3bdced21d9d819571f02387
* .xml files don't need executable bitsMichael Stahl2012-06-223-0/+0
| | | | Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
* correct ODBC timestamp column sizeLionel Elie Mamane2012-06-221-1/+2
| | | | Change-Id: I17255da6989df4ef01d874bbb318b8374d7dd5e0
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-211-1/+1
| | | | Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
* typo: paramters, paramaters -> parametersAndras Timar2012-06-193-3/+3
| | | | Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
* misc dead code and cosmetic cleanup.Michael Meeks2012-06-195-8/+4
|
* evoab2: add libebook-1.2.so.13 (evolution 3.4)Rene Engelhard2012-06-181-0/+1
| | | | Change-Id: I03d9c2416de66d694948b9fe560f83317d6b03ef
* callcatcher: chainsaw out some unnecessary codeCaolán McNamara2012-06-154-17/+0
| | | | Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392
* ancient bison nees %token-table for yytname to be usableChristian Lohmaier2012-06-151-0/+1
| | | | fixes build with XCode 2.5 (Mac/PPC)
* WaE: avoid build break on Mac PPC/XCode 2.5Christian Lohmaier2012-06-131-0/+2
| | | | | otherwise breaks with comparison beetween signed and unsigned integer expressions
* use commandline parameters instead of bison directives (XCode 2.5)Christian Lohmaier2012-06-132-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)
* reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara2012-06-131-2/+2
| | | | Change-Id: I98361309ada084d8f78517ce88f210d785f59cc0
* re-base on ALv2 code.Michael Meeks2012-06-12746-17032/+11077
|
* Remove superfluous empty lines on topThomas Arnhold2012-06-0912-24/+0
| | | | | | More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
* Remove superfluous include commentsThomas Arnhold2012-06-091-2/+0
| | | | Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
* Drop unused fileJulien Nabet2012-06-081-94/+0
| | | | | | See http://nabble.documentfoundation.org/Can-connectivity-source-inc-odbc-ODefs3-hxx-file-be-dropped-td3988788.html Change-Id: I7baa0b74ded34e9414e021ac873ed4cf8b984bfe
* re-base on ALv2 code.Michael Meeks2012-06-061-0/+1
| | | | Change-Id: I06da546daa2efb23362cdc61c14add3ea761638c
* make hsql database working again (fdo#50783)Petr Mladek2012-06-061-0/+8
| | | | | | | | | | | + set Class-Path in sdbc_hsqldb.jar/MANIFEST.MF + pack the missing org/hsqldb/lib/FileSystemRuntimeException.class heh, it is a crazy hack; the source file is under another path com/sun/star/sdbcx/comp/hsqldb Change-Id: I53078269f2298175fee52912d55e8defe01b259b
* nuke dead codeTakeshi Abe2012-06-062-30/+0
| | | | Change-Id: I0ea47ee535ba0e903bae0de227acd311ca96aa03
* removed dead codeTakeshi Abe2012-06-062-17/+0
| | | | Change-Id: I02e535f0a0e55446e5a29297c2d05b1503805e71
* Replace manual Mutex handling by clearable guardLionel Elie Mamane2012-06-041-6/+2
| | | | Change-Id: I4c20bf3a2aa5ca908db233e54f50404cc7466d72
* ALv2 licensing compliance, and first test / re-based module pair.Michael Meeks2012-06-042-49/+28
| | | | Change-Id: If75d2daaac2c629028a76f55941345c1c565a69a
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-041-1/+3
| | | | | | | Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* nuke unused definesTakeshi Abe2012-06-0413-34/+0
| | | | Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb
* removed unused definesTakeshi Abe2012-06-031-1/+0
| | | | Change-Id: I95eb6a46e6d2a2763313e90e5b15582c83f66b81
* targeted string re-workNorbert Thiebaud2012-06-024-57/+57
| | | | Change-Id: I511ceb2929b9bd316455c6463a3495e2748befdd
* cosmetic clean-upNorbert Thiebaud2012-06-022-661/+661
| | | | Change-Id: I78ecfec2c03df2d040671722c255af2c63f81991
* targeted string re-workNorbert Thiebaud2012-06-024-15/+15
| | | | Change-Id: I2124610768910ff147ca6496b178c91ea90b48ac
* targeted string re-workNorbert Thiebaud2012-06-023-4/+4
| | | | Change-Id: Ia73452f1cc83eff144e692c5ec19048c4ce0ca60
* targeted string re-workNorbert Thiebaud2012-06-021-1/+1
| | | | Change-Id: I588fadc51fec90b3b04d61c2c63880236c535183
* targeted string re-workNorbert Thiebaud2012-06-0267-604/+604
| | | | Change-Id: Iac38f0f2622b1f7ddcc6f91b022c949e7a733c41
* targeted string re-workNorbert Thiebaud2012-06-0211-101/+99
| | | | Change-Id: I2db379d3aeb22d29aec3ae4079314f75873790dc
* Update commentsLionel Elie Mamane2012-06-011-2/+2
| | | | Change-Id: I7e3f09d61cb35165000a35c8d3c3f2d284cf164e
* nuke unused namespaceTakeshi Abe2012-06-015-7/+0
| | | | Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
* targetted re-work of minor cppcheck fixesMichael Meeks2012-05-311-1/+1
| | | | Change-Id: Id0c3cecaccb4d9733149061f652684d3398e9bf2
* Library_dbtools.mk: fix cyclic dependency on connectivity_generatedMichael Stahl2012-05-311-1/+2
| | | | Change-Id: Icac4bd86197c5e2ae1e86582ff3f0648307437b4
* nuke unused typedefTakeshi Abe2012-05-3119-22/+0
| | | | Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
* do not link with cmt by defaultDavid Tardon2012-05-301-0/+7
| | | | Change-Id: I7ed9a25d3b113ae0bda4f8ce47153b54270916f1
* $(OUTDIR_FOR_BUILD) is wrongDavid Tardon2012-05-301-1/+1
| | | | Change-Id: Id0c7564d7355192842c0b0b248bf21379ef104cb