Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-12 | Move OSL_ENSURE(false,...) to OSL_FAIL(...) | Thomas Arnhold | |
2011-03-05 | Removed /* ### ACHTUNG: Neuer Text in Resource? - lines from components | Christina Rossmanith | |
2011-03-03 | findbar: Add the findbar to the menus above the Search dialog. | Jan Holesovsky | |
2011-03-02 | Replace one DBG_UTIL with OSL_DEBUG_LEVEL | Thomas Arnhold | |
And remove the other one, as OSL_FAIL is executed only on OSL_DEBUG_LEVEL > 0 (in diagnose.h). | |||
2011-03-02 | Move DBG_ERROR to OSL_FAIL | Thomas Arnhold | |
2011-02-13 | Remove bogus comments | Guillaume Poussel | |
2011-02-10 | new gcc warnings, variable set but unused | Caolán McNamara | |
2011-02-08 | more std:: -> o3tl:: build fixes | Luboš Luňák | |
2011-02-06 | Some cppcheck cleaning | Julien Nabet | |
2011-02-06 | Remove lots of dead code | Thomas Arnhold | |
2011-02-06 | move components to boost unordered containers | Fridrich Štrba | |
2011-02-02 | Clean up makefiles | Thomas Arnhold | |
2011-02-01 | Remove empty makefiles and their references. | Thomas Arnhold | |
2011-01-26 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-26 | Remove some dead code. | Thomas Arnhold | |
2011-01-21 | Remove doubled headers. | Thomas Arnhold | |
2011-01-20 | Replace 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-09 | Remove commented code | Anders Jonsson | |
2010-12-19 | cppcheck: the scope of this variable can be reduced | Caolán McNamara | |
2010-12-15 | Fix dbgutil build | Thorsten Behrens | |
2010-12-13 | remove icon from invisible button | Michael Meeks | |
2010-12-13 | remove obsolete img_s in list | Michael Meeks | |
2010-12-11 | cleaning of __EXPORT define | Gert Faller | |
2010-12-11 | remove DECLARE_LIST( BreakPL, BreakPoint* ) | Joseph Powers | |
Also simplify the prior patch & make sure the list is in the right order. | |||
2010-12-10 | Remove DECLARE_LIST( MacroList, SbMethod* ) & Cleanup previous patch | Joseph Powers | |
2010-11-26 | Merge branch 'libreoffice-3-3' | Rene Engelhard | |
2010-11-25 | Put show credits entry into all app ui configs | Thorsten Behrens | |
2010-11-17 | Various code cleanup and translations | Sebastian Spaeth | |
Translate some German comments, do some minor code cleanup and simplify one function a bit. | |||
2010-11-16 | HC Cleanup - components | Joseph Powers | |
2010-11-16 | get this building again | Caolán McNamara | |
2010-11-13 | remove hicontrast stuff | Caolán McNamara | |
2010-11-13 | Purged BmpColorMode from libs-gui - components | Joseph Powers | |
2010-11-10 | Bitmap Tree Cleanup - components | Joseph Powers | |
Removed all references to HIGHCONTRAST mode from svtools classes: SvImpLBox SvTreeListBox The reset is just fall out. | |||
2010-11-09 | EasyHack: createAsciiFrom -> RTL_CONST... | Kevin Hunter | |
2010-11-09 | Remove comment blocks, and other unnecessaries. | Kevin Hunter | |
2010-11-09 | Comment block removal, and other minor comments | Kevin Hunter | |
2010-11-09 | Random tab replacement with space characters | Kevin Hunter | |
2010-11-02 | Add some more files to EXCEPTIONSFILES, needed on at least NetBSD. | Thomas Klausner | |
2010-10-28 | add modelines to .hxx files as well | Caolán McNamara | |
2010-10-25 | migrate vos::OModule to osl:Module | Norbert Thiebaud | |
2010-10-25 | merge vosremoval-mutex.diff | Norbert Thiebaud | |
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually | |||
2010-10-25 | migrate use of OClearableGuard(SolarMutex) to SolarMutexGuard | Norbert 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-25 | use SolarMutexGuard to guard the SolarMutex | Norbert Thiebaud | |
2010-10-20 | #i101100# strict aliasing fixes | Caolán McNamara | |
2010-10-19 | fix bogus SAL_N_ELEMENTS usage | Noel Power | |
2010-10-15 | SAL_N_ELEMENTS changes for components | Kenneth Venken | |
2010-10-15 | fix fdo#30856 remove VBAForm property and associated geometry hack | Noel Power | |
2010-10-13 | Merge commit 'origin/master' | Noel Power | |
2010-10-13 | Merge branch 'vba' fix conflics ( below ), trailing ws and leading tabs | Noel Power | |
Conflicts: forms/source/component/RadioButton.cxx forms/source/inc/property.hrc | |||
2010-10-13 | Add vim/emacs modelines to all source files | Sebastian 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> |