Commit graph

1655 commits

Author SHA1 Message Date
Thomas Arnhold
5ad6920963 Move OSL_ENSURE(false,...) to OSL_FAIL(...) 2011-03-12 14:12:11 +01:00
Christina Rossmanith
b74d1e2541 Removed /* ### ACHTUNG: Neuer Text in Resource? - lines from components 2011-03-05 08:42:43 +01:00
Jan Holesovsky
a2f13ba596 findbar: Add the findbar to the menus above the Search dialog. 2011-03-03 22:54:55 +01:00
Thomas Arnhold
aaee571ea1 Replace one DBG_UTIL with OSL_DEBUG_LEVEL
And remove the other one, as OSL_FAIL is executed only on
OSL_DEBUG_LEVEL > 0 (in diagnose.h).
2011-03-02 15:00:30 +01:00
Thomas Arnhold
fdeb501678 Move DBG_ERROR to OSL_FAIL 2011-03-02 15:00:30 +01:00
Guillaume Poussel
8add752517 Remove bogus comments 2011-02-13 17:35:58 +01:00
Caolán McNamara
72d95a4b97 new gcc warnings, variable set but unused 2011-02-10 09:44:53 +00:00
Luboš Luňák
9457a3ce40 more std:: -> o3tl:: build fixes 2011-02-08 19:33:25 +01:00
Julien Nabet
ba11d549dc Some cppcheck cleaning 2011-02-06 23:16:23 +01:00
Thomas Arnhold
50c26300e5 Remove lots of dead code 2011-02-06 13:43:35 +01:00
Fridrich Štrba
7685200dc1 move components to boost unordered containers 2011-02-06 01:00:47 +01:00
Thomas Arnhold
4327ec0dee Clean up makefiles 2011-02-02 12:06:11 +01:00
Thomas Arnhold
3979b8a564 Remove empty makefiles and their references. 2011-02-01 18:21:16 +01:00
Caolán McNamara
7c2a012c36 WaE: gcc 4.6.0 various warnings 2011-01-26 09:22:02 +00:00
Thomas Arnhold
fa2526c545 Remove some dead code. 2011-01-26 07:50:25 +01:00
Thomas Arnhold
86f964d438 Remove doubled headers. 2011-01-21 18:32:36 +01:00
Thomas Arnhold
7c89e643b1 Replace suitable equalsAscii calls with equalsAsciiL.
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20 10:30:44 +01:00
Anders Jonsson
fd8e6b21a5 Remove commented code 2011-01-09 20:40:01 +00:00
Caolán McNamara
7133f5006c cppcheck: the scope of this variable can be reduced 2010-12-19 16:22:15 +00:00
Thorsten Behrens
8184a13104 Fix dbgutil build 2010-12-15 01:42:43 +01:00
Michael Meeks
7257ae429a remove icon from invisible button 2010-12-13 21:16:18 +00:00
Michael Meeks
cfd8a1123a remove obsolete img_s in list 2010-12-13 20:00:39 +00:00
Gert Faller
561b4fd234 cleaning of __EXPORT define 2010-12-11 22:45:31 +01:00
Joseph Powers
444c242c51 remove DECLARE_LIST( BreakPL, BreakPoint* )
Also simplify the prior patch & make sure the list is in the right order.
2010-12-11 07:45:10 -08:00
Joseph Powers
9df180a0fc Remove DECLARE_LIST( MacroList, SbMethod* ) & Cleanup previous patch 2010-12-10 20:42:06 -08:00
Rene Engelhard
b257e33dd2 Merge branch 'libreoffice-3-3' 2010-11-26 17:50:29 +01:00
Thorsten Behrens
1d9fe262db Put show credits entry into all app ui configs 2010-11-25 23:13:00 +01:00
Sebastian Spaeth
85dc0919d5 Various code cleanup and translations
Translate some German comments, do some minor code cleanup and
simplify one function a bit.
2010-11-17 14:35:16 +01:00
Joseph Powers
f0d9c4aa9c HC Cleanup - components 2010-11-16 18:59:15 -08:00
Caolán McNamara
9330494b42 get this building again 2010-11-16 16:25:16 +00:00
Caolán McNamara
fd0a0308b1 remove hicontrast stuff 2010-11-13 21:01:39 +00:00
Joseph Powers
9d6314c5ec Purged BmpColorMode from libs-gui - components 2010-11-13 00:33:43 -08:00
Joseph Powers
688a78dc02 Bitmap Tree Cleanup - components
Removed all references to HIGHCONTRAST mode from svtools classes:
	SvImpLBox
	SvTreeListBox

The reset is just fall out.
2010-11-10 07:56:57 +01:00
Kevin Hunter
f581801f7c EasyHack: createAsciiFrom -> RTL_CONST... 2010-11-09 11:22:18 +01:00
Kevin Hunter
6ea63bafb1 Remove comment blocks, and other unnecessaries. 2010-11-09 09:58:51 +01:00
Kevin Hunter
f7a74b0b2e Comment block removal, and other minor comments 2010-11-09 09:45:59 +01:00
Kevin Hunter
99ba2b9eaf Random tab replacement with space characters 2010-11-09 09:22:27 +01:00
Thomas Klausner
4fd29f3d18 Add some more files to EXCEPTIONSFILES, needed on at least NetBSD. 2010-11-02 15:08:29 +01:00
Caolán McNamara
b77940e5af add modelines to .hxx files as well 2010-10-28 15:48:02 +01:00
Norbert Thiebaud
53c1284cd7 migrate vos::OModule to osl:Module 2010-10-25 19:55:29 -05:00
Norbert Thiebaud
46308b84dd merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
2010-10-25 19:55:29 -05:00
Norbert Thiebaud
b10b21b999 migrate use of OClearableGuard(SolarMutex) to SolarMutexGuard
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 19:55:29 -05:00
Norbert Thiebaud
0d1f3a8577 use SolarMutexGuard to guard the SolarMutex 2010-10-25 19:55:29 -05:00
Caolán McNamara
1a1cc219cc #i101100# strict aliasing fixes 2010-10-20 10:32:21 +01:00
Noel Power
9b04df1f77 fix bogus SAL_N_ELEMENTS usage 2010-10-19 17:01:58 +01:00
Kenneth Venken
394235bba1 SAL_N_ELEMENTS changes for components 2010-10-15 18:15:35 +01:00
Noel Power
7d4ffef8b7 fix fdo#30856 remove VBAForm property and associated geometry hack 2010-10-15 12:46:47 +01:00
Noel Power
5089e955d6 Merge commit 'origin/master' 2010-10-13 12:51:15 +01:00
Noel Power
5a9064d007 Merge branch 'vba' fix conflics ( below ), trailing ws and leading tabs
Conflicts:
	forms/source/component/RadioButton.cxx
	forms/source/inc/property.hrc
2010-10-13 10:17:11 +01:00
Sebastian Spaeth
ead7290449 Add vim/emacs modelines to all source files
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-13 10:57:23 +02:00