Commit graph

284 commits

Author SHA1 Message Date
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
Kohei Yoshida
d076881ec0 Fixed layout breakage for KDE, X11 and (possibly) Mac. (fdo#32133)
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-01-05 19:04:34 +01:00
Caolán McNamara
54ce9c52da fix weird preprocessing syntax, probably meant this 2011-01-02 21:11:14 +00:00
Caolán McNamara
181de27b2e cppcheck: prefer prefix variant 2011-01-01 21:21:56 +00:00
Joseph Powers
3ceae8b493 Remove DECLARE_LIST( TargetList, String* ) 2011-01-01 10:57:36 -08:00
Joseph Powers
b72a041898 Remove DECLARE_LIST( _SfxEventNamesList, SfxEventName* ) 2011-01-01 08:09:16 -08:00
Julien Nabet
50e49fd312 cppcheck prefix operator in components 2010-12-27 09:29:07 +01:00
Caolán McNamara
d26209184b cppcheck: prefer prefix variant 2010-12-23 20:55:26 +00:00
Caolán McNamara
c832da45fb cppcheck: can reduce the scope of these variables 2010-12-23 16:42:00 +00:00
Jan Holesovsky
3f57365e73 Merge commit 'libreoffice-3.3.0.2' 2010-12-20 01:15:58 +01:00
Caolán McNamara
75ed15cc5b cppcheck: the scope of this variable can be reduced 2010-12-18 19:10:44 +00:00
Thorsten Behrens
8184a13104 Fix dbgutil build 2010-12-15 01:42:43 +01:00
Gert Faller
0c938820f9 change of __READONLY_DATA define to const 2010-12-12 09:17:59 +01:00
Gert Faller
561b4fd234 cleaning of __EXPORT define 2010-12-11 22:45:31 +01:00
Joseph Powers
23d1212c39 Remove DECLARE_LIST( IconChoicePageList, IconChoicePageData * ) 2010-12-11 09:25:38 -08:00
Caolán McNamara
a167edf8cd cppcheck: uninit member variables 2010-12-09 12:13:02 +00:00
Kohei Yoshida
0cd2e391dd Put the ODMA dialog check box on its own row.
* Put the ODMA dialog check box on its own row, and push everything
  downward to make some room.

* Remove the Help Formatting controls to make more room. Without this
  the enable experimental check box would go outside the visible area
  on Mac.

This fixes fdo#32133.

Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2010-12-07 16:14:01 +01:00
Kohei Yoshida
719e0a8394 Make the ODMA check box clickable again. (fdo#32132) 2010-12-06 22:29:38 -05:00
Kohei Yoshida
c7b1d5e758 Make 'Reset help agent' button clickable again. (fdo#32132) 2010-12-06 22:21:21 -05:00
Michael Callahan
eaaedfba76 remove obsolete __FAR_DATA 2010-12-06 10:36:53 +00:00
Takeshi Abe
60a9b5172b Replace all occured, occurance etc. 2010-12-05 20:23:29 +00:00
Caolán McNamara
99b6172fb2 cppcheck: the scope of this variable can be reduced 2010-12-05 12:11:54 +00:00
Kenneth Venken
39fc2df3c1 more Sal n elements 2010-12-03 13:59:47 +00:00
Kohei Yoshida
dfe91d085c Fixed the sizes of Tips and Extended tips check boxes.
The Tips check box control was too wide and it was overlapping with
the Extended tips check box, which prevented it from being clickable.
(fdo#32028)
2010-12-01 17:07:30 -05:00
Gert Faller
5c7b452498 RTL_CONSTASCII_USTRINGPARAM in components 4 2010-11-29 22:33:05 +01:00
J. Graeme Lingard
6690007283 Remove empty comments 2010-11-29 00:16:33 +00:00