summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2012-02-16Make sure spawned thread is joined againStephan Bergmann1-0/+1
2012-02-16dbaccess' macros_test is still failing in some situationsMarkus Mohrhard1-1/+5
2012-02-15Various string function clean upStephan Bergmann6-65/+115
2012-02-13Fix typos in commentsElton Chung4-5/+5
2012-02-12disable new test on win and mac since it is a test with UIMarkus Mohrhard1-0/+2
2012-02-12finish initial work on the Base testMarkus Mohrhard2-0/+5
2012-02-12use better assertion macrosMarkus Mohrhard1-1/+1
2012-02-11first part of a c++ based test for baseMarkus Mohrhard3-0/+254
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan12-12/+0
2012-02-10dbaccess: DatabaseDataProvider is not in chart2Miklos Vajna2-2/+2
2012-02-09translate german commentsLionel Elie Mamane1-4/+5
2012-02-09reorganise code for better readabilityLionel Elie Mamane1-5/+5
2012-02-09typo in commentLionel Elie Mamane1-1/+1
2012-02-09ORowSetCache::moveWindow: yet another off-by-one errorLionel Elie Mamane1-1/+1
2012-02-09Revert "Tentative fix for invalid iterator range regression"Lionel Elie Mamane1-8/+1
2012-02-09ORowSetCache::moveWindow fix variable inversion; fixes subsequentcheckLionel Elie Mamane1-1/+1
2012-02-08Tentative fix for invalid iterator range regressionStephan Bergmann1-1/+8
2012-02-08ORowSetCache: handle case total data < m_nFetchSizeLionel Elie Mamane1-73/+87
2012-02-08update unused listCaolán McNamara7-58/+0
2012-02-08Added READMEs for modules used by LibO Base and LibO Calc.Josh Heidenreich1-0/+1
2012-02-06Attempt to disable database connectivity for iOS for nowTor Lillqvist1-0/+4
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-01remove glitch in sbase dialogKorrawit Pruegsanusak1-1/+1
2012-01-31make dbaccess ByteString freeCaolán McNamara1-2/+2
2012-01-31useless aFontNrCaolán McNamara1-1/+0
2012-01-31ORowSetCache: keep m_nEndPos better up-to-dateLionel Elie Mamane2-7/+21
2012-01-31fdo#45453: use integers rather than booleansLionel Elie Mamane1-6/+6
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann1-8/+3
2012-01-30Do not forward declare Splitter or include its header file if unneededMatteo Casalin3-2/+4
2012-01-30reduce unnecessary includesCaolán McNamara1-5/+4
2012-01-30use SAL_CALL - fix bulid in msvcKorrawit Pruegsanusak1-2/+2
2012-01-30Fixed cppheader.xsl nillable treatment.Stephan Bergmann1-1/+2
2012-01-27Disable Adabas UI, tooLionel Elie Mamane1-2/+0
2012-01-25Replace SourceViewConfig with (simplified) direct configuration access.Stephan Bergmann2-12/+91
2012-01-23Fix fdo#44040 VIEWING: Crash when page preview after <f4> (data sources)Julien Nabet1-10/+8
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev5-5/+10
2012-01-23ORowSetCache::fillMatrix(): fix case m_nFetchsize > table sizeLionel Elie Mamane1-1/+1
2012-01-22ORowSetCache::fillMatrix(): correct off-by-one errorLionel Elie Mamane1-1/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann3-6/+5
2012-01-19ORowSetCache: overhaul internalsLionel Elie Mamane2-148/+175
2012-01-19janitorial: don't rely on detail of current OSL_ENSURE implementationLionel Elie Mamane1-1/+1
2012-01-18Oups... where is my brown paper bag?Lionel Elie Mamane1-1/+1
2012-01-18OKeySet: tryRefetch and refreshRow share most of their codeLionel Elie Mamane2-55/+26
2012-01-18janitorial: typo in commentsLionel Elie Mamane1-1/+1
2012-01-18fdo#44813: make the refresh query filter NULL-safeLionel Elie Mamane2-20/+56
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz1-1/+1
2012-01-17janitorial: typo in private member nameLionel Elie Mamane2-6/+6
2012-01-17janitorial: const iterator where may be, indentationLionel Elie Mamane1-7/+7
2012-01-17fdo#44813: don't replace NULLs given by the database by type-default valuesLionel Elie Mamane3-7/+7
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz1-1/+1