summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Build dbaccess and connectivity only for DESKTOP platforms for nowTor Lillqvist1-2/+2
2011-10-25WaE: unreferenced local variableTor Lillqvist1-1/+1
2011-10-24Undo basis/brand split: Moved the rest of the WNT-only stuff.Stephan Bergmann1-1/+1
2011-10-22Fix fdo#38286. Perhaps it could be simplifiedJulien Nabet1-1/+12
2011-10-19Simplified comphelper::OSequenceIterator and its uses.Stephan Bergmann2-20/+23
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl2-5/+7
2011-10-11#i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl1-2/+2
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl5-13/+19
2011-10-07WaE: win32 cleanupMichael Meeks1-0/+1
2011-10-05ByteString->rtl::OStringBufferCaolán McNamara3-11/+12
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-09-30tweak ambiguities for F-15 gcc 4.6.1-9Caolán McNamara3-9/+22
2011-09-29add modelinesCaolán McNamara12-0/+29
2011-09-29remove archaic header guardsCaolán McNamara1-2/+0
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann5-32/+26
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara21-0/+124
2011-09-22Always link with user32Tor Lillqvist1-6/+0
2011-09-21WaE: unused variableCaolán McNamara1-1/+1
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-37/+37
2011-09-19Avoid premature deletion of objects in ODatabaseContext::m_aDatabaseObjects.Stephan Bergmann1-1/+4
2011-09-15dbaccess: databasecontext.cxx: copy m_aDatabaseObjectsMichael Stahl1-2/+4
2011-09-15dbaccess: RowSet.cxx: update m_bIsInsertRowMichael Stahl1-0/+1
2011-09-12Type: BROWSER_INVALID_ID -> BROWSER_INVALIDIDLionel Elie Mamane1-1/+1
2011-09-12cleanup BrowseBox, DbGridControl & friends handle & invalid column handlingLionel Elie Mamane1-1/+1
2011-09-12typo in parameter nameLionel Elie Mamane2-18/+18
2011-09-12callcatcher: various unused methodsCaolán McNamara2-7/+0
2011-09-03Fixes fdo#36594 Syntax error in SQL on "--" comment (and "//" and "/**/")Jenei Gábor1-0/+148
2011-09-01Some cppcheck cleaningJulien Nabet1-1/+1
2011-08-31grabbag of unused codeCaolán McNamara1-137/+0
2011-08-30WaE: dbglevel=2Caolán McNamara1-7/+1
2011-08-25String::CreateFromInt64->rtl::OUString::valueOfCaolán McNamara1-1/+1
2011-08-24gb_Library_set_cxxflags -> gb_Library_add_cxxflagsJan Holesovsky1-2/+1
2011-08-22fix leaking 'Pictures' streams from basic dialogs in baseNoel Power1-0/+104
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud1-1/+1
2011-08-19convert tools::Config to rtl::OStringCaolán McNamara1-1/+1
2011-08-13odbcconfig is not a console applicationNorbert Thiebaud1-0/+2
2011-08-12ByteString, shrink apiCaolán McNamara1-4/+3
2011-08-11No more FORWARD_DECLARE_INTERFACE in dbaccess.Kohei Yoshida9-28/+93
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe20-20/+20
2011-08-09patch for xmlfilter.cxxGabor Jenei1-1/+2
2011-08-08fix assert, names expected to be sortedCaolán McNamara1-1/+2
2011-08-08use SAL_N_ELEMENTSCaolán McNamara1-1/+1
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe1-0/+1
2011-08-04Use rtl::OUStringHash.Kohei Yoshida2-2/+2
2011-07-31callcatcher: remove unused codeCaolán McNamara1-34/+0
2011-07-31convert to new apiCaolán McNamara1-5/+3
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist20-15/+37
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky1-1/+2
2011-07-26catch by const referenceCaolán McNamara1-4/+4
2011-07-24Merge branch 'master' into feature/gnumake4Bjoern Michaelsen4-42/+37