summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2011-12-01Remove uses of charAtAugust Sodora1-2/+2
2011-11-30add constLionel Elie Mamane1-1/+1
2011-11-30Success to load JDBC driver is still info, not an errorLionel Elie Mamane3-5/+8
2011-11-30Failure to load JDBC driver is an error, not infoLionel Elie Mamane2-2/+2
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara1-3/+3
2011-11-28ByteString::GetToken->comphelper::string::getTokenCaolán McNamara1-3/+4
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-549/+0
2011-11-27remove pch from the include listNorbert Thiebaud8-8/+0
2011-11-27remove include of pch header in dbaccessNorbert Thiebaud311-609/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud8-15/+0
2011-11-27s/infomation/information/Korrawit Pruegsanusak1-1/+1
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora3-6/+6
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon5-10/+10
2011-11-23fdo#32347: reenable ADO URL helper UILionel Elie Mamane3-23/+4
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara1-2/+3
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
2011-11-15 Address data source ordering x#62860Michael Meeks1-1/+1
2011-11-15Remove some unused headersJoseph Powers3-381/+0
2011-11-15Remove some unused Precompiled Header logicJoseph Powers6-1659/+0
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann2-16/+7
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann5-5/+1
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann3-25/+10
2011-11-08remove empty Text [ x-comment ] entriesAndras Timar1-1/+0
2011-11-02Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/coreMichael Stahl2-132/+453
2011-10-31move CloseVeto from dbaccess to unotoolsMichael Stahl5-257/+2
2011-10-30factorise multiple SQL_ISRULEOR2 implementations into oneLionel Elie Mamane2-24/+12
2011-10-30add constLionel Elie Mamane1-2/+2
2011-10-30Remove unnecessary variableLionel Elie Mamane1-2/+1
2011-10-30fillFunctionInfo now also guesses the type of non-function call expressionsLionel Elie Mamane2-32/+368
2011-10-30Reorganise code for more clarity; no behaviour changeLionel Elie Mamane1-81/+79
2011-10-28Remove some parenthesis for readabilityJulien Nabet1-1/+1
2011-10-27C-Style casting replaced by C++ styleJulien Nabet1-1/+1
2011-10-26WaE: illegal copy-initializationTor Lillqvist1-4/+4
2011-10-26WaE: unreferenced local variableTor Lillqvist1-2/+2
2011-10-26WaE: C++ exception handler used, but unwind semantics are not enabledTor Lillqvist1-1/+1
2011-10-26WaE: C++ exception handler used, but unwind semantics are not enabledTor Lillqvist1-1/+1
2011-10-26WaE: illegal copy-initializationTor Lillqvist1-2/+2
2011-10-26Revert "Build dbaccess and connectivity only for DESKTOP platforms for now"Tor Lillqvist1-2/+2
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