summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)Author
2010-11-10Spelling mistakes and code removalWol
2010-11-10Translation, spelling mistakes and dead codeWol
2010-11-10Fix spelling mistakesWol
2010-11-10Fix spelling mistakeWol
2010-11-10More translations and comment deletion for BaseWol
2010-11-10Bitmap Tree Cleanup - baseJoseph Powers
Removed all references to HIGHCONTRAST mode from svtools classes: SvImpLBox SvTreeListBox The reset is just fall out.
2010-11-10Spelling mistakes, and deleting unwanted comments and commented codeWol
2010-11-08Removed commented-out code.Ricardo Moreno
2010-11-08Revert "Smelling pistakes, german comments, and a little commented code in base"Norbert Thiebaud
This reverts commit 8d33d95cde5f423aee284bbbcff810cbba1a910a. I've been told by a german native speaker that the translation was mostly babelish and quite incomprehensible, so revert for now.
2010-11-07Delete commented codeWol
2010-11-06Smelling pistakes, german comments, and a little commented code in baseWols Lists
I think I've translated most of the german stuff correctly (I speak german somewhat, and used babelfish to help) . From f203be2f74f8ea4df960876434f8e55cd7973ab9 Mon Sep 17 00:00:00 2001 From: Wol <anthony@youngman.org.uk> Date: Sun, 7 Nov 2010 01:52:20 +0000 Subject: [PATCH] Miscellaneous spelling mistakes, german, and commented code
2010-11-06Fix build breakage in a dbgutil-enabled buildTor Lillqvist
2010-11-06Fix build breakage in a dbgutil-enabled buildTor Lillqvist
2010-11-01Add more files to EXCEPTIONSFILES, needed at least on NetBSD.Thomas Klausner
2010-10-30fix my own cockupCaolán McNamara
Notes: split repo tag: base_LIBREOFFICE_3_3_FREEZE
2010-10-30Use RTL_CONSTASCII_USTRINGPARAMGert Faller
2010-10-27add modelines to .hxx files as wellCaolán McNamara
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud
2010-10-25make a osl:Reference de-reference a little more sane..Norbert Thiebaud
2010-10-25Fix typo: something->get; into something->get();Jan Holesovsky
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud
2010-10-24Merge commit 'ooo/OOO330_m12'Jan Holesovsky
2010-10-19Switch all urls from TDF to LibreOfficeThorsten Behrens
Additionally, fixes fdo#30667 with new about dialog text, and a link to http://libreoffice.org/credits.html
2010-10-18remove non-compiled codePovilas Kanapickas
2010-10-18dba33k: #i114026# check if key columns from all tables are involvedOcke.Janssen
2010-10-13Merge branch 'master' of ssh://noelp@git.freedesktop.org/git/libreoffice/baseNoel Power
2010-10-13Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/baseJan Holesovsky
2010-10-13initial apply of vba patches ( no container controls, no operator precedence )Noel Power
2010-10-13close namespaceCaolán McNamara
2010-10-13remove conflict markersCaolán McNamara
2010-10-13Removed comments, trailing spaces and death code (3)Gil Forcada
2010-10-13Removed comments, trailing spaces and death code (2)Gil Forcada
2010-10-13Removed comments, trailing spaces and death codeGil Forcada
2010-10-13Merge commit 'ooo/OOO330_m10'Jan Holesovsky
Conflicts: dbaccess/source/core/api/RowSetCache.cxx dbaccess/source/core/misc/DatabaseDataProvider.cxx
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-11#i112786# make ConfigManager a well-behaved singletonCaolán McNamara
2010-10-11Removes some bogus comments found in Base.Rubén Jáñez
2010-10-10merge vosremoval-thread patchNorbert Thiebaud
2010-10-09Use SAL_N_ELEMENTS macroKayo Hamid
2010-10-09Some base commented code cleanupKalman Szalai - KAMI
2010-10-07Webservice URLs now point to documentfoundationThorsten Behrens
Changed places referencing OOo webservices to refer to *.documentfoundation.org instead. Also, append coutry string to URL.
2010-10-06Merge commit 'ooo/OOO330_m9'Jan Holesovsky
2010-10-05more removed include guards using fixguard.pyPetr Mladek
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-10-05Ported calc-distributed-cell-text-*.diff from ooo-build.Kohei Yoshida
This feature enables horizontal 'distributed' alignment and vertical 'justified' and 'distributed' alignments for cell contents in Calc. Note that this feature relies on ODF 1.2 extended in order for the relevant cell attributes to be saved in ODS.
2010-10-04native bool support in SvXMLUnitConverterNorbert Thiebaud
2010-10-02Remove commented out #include directivesJ. Graeme Lingard
Signed-off-by: Kalman Szalai - KAMI <kami911@gmail.com>
2010-10-01Ported calc-perf-import-dbf-dbaccess.diff from ooo-build.Kohei Yoshida
Add mechanism to optionally turn off property change notification, which is quite expensive.