Thomas Arnhold
fe696d28e2
Move DBG_ERROR to OSL_FAIL (multiline)
2011-03-11 23:46:24 +01:00
Xavier ALT
b40a71e67e
fdo#34896 color palette size (8x13), only show scrollbar when needed
2011-03-11 20:28:07 +00:00
Sébastien Le Ray
7fc838e84c
Added shadow option to appearance dialog.
2011-03-08 11:44:31 +00:00
J. Graeme Lingard
ee8582c548
Remove 'added by' comments
2011-03-05 16:45:26 +00:00
Christina Rossmanith
b74d1e2541
Removed /* ### ACHTUNG: Neuer Text in Resource? - lines from components
2011-03-05 08:42:43 +01:00
Guillaume Poussel
26e4971dfb
Remove various useless comments in components.
...
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2011-03-04 19:41:47 +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
Thomas Arnhold
ebb3da4a2b
Remove FILTER_WARNING_ENABLED
2011-03-02 08:21:00 +01:00
Caolán McNamara
75a2294560
pointless to go from char* to OString to char*
2011-03-01 20:34:28 +00:00
Caolán McNamara
28b84d7deb
pointless cast
2011-03-01 20:34:28 +00:00
Jean-Baptiste Faure
84fbb424af
Changed label size and/or position for BTN_AUTOSAVE, ED_AUTOSAVE and FT_MINUTE
...
The size of BTN_AUTOSAVE is too small for corresponding FR string.
I needed to move to the right ED_AUTOSAVE and FT_MINUTE
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2011-03-01 17:34:01 +01:00
Thomas Arnhold
52370d787a
Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)
2011-02-26 10:42:19 +01:00
Joseph Powers
e986d2fc48
Cleanup some #include <tools/list.hxx>
2011-02-20 21:03:23 -08:00
Thomas Arnhold
feaab47c15
Remove WTC support
...
http://www.openoffice.org/issues/show_bug.cgi?id=52746
"WTC - watcom compiler (OS2, WNT?) - obsolete"
2011-02-19 16:21:52 +01:00
Caolán McNamara
9c8b5178f7
Method always returns true and contents are pure const
...
So removing it, I can't see the point of it.
2011-02-18 11:33:47 +00:00
David Tardon
86026d191c
WaE: unused variable
2011-02-17 09:46:42 +01:00
David Tardon
2087f6f92d
WaE: unused variable
2011-02-17 09:40:22 +01:00
David Tardon
16c242c9df
WaE: unused variable
2011-02-17 09:40:14 +01:00
David Tardon
31695893d6
WaE: unused variable
2011-02-17 09:21:43 +01:00
Caolán McNamara
b5f02c24a1
WaE: unused return val
2011-02-13 20:01:03 +00:00
Guillaume Poussel
8add752517
Remove bogus comments
2011-02-13 17:35:58 +01:00
Joseph Powers
e66aaababc
Remove precompiled header support.
...
The precompiled header has already been disabled via #if 0. I just deleted
the precompile header code and removed the include from all the files.
A make clean works fine on CUI.
2011-02-12 15:02:35 -08:00
Joseph Powers
84316d226d
Remove #include "bootstrp/sstring.hxx"
...
This file is no longer needed outside of tools.
2011-02-12 10:36:08 -08:00
Joseph Powers
48ce10a78d
Remove DECLARE_LIST( UniStringList, UniString* )
...
I converted the DECLARE_LIST() into a vector<> and moved it to the .hxx
file. This also means I no longer have to reference /bootstrp/sstring.hxx.
2011-02-12 09:13:46 -08:00
Caolán McNamara
d63540aebd
Describe fonts the same way as the default font dialogs on each platform do
...
i.e.
Windows: Font, Style, Size
http://msdn.microsoft.com/en-us/library/ms646958%28v=vs.85%29.aspx
MacOsX: Family, Typeface, Size
http://sketchup.google.com/crimages/layout-set-ShowFonts-mac-en.jpg
GNOME: Family, Style, Size
http://live.gnome.org/Design/GTKFontDialog/UsabilityEvaluations
2011-02-11 09:36:19 +00:00
Fridrich Štrba
255677ab5b
Trying to remove the stlport mention from the code
2011-02-09 19:56:30 +01:00
Guillaume Poussel
842bfb16f7
Remove useless comments in components.
2011-02-08 19:06:48 +01:00
Fridrich Štrba
d0f6d5d97c
std::bit_vector -> ::std::vector<bool, std::allocator<bool> >
2011-02-08 07:43:29 +01:00
bjoern.michaelsen@canonical.com
95132670c5
lp#696527: enable human icon theme in LibreOffice
2011-02-07 18:20:52 +01:00
Julien Nabet
ba11d549dc
Some cppcheck cleaning
2011-02-06 23:16:23 +01:00
Karsten Gerloff
f6ae27e3f1
translate some comments
2011-02-06 17:00:52 +00: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
Caolán McNamara
97608a8a2e
WaE: various new gcc 4.6.0 warnings
2011-01-31 21:25:14 +00:00
Caolán McNamara
1eac75fc62
Resolves: rhbz#673819 crash on changing position of drawing object in header
...
The header/footer objects are cunning wrappers to pretend to some parts
of the drawing stuff that there are multiple objects, while in reality
there is only one. So call HasText actually gets a totally different
object from the cast :-(
2011-01-30 20:38:00 +00:00
Caolán McNamara
34b5dc33d4
WaE: gcc 4.6.0 various warnings
2011-01-27 11:23:31 +00: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
3569872463
Remove FS_PRIV_DEBUG directive.
2011-01-25 23:41:46 +01:00
Tor Lillqvist
09c19c6dda
Fix minor ULONG glitch
2011-01-25 21:04:14 +02:00
Caolán McNamara
c8b81c36a0
WaE: gcc 4.6.0 various warnings
2011-01-25 12:36:06 +00:00
Thomas Arnhold
7255e41833
Remove some dead code.
2011-01-22 16:53:28 +01:00
Thomas Arnhold
22d4f8973f
Remove empty description and dates.
2011-01-22 00:00:57 +01:00
Thomas Arnhold
583d1f7714
Move header includes to the top.
2011-01-21 22:53:47 +01:00
Thomas Arnhold
86f964d438
Remove doubled headers.
2011-01-21 18:32:36 +01:00
Thomas Arnhold
f97dcd3d93
Remove old RCS lines.
2011-01-21 12:08:20 +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
Miklos Vajna
8051a88337
cui: make it possible to bind F13/F14/F15/F16 to a function
2011-01-09 04:07:32 +01:00
Kohei Yoshida
062f5792d4
Make the Reset help agent button wider for Italian text. (fdo#32133)
...
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-01-05 19:04:45 +01:00