summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* ditch some UniStrings and intermediate temporariesCaolán McNamara2012-03-261-3/+3
* .hrc files don't need executable bitsMichael Stahl2012-03-231-0/+0
* .java files don't need executable bitsMichael Stahl2012-03-234-0/+0
* chmod -xTor Lillqvist2012-03-212-0/+0
* remove extra string castsCaolán McNamara2012-03-204-9/+8
* fdo#47560 properly separate each new sorting columnLionel Elie Mamane2012-03-201-1/+1
* fdo#47370 properly duplicate (invisible) out-of-order sort columnsLionel Elie Mamane2012-03-202-2/+11
* do not initialize a field with itselfLuboš Luňák2012-03-161-1/+1
* fixup: use introduced preprocessor constant instead of hardcoded constantLionel Elie Mamane2012-03-151-2/+2
* fdo#46843 look for order by clause as fifth child of select_statementLionel Elie Mamane2012-03-151-2/+2
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-1419-0/+69
* Clean up ODocumentInfoPreviewStephan Bergmann2012-03-131-1/+1
* replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2012-03-125-25/+12
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-1010-19/+19
* fdo#47021: the naive join attempt leads to deadlockStephan Bergmann2012-03-091-1/+6
* Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist2012-03-051-0/+11
* WNT-only IMPL_LINK_NOARG fixesStephan Bergmann2012-03-021-1/+1
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-0120-38/+38
* we don't want any of these to be streamed out/in as 64bit valuesCaolán McNamara2012-02-281-2/+2
* Adapted AsyncEventNotifier to safer-to-use salhelper::ThreadStephan Bergmann2012-02-231-4/+5
* OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-02-221-1/+1
* WaE: duplicateBranchThomas Arnhold2012-02-211-4/+0
* Remove unused codeElton Chung2012-02-202-22/+0
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-202-2/+2
* remove adabas/adabasuiCaolán McNamara2012-02-1964-4689/+32
* Get rid of size() == 0Elton Chung2012-02-192-2/+2
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-181-1/+1
* Fix typos in commentsElton Chung2012-02-181-1/+1
* Make sure spawned thread is joined againStephan Bergmann2012-02-161-0/+1
* dbaccess' macros_test is still failing in some situationsMarkus Mohrhard2012-02-161-1/+5
* Various string function clean upStephan Bergmann2012-02-156-65/+115
* Fix typos in commentsElton Chung2012-02-134-5/+5
* disable new test on win and mac since it is a test with UIMarkus Mohrhard2012-02-121-0/+2
* finish initial work on the Base testMarkus Mohrhard2012-02-122-0/+5
* use better assertion macrosMarkus Mohrhard2012-02-121-1/+1
* first part of a c++ based test for baseMarkus Mohrhard2012-02-113-0/+254
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-1012-12/+0
* dbaccess: DatabaseDataProvider is not in chart2Miklos Vajna2012-02-102-2/+2
* translate german commentsLionel Elie Mamane2012-02-091-4/+5
* reorganise code for better readabilityLionel Elie Mamane2012-02-091-5/+5
* typo in commentLionel Elie Mamane2012-02-091-1/+1
* ORowSetCache::moveWindow: yet another off-by-one errorLionel Elie Mamane2012-02-091-1/+1
* Revert "Tentative fix for invalid iterator range regression"Lionel Elie Mamane2012-02-091-8/+1
* ORowSetCache::moveWindow fix variable inversion; fixes subsequentcheckLionel Elie Mamane2012-02-091-1/+1
* Tentative fix for invalid iterator range regressionStephan Bergmann2012-02-081-1/+8
* ORowSetCache: handle case total data < m_nFetchSizeLionel Elie Mamane2012-02-081-73/+87
* update unused listCaolán McNamara2012-02-087-58/+0
* Added READMEs for modules used by LibO Base and LibO Calc.Josh Heidenreich2012-02-081-0/+1
* Attempt to disable database connectivity for iOS for nowTor Lillqvist2012-02-061-0/+4
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2