summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Collapse)Author
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-05Removed /* ### ACHTUNG: Neuer Text in Resource? - lines from componentsChristina Rossmanith
2011-03-03findbar: Add the findbar to the menus above the Search dialog.Jan Holesovsky
2011-03-02Replace one DBG_UTIL with OSL_DEBUG_LEVELThomas Arnhold
And remove the other one, as OSL_FAIL is executed only on OSL_DEBUG_LEVEL > 0 (in diagnose.h).
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-02-13Remove bogus commentsGuillaume Poussel
2011-02-10new gcc warnings, variable set but unusedCaolán McNamara
2011-02-08more std:: -> o3tl:: build fixesLuboš Luňák
2011-02-06Some cppcheck cleaningJulien Nabet
2011-02-06Remove lots of dead codeThomas Arnhold
2011-02-06move components to boost unordered containersFridrich Štrba
2011-02-02Clean up makefilesThomas Arnhold
2011-02-01Remove empty makefiles and their references.Thomas Arnhold
2011-01-26WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-26Remove some dead code.Thomas Arnhold
2011-01-21Remove doubled headers.Thomas Arnhold
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-09Remove commented codeAnders Jonsson
2010-12-19cppcheck: the scope of this variable can be reducedCaolán McNamara
2010-12-15Fix dbgutil buildThorsten Behrens
2010-12-13remove icon from invisible buttonMichael Meeks
2010-12-13remove obsolete img_s in listMichael Meeks
2010-12-11cleaning of __EXPORT defineGert Faller
2010-12-11remove DECLARE_LIST( BreakPL, BreakPoint* )Joseph Powers
Also simplify the prior patch & make sure the list is in the right order.
2010-12-10Remove DECLARE_LIST( MacroList, SbMethod* ) & Cleanup previous patchJoseph Powers
2010-11-26Merge branch 'libreoffice-3-3'Rene Engelhard
2010-11-25Put show credits entry into all app ui configsThorsten Behrens
2010-11-17Various code cleanup and translationsSebastian Spaeth
Translate some German comments, do some minor code cleanup and simplify one function a bit.
2010-11-16HC Cleanup - componentsJoseph Powers
2010-11-16get this building againCaolán McNamara
2010-11-13remove hicontrast stuffCaolán McNamara
2010-11-13Purged BmpColorMode from libs-gui - componentsJoseph Powers
2010-11-10Bitmap Tree Cleanup - componentsJoseph Powers
Removed all references to HIGHCONTRAST mode from svtools classes: SvImpLBox SvTreeListBox The reset is just fall out.
2010-11-09EasyHack: createAsciiFrom -> RTL_CONST...Kevin Hunter
2010-11-09Remove comment blocks, and other unnecessaries.Kevin Hunter
2010-11-09Comment block removal, and other minor commentsKevin Hunter
2010-11-09Random tab replacement with space charactersKevin Hunter
2010-11-02Add some more files to EXCEPTIONSFILES, needed on at least NetBSD.Thomas Klausner
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-25migrate vos::OModule to osl:ModuleNorbert Thiebaud
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25migrate use of OClearableGuard(SolarMutex) to SolarMutexGuardNorbert Thiebaud
3 helper class and a site were using OClearableGuard on the SolarMutex None of these actually needed the Clearable feature, so they were replaced by a simple SolarMutexGuard.
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud
2010-10-20#i101100# strict aliasing fixesCaolán McNamara
2010-10-19fix bogus SAL_N_ELEMENTS usageNoel Power
2010-10-15SAL_N_ELEMENTS changes for componentsKenneth Venken
2010-10-15fix fdo#30856 remove VBAForm property and associated geometry hackNoel Power
2010-10-13Merge commit 'origin/master'Noel Power
2010-10-13Merge branch 'vba' fix conflics ( below ), trailing ws and leading tabsNoel Power
Conflicts: forms/source/component/RadioButton.cxx forms/source/inc/property.hrc
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>