summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* Removed duplicated includesAndrea Gelmini2014-10-311-2/+0
* convert COMMAND_WHEEL constants to an enumNoel Grandin2014-10-311-1/+1
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-304-5/+5
* coverity#706465 Uncaught exceptionCaolán McNamara2014-10-281-10/+33
* fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin2014-10-272-6/+6
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-231-1/+1
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-231-1/+1
* fdo#84938: replace MENUITEM constants with enumNoel Grandin2014-10-232-5/+5
* loplugin: cstylecastNoel Grandin2014-10-231-1/+1
* Revert "PythonTest_dbaccess_python: don't modify source document"Michael Stahl2014-10-221-5/+0
* Save precious vertical space by removing some redundant heading labelsAdolfo Jayme Barrientos2014-10-221-90/+57
* Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist2014-10-221-3/+5
* PythonTest_dbaccess_python: don't modify source documentMiklos Vajna2014-10-211-1/+5
* dbaccess: make sure fdo84315.odb.lck is removed after the test passedMiklos Vajna2014-10-211-0/+1
* connectivity: firebird: fix temp directory leakMichael Stahl2014-10-211-0/+4
* dbaccess: surely the problem is that the storage could _not_ be committed?Michael Stahl2014-10-211-6/+4
* fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin2014-10-213-4/+4
* fdo#84938: replace TIB_ constants with enumNoel Grandin2014-10-202-2/+2
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-161-1/+1
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-159-17/+0
* create a macro library for implementing bit-flags typesNoel Grandin2014-10-133-4/+4
* coverity#706421 Uncaught exceptionCaolán McNamara2014-10-121-8/+12
* coverity#706404 Uncaught exceptionCaolán McNamara2014-10-121-9/+12
* coverity#706478 Uncaught exceptionCaolán McNamara2014-10-121-2/+0
* coverity#706476 Uncaught exceptionCaolán McNamara2014-10-121-2/+0
* coverity#706477 Uncaught exceptionCaolán McNamara2014-10-121-3/+0
* Remove a GtkFrame and its redundant labelAdolfo Jayme Barrientos2014-10-121-342/+283
* convert vcl StateChangedType to enum classNoel Grandin2014-10-117-9/+9
* forgotten part of previous commitLionel Elie Mamane2014-10-091-1/+1
* fdo#84073: change ODBC/JDBC escapes to lowercaseJulien Nabet2014-10-092-2/+2
* Remove jvmfwk plugin featureStephan Bergmann2014-10-092-2/+0
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-091-1/+1
* fdo84315: add integration test for basic LibreOffice Base functionalityBjoern Michaelsen2014-10-074-0/+97
* fdo#84658 on reexec, cancel modification before resetting IsModification stateLionel Elie Mamane2014-10-061-0/+2
* coverity#1242480 Dereference null return valueCaolán McNamara2014-10-031-4/+4
* loplugin: cstylecastNoel Grandin2014-10-0334-113/+113
* rename SvRef::AddRef to AddFirstRefNoel Grandin2014-10-032-3/+3
* coverity#1242747 Uninitialized pointer fieldCaolán McNamara2014-10-012-10/+2
* fdo#82577: Handle RegionNoel Grandin2014-09-305-5/+5
* MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann2014-09-291-4/+4
* svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-291-4/+4
* border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos2014-09-285-5/+5
* factorise odbc headers inclusionLionel Elie Mamane2014-09-261-35/+1
* remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin2014-09-262-4/+4
* remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin2014-09-261-1/+1
* remove unnecessary casts'sNoel Grandin2014-09-261-5/+5
* SvStream - rename WriteNumber methodsNoel Grandin2014-09-261-9/+9
* dbaccess: C2668: ambiguous call to overloaded functionMichael Stahl2014-09-251-3/+2
* dbaccess: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-2553-157/+99
* Add missing include to avoid compile error on windowsPeter Foley2014-09-241-0/+1