summaryrefslogtreecommitdiffstats
path: root/dbaccess/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove adabas/adabasuiCaolán McNamara2012-02-1956-4515/+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
* Various string function clean upStephan Bergmann2012-02-156-65/+115
* Fix typos in commentsElton Chung2012-02-134-5/+5
* dbaccess: DatabaseDataProvider is not in chart2Miklos Vajna2012-02-101-1/+1
* 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
* 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
* 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
* 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
* ORowSetCache::fillMatrix(): fix case m_nFetchsize > table sizeLionel Elie Mamane2012-01-231-1/+1
* ORowSetCache::fillMatrix(): correct off-by-one errorLionel Elie Mamane2012-01-221-1/+1
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-213-6/+5
* ORowSetCache: overhaul internalsLionel Elie Mamane2012-01-192-148/+175
* janitorial: don't rely on detail of current OSL_ENSURE implementationLionel Elie Mamane2012-01-191-1/+1
* Oups... where is my brown paper bag?Lionel Elie Mamane2012-01-181-1/+1
* OKeySet: tryRefetch and refreshRow share most of their codeLionel Elie Mamane2012-01-182-55/+26
* janitorial: typo in commentsLionel Elie Mamane2012-01-181-1/+1
* fdo#44813: make the refresh query filter NULL-safeLionel Elie Mamane2012-01-182-20/+56
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-171-1/+1
* janitorial: typo in private member nameLionel Elie Mamane2012-01-172-6/+6
* janitorial: const iterator where may be, indentationLionel Elie Mamane2012-01-171-7/+7