summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Collapse)Author
2013-05-23RHEL-5 baseline ver of flex doesn't have nounistdCaolán McNamara
lets try this hack, if it fails revert and I'll just manually update the baseline with a newer flex than flex-2.5.4a-41.fc6 Change-Id: If644489e80fc4e4cdba97808af0fe4d544d08646
2013-05-22fdo#46808, Convert XMultiServiceFactory to XComponentContextNoel Grandin
Change-Id: I3a74d4edaa3ff3c2498c3db2720b0e4e5305c2e4
2013-05-21Some more linking fixingFridrich Štrba
Change-Id: I92fbd3839fea6c730039259ce6f56d8082ffd19b
2013-05-21Add tl for DbgUnhandledException()Tor Lillqvist
Change-Id: I612f0e473280342f4e406ebee7002a40622fbbf0
2013-05-21more linking fixNoel Grandin
for my diagose_ex.h change Change-Id: I6f9224942b5ccac0ae6b61a595bfe6a3c7463b7b
2013-05-21fix for linkingNoel Grandin
caused by my commit 863d38fbfa4fb4861e476828c46410602100919e "move DBG_UNHANDLED_EXCEPTION out of line" Change-Id: Idfd84d987ba9151ba476ce0516a9e5fbdb2003ec
2013-05-19flat db driver: reorganise OFlatTableLionel Elie Mamane
Change-Id: I5d522abdffaf1aeb4ae0996d3a19acdcca474f95
2013-05-19flat file db driver: clean up seekRowLionel Elie Mamane
Change-Id: Ib9057944c120522230d5ed00cf5d152e5f0b4726
2013-05-19janitorial: spelling in commentLionel Elie Mamane
Change-Id: I54854765c7ad88f1749d5ae7ad9203f6d29fa2b6
2013-05-19remove unused & suspicious methodLionel Elie Mamane
calls m_pTable->seekRow with m_nRowPos instead of m_nFilePos... Change-Id: Ibf9b4da3dffdd75402deb9e7a371a312e0464613
2013-05-19fdo#47951 flat text table: update m_nRowPos when moving by bookmarkLionel Elie Mamane
Change-Id: Iac154020b4b6309f92b1f68fa5bf79611dfcc91b
2013-05-19use safer/more explicit C++ castsLionel Elie Mamane
Especially in debug mode. Change-Id: I431851bd46da0f46fdb5cfaa19c76cb139823fa8
2013-05-19janitorial: clean up commentsLionel Elie Mamane
Change-Id: Iaa146aad75acdceaeb6701b069f0a538904af298
2013-05-19connectivity::file::OResultSet remove totally unused data memberLionel Elie Mamane
Change-Id: I5c4b2d72b600c8ce9de070dc82bf489d66144342
2013-05-19janitorial: typos in commentsLionel Elie Mamane
Change-Id: I6fbd522e796a8f1b6c13136f65bda11c19ffbda4
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-13fdo#64528 macab URL is sdbc:address:macab, not sdbc:address:macab:*Lionel Elie Mamane
Change-Id: I1e5721815c961e14484f78f449910908ed48aeb1
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl
Change-Id: Ic05de69951b28b9cc8d62f0a534b507c424e6b25
2013-05-09coverity#982277: reosurce leakMarkus Mohrhard
Change-Id: I5d2b99645faf18e8af9bc0f0b4bff210f9ee8743
2013-05-08Fix connectivity on WindowsFridrich Štrba
Change-Id: I1db4f6a6c680de2143659040d06d299881d8a9c7
2013-05-07Yet another fix for missing sqlbison.hxxStephan Bergmann
Change-Id: I2fb97a1422ed82c79b7babff793dba700eba2369
2013-05-07Yet another fix for missing sqlbison.hxxStephan Bergmann
Change-Id: I85a7dd4454233141e1cefc04cf30f999babf6ae7
2013-05-07connectivity: fix up some more exotic libs...Michael Stahl
... for Package_generated removal Change-Id: I14d8da088964224b68fba03e920eeb5a2d19f9f5
2013-05-07connectivity: remove Package_generatedMichael Stahl
This one is ugly, the Yacc generated header is used in lots of places; the dependencies are already right because using the header requires using the dbtools library which builds the YaccTarget, so just yet another include path has to be added. Change-Id: I031fde80ac326551d4719533305b1ae35351ca43
2013-05-07officecfg: remove Package_cppheaderMichael Stahl
Instead include generated headers directly from workdir. Change-Id: I9d2bcc07175d2bbc16d3cc548c2245e7a4fb0c65
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-05-06fix typoPhilipp Riemer
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
2013-05-05oops. drop ALRT_hsqldb from Module tooDavid Tardon
Change-Id: I5f67cef527fe54030fd848d0411e82c30cc06713
2013-05-05drop pointless build of a resource fileDavid Tardon
Change-Id: Ic3d554bbcc8bdbad85c868c06d451bd6f12def54
2013-05-02Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
Change-Id: I9f1102d4f0e189a048d8fccfe9cae246c0136311
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-29pgsql-sdbc: conninfo keywords as static table instead of series of "else if"Wol
New keywords can now simply be added to a static array rather than adding a new "else if" blocks for each keyword. Change-Id: Ib581b3e834a57e0dfa9d139bcb4ae7a0a52a5472
2013-04-26remove never-generated "predicate_check" entryLionel Elie Mamane
Change-Id: Ib3957fbadf6bfebfaabd5bef09aaf7ab21862cd6
2013-04-26QueryDesign: in criteria, remove matching column_ref in simple expressionsLionel Elie Mamane
Basically, in first children of infix predicates in search_conditions Change-Id: I0e2f8fbdde023b088f33d2e2fcbd41110f0e02a8
2013-04-26remove unused constLionel Elie Mamane
Change-Id: I94c274e8afc70fa702063d61139299a7bde9165b
2013-04-26QueryDesign: in criteria, remove column_ref when table *and* column name matchLionel Elie Mamane
As opposed to only the column name Change-Id: I261d13f23214f950daa55a5b63cd486e59a0e127
2013-04-26janitorial: indentation, spacing, ...Lionel Elie Mamane
Change-Id: Ie794e91783f8eaacf236070e7cdeb5b5f4361e9b
2013-04-26sal_Bool -> boolLionel Elie Mamane
Change-Id: I157e0e84cbc9832dd863607b8f52359596b51c8c
2013-04-25add missing deps on sqlbison.hxxDavid Tardon
Change-Id: I098a4514b9b32b1ecf96b1f2275f77bac540d557
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-23execute move of global headersBjoern Michaelsen
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
2013-04-23reword commentLionel Elie Mamane
Change-Id: I13aaf37421c7652e8e293759e9f563fc76cb1344
2013-04-23isEmpty() instead of getLength()==0Lionel Elie Mamane
Change-Id: I610ecd58f3f7fa7f3ab04db8b17259bbc54c2b74
2013-04-23Base: fix incorrect field removal in criterion inside query design viewOlivier Ploton
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-20connectivity: use LL qualifier for int64 contantsNorbert Thiebaud
Change-Id: Iaafbd62920c2b695c5810766d143a01c288e813f
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann
Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a