summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api
AgeCommit message (Expand)AuthorFilesLines
2012-02-20Remove unused codeElton Chung2-22/+0
2012-02-13Fix typos in commentsElton Chung1-1/+1
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-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-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-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-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-06Removed unnecessary tools/debug.hxx includes.Marcel Metz2-2/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-21Fix for fdo43460 Part XII getLength() to isEmpty()Olivier Hallot15-51/+51
2011-11-27remove include of pch header in dbaccessNorbert Thiebaud36-72/+0
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora2-5/+5
2011-11-15Remove some unused headersJoseph Powers1-60/+0
2011-10-26WaE: unreferenced local variableTor Lillqvist1-2/+2
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-8/+8
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara5-0/+20
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-37/+37
2011-09-15dbaccess: RowSet.cxx: update m_bIsInsertRowMichael Stahl1-0/+1
2011-09-12callcatcher: various unused methodsCaolán McNamara2-7/+0
2011-08-30WaE: dbglevel=2Caolán McNamara1-7/+1
2011-07-23revert to dbaccess gbuildization from master mostlyBjoern Michaelsen1-1/+0
2011-07-21resyncing to masterBjoern Michaelsen1-1/+1
2011-06-23make this more readableDavid Tardon1-1/+1
2011-06-20Merge branch 'master' into feature/gnumake4Bjoern Michaelsen59-2553/+1179
2011-06-17gnumake4: converted dbaccess [hg:8113b354673f]Ocke Janssen [oj]2-32/+1
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky11-124/+262
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky11-124/+262
2011-04-19gbuildize dbaccessDavid Tardon1-82/+0
2011-04-13catch by const referenceCaolán McNamara2-6/+6
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2-2/+2
2011-03-18dba34d: #i66846# check bookmarable before use statis resultsetOcke Janssen [oj]1-5/+13
2011-03-17Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky16-39/+56
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold9-24/+24
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold5-7/+7
2011-03-11Move DBG_TRACE3 to OSL_TRACEThomas Arnhold1-5/+5