summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | http://lists.freedesktop.org/archives/libreoffice/2012-February/025662.html
* 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
| | | | to equalsIgnoreAsciiCaseAscii("...")
* Fix typos in commentsElton Chung2012-02-181-1/+1
|
* Make sure spawned thread is joined againStephan Bergmann2012-02-161-0/+1
| | | | ...otherwise, it might still run during exit(3) and cause problems.
* dbaccess' macros_test is still failing in some situationsMarkus Mohrhard2012-02-161-1/+5
|
* Various string function clean upStephan Bergmann2012-02-156-65/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM.
* 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
| | | | Base needs the numberformatter to initialize a document
* 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
| | | | No behaviour change intended. However, if behaviour changed, probably the *old* behaviour is buggy, not new one.
* 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
| | | | | | This reverts commit 23151ab53574e0e893f4507313ff15388638746a. Fixed root cause in previous commit.
* 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
| | | | | | | 37b5dce665a03d3404e6a710b82bef16d740d178 re-wrote a std::rotate call to cause an "error: function requires a valid iterator range [__middle, __last)" abort from debug-mode GCC libstdc++ during smoketest. Lionel should check whether this fix is actually good -- at least, it causes "make check" to succeed again.
* ORowSetCache: handle case total data < m_nFetchSizeLionel Elie Mamane2012-02-081-73/+87
| | | | As a drive-by: fillMatrix update m_nEndSize
* 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
|
* remove glitch in sbase dialogKorrawit Pruegsanusak2012-02-011-1/+1
|
* make dbaccess ByteString freeCaolán McNamara2012-01-311-2/+2
|
* useless aFontNrCaolán McNamara2012-01-311-1/+0
|
* ORowSetCache: keep m_nEndPos better up-to-dateLionel Elie Mamane2012-01-312-7/+21
|
* fdo#45453: use integers rather than booleansLionel Elie Mamane2012-01-311-6/+6
| | | | | for always-true and always-false tests. Some databases have poor or no support for booleans.
* Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2012-01-311-8/+3
|
* Do not forward declare Splitter or include its header file if unneededMatteo Casalin2012-01-303-2/+4
|
* reduce unnecessary includesCaolán McNamara2012-01-301-5/+4
|
* use SAL_CALL - fix bulid in msvcKorrawit Pruegsanusak2012-01-301-2/+2
|
* Fixed cppheader.xsl nillable treatment.Stephan Bergmann2012-01-301-1/+2
| | | | | | | | | | | | | | | | | * cppheader.xsl had initially been written under the false assumption that a missing oor:nillable attribute defaults to "false" instead of "true". That has been fixed. * As a result, many places that use the new simplified officecfg/*.hxx headers broke as they did not expect value types to be wrapped boost::optional. To keep the code simple, I decided to change all occurrences in officecfg/registry/schema/ of properties that specify a default <value> and do not explicitly specify oor:nillable="true" to oor:nillable="false". Strictly speaking, this is an incompatible change, but in many cases it should be what was intended, anyway. * Some places that use the new simplified officecfg/*.hxx headers still had to be adapted to boost::optional wrapping. * This showed that unotools/configuration.hxx did not yet work for those wrapped properties and needed fixing, too.
* Disable Adabas UI, tooLionel Elie Mamane2012-01-271-2/+0
|
* Replace SourceViewConfig with (simplified) direct configuration access.Stephan Bergmann2012-01-252-12/+91
|
* Fix fdo#44040 VIEWING: Crash when page preview after <f4> (data sources)Julien Nabet2012-01-231-10/+8
| | | | Caolán fixed Iterator management which was buggy. (thank you !)
* add the "Send Feedback..." help menu itemIvan Timofeev2012-01-235-5/+10
|
* ORowSetCache::fillMatrix(): fix case m_nFetchsize > table sizeLionel Elie Mamane2012-01-231-1/+1
| | | | When lowering m_nStartPos, do not duplicate rows above its old value
* ORowSetCache::fillMatrix(): correct off-by-one errorLionel Elie Mamane2012-01-221-1/+1
| | | | | Symptom: segfault. Thanks to Julien Nabet for precise pointer to problematic code.
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-213-6/+5
| | | | | | | | | SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
* ORowSetCache: overhaul internalsLionel Elie Mamane2012-01-192-148/+175
|