summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Collapse)AuthorAgeFilesLines
* remove include of pch header in dbaccessNorbert Thiebaud2011-11-27311-609/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-278-15/+0
|
* s/infomation/information/Korrawit Pruegsanusak2011-11-271-1/+1
|
* Remove some uses of OUString::setCharAtAugust Sodora2011-11-263-6/+6
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
|
* gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon2011-11-255-10/+10
|
* fdo#32347: reenable ADO URL helper UILionel Elie Mamane2011-11-233-23/+4
| | | | cleanup obsolete DISABLE_ADO/WINDOWS_VISTA_PSDK logic
* remove [Byte]String::EraseAllCharsCaolán McNamara2011-11-191-2/+3
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* Address data source ordering x#62860Michael Meeks2011-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | information from the apply file: patchname: addrbk-datasrc-ordering.diff issues: author: michael section: Misc comment: Address data source ordering x#62860 sectioncomment: git log from build repository: commit bfa619922b90a021e5d856333dd398512389ad67 Author: Jan Holesovsky <kendy@suse.cz> Date: Mon Jun 21 22:11:19 2010 +0200 Update patches to dev300-m83. * [...] commit 256381886a238d80b9ddab795b500576d92404cc Author: Jan Holesovsky <kendy@suse.cz> Date: Wed May 19 12:16:00 2010 +0200 Updated patches do dev300-m77. * [...] commit df913735fd729978d20f0282fe32d14bf597891f Author: Jan Holesovsky <kendy@suse.cz> Date: Mon May 17 01:21:36 2010 +0200 Patches adopted to the tabs -> spaces fixes + trailing whitespace cleanup. * [...] commit c6847e9b022184e98942391a2b5711c31eb25ba3 Author: Jan Holesovsky <kendy@suse.cz> Date: Fri May 14 14:32:23 2010 +0200 Convert tabs to spaces in all the code introduced by the patches. * [...] commit 09774df8a62bf886c78c0f84d56b2d518ae8107e Author: Jan Holesovsky <kendy@suse.cz> Date: Tue Apr 29 14:04:53 2008 +0000 Src680/ * Some cleaning action: src680/* -> dev300/ * patches/dev300/gstreamer-sd.diff, patches/dev300/gstreamer-slideshow.diff, patches/dev300/letter-wizard-resource-id.diff: Moved to patches/gstreamer. * patches/dev300/mono-build.diff: Moved to patches/mono. * patches/dev300/sc-hacky-handle-boolean.diff, patches/dev300/vba-workbook-worksheet-events.diff: Moved to patches/vba. * patches/src680/unittesting-*: Moved... patches/unittesting/*: ...here. * patches/src680/*: Moved... patches/dev300/*: ...here. * patches/dev300/apply, patches/Makefile.am: Add the unittesting subdir, remove src680.
* Remove some unused headersJoseph Powers2011-11-153-381/+0
|
* Remove some unused Precompiled Header logicJoseph Powers2011-11-156-1659/+0
|
* Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann2011-11-142-16/+7
| | | | | | | * Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
* Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann2011-11-145-5/+1
|
* Heavily simplified utl::ConfigManager.Stephan Bergmann2011-11-113-25/+10
|
* remove empty Text [ x-comment ] entriesAndras Timar2011-11-081-1/+0
|
* Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/coreMichael Stahl2011-11-022-132/+453
|\
| * factorise multiple SQL_ISRULEOR2 implementations into oneLionel Elie Mamane2011-10-302-24/+12
| |
| * add constLionel Elie Mamane2011-10-301-2/+2
| |
| * Remove unnecessary variableLionel Elie Mamane2011-10-301-2/+1
| |
| * fillFunctionInfo now also guesses the type of non-function call expressionsLionel Elie Mamane2011-10-302-32/+368
| |
| * Reorganise code for more clarity; no behaviour changeLionel Elie Mamane2011-10-301-81/+79
| |
* | move CloseVeto from dbaccess to unotoolsMichael Stahl2011-10-315-257/+2
|/
* Remove some parenthesis for readabilityJulien Nabet2011-10-281-1/+1
|
* C-Style casting replaced by C++ styleJulien Nabet2011-10-271-1/+1
|
* WaE: illegal copy-initializationTor Lillqvist2011-10-261-4/+4
|
* WaE: unreferenced local variableTor Lillqvist2011-10-261-2/+2
|
* WaE: C++ exception handler used, but unwind semantics are not enabledTor Lillqvist2011-10-261-1/+1
|
* WaE: C++ exception handler used, but unwind semantics are not enabledTor Lillqvist2011-10-261-1/+1
|
* WaE: illegal copy-initializationTor Lillqvist2011-10-261-2/+2
| | | | | more than one user-defined conversion has been implicitly applied. So use the other style of initialisation then.
* Revert "Build dbaccess and connectivity only for DESKTOP platforms for now"Tor Lillqvist2011-10-261-2/+2
| | | | | | | | | Nah, breaks the build for non-DESKTOP platforms anyway, as headers delivered there are needed elsewhere. So just keep building that stuff even if it presumably will not be needed on either of the non-DESKTOP platforms. This reverts commit 9b4212f14b11993222f933f59a93359ebc44c708.
* Build dbaccess and connectivity only for DESKTOP platforms for nowTor Lillqvist2011-10-251-2/+2
|
* WaE: unreferenced local variableTor Lillqvist2011-10-251-1/+1
|
* Undo basis/brand split: Moved the rest of the WNT-only stuff.Stephan Bergmann2011-10-241-1/+1
|
* Fix fdo#38286. Perhaps it could be simplifiedJulien Nabet2011-10-221-1/+12
|
* Simplified comphelper::OSequenceIterator and its uses.Stephan Bergmann2011-10-192-20/+23
|
* #i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl2011-10-112-5/+7
| | | | | | | | | | | | | modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt: should be sufficient, since the largest number is SAL_INT32_MAX * 10^7. remove duplicate methods from SvXMLUnitConverter: convertMeasurePx, convertMeasure (static variants) remove entirely duplicative class SvXMLExportHelper: GetConversionFactor, GetUnitFromString, AddLength change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit. change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit. rename some methods to turn compiler into merge conflict detector :)
* #i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl2011-10-111-2/+2
| | | | | | | | remove duplicate methods from SvXMLUnitConverter: convertTime (all variants), convertDateTime (DateTime variants), convertTimeDuration. move convertAny from SvXMLUnitConverter to sax::converter.
* #i108468#: clean up xmluconv code duplication, part 1:Michael Stahl2011-10-115-13/+19
| | | | | | | | | move convertNumber64 from SvXMLUnitConverter to sax::converter. remove duplicate methods from SvXMLUnitConverter: convertBool, convertPercent, convertColor, convertNumber, convertDouble, indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars, clearUndefinedChars
* WaE: win32 cleanupMichael Meeks2011-10-071-0/+1
|
* ByteString->rtl::OStringBufferCaolán McNamara2011-10-053-11/+12
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* tweak ambiguities for F-15 gcc 4.6.1-9Caolán McNamara2011-09-303-9/+22
|
* add modelinesCaolán McNamara2011-09-2912-0/+29
|
* remove archaic header guardsCaolán McNamara2011-09-291-2/+0
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-275-32/+26
|
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-2221-0/+124
|
* Always link with user32Tor Lillqvist2011-09-221-6/+0
|
* WaE: unused variableCaolán McNamara2011-09-211-1/+1
|
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-37/+37
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines