Commit graph

737 commits

Author SHA1 Message Date
Harri Pitkänen
ce219689ca Remove unused HTMLMODE_FIRSTLINE
HTMLMODE_FIRSTLINE was disabled in all HTML export modes. It seems to
have been used to add first line indent for paragraphs in Netscape
version 3 but all currently available export modes use CSS for that.
2012-04-02 19:54:10 +02:00
Markus Mohrhard
149650b087 show synchronized checked only if all margins are the same, related fdo#44337 2012-04-02 17:29:27 +02:00
Takeshi Abe
6f087d103a removed duplicate includes in cppcanvas / cppuhelper / cui 2012-03-30 00:42:35 +09:00
Philipp Weissenbacher
dfdd09fa86 Translate German comments 2012-03-27 21:53:31 +02:00
Philipp Weissenbacher
bfa1547570 Translate German comments, fix some English ones 2012-03-27 21:35:14 +02:00
Kohei Yoshida
c7b8b3482c fdo#46942: Fix a regression caused by List removal.
3236c2c3af accidentally removed the gallery
item count which was used to differentiate the gallery symbols from
normal ones.
2012-03-26 16:21:41 -04:00
Kohei Yoshida
622a0ee581 Move this into a real method also. 2012-03-26 16:21:41 -04:00
Kohei Yoshida
0087946df5 This string is assigned but not used. 2012-03-26 16:21:40 -04:00
Kohei Yoshida
9e18d9f9c5 bool and string. 2012-03-26 16:21:40 -04:00
Kohei Yoshida
4361ab3b47 Move the fat handler code into a real method.
To allow my editor to do static analysis correctly.  Those IMPL_LINK
macros screw it up.
2012-03-26 16:21:40 -04:00
Kohei Yoshida
1b7bfb7b36 UniString to rtl::OUString. 2012-03-26 16:21:40 -04:00
Kohei Yoshida
98add982f5 Attempt to translate some German comments, but not all. 2012-03-26 16:21:40 -04:00
Caolán McNamara
e443216ce2 readUnicodeString can just return the string
seeing as no-one checks the return value, we don't need
the intermediate temporary string
2012-03-26 12:18:09 +01:00
Caolán McNamara
723613ab5c need seen for seperate CUI_RESSSTR 2012-03-26 12:18:09 +01:00
Michael Stahl
d7aacb8461 .hrc files don't need executable bits 2012-03-23 21:58:14 +01:00
Caolán McNamara
6d12d8cab2 reduce UniStrings 2012-03-20 12:57:32 +00:00
Stephan Bergmann
d4b67611c4 Introduced SystemShellExecuteFlags::URIS_ONLY 2012-03-16 15:01:26 +01:00
Takeshi Abe
467ac438a3 add 'Japanese Postcard' paper size to both Paper format and Print dialog 2012-03-14 10:05:48 -04:00
Stephan Bergmann
6e67c03dc0 Enable -Wnon-virtual-dtor for GCC 4.6
...which has the necessary features to support it.

Change a lot of classes to either contain a protected non-virtual dtor
(which is backwards compatible, so even works for cppumaker-generated
UNO headers) or a public virtual one.

cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
the relevant class has a non-virtual dtor but friends, which would still
cause GCC to warn.

Includes a patch for libcmis, intended to be upstreamed.
2012-03-14 13:32:02 +01:00
Takeshi Abe
785e07b3ac fixed pointer to the paper.hxx in comment 2012-03-14 08:48:56 +09:00
Miklos Vajna
8631dbf85f cui: implement contextual spacing UI 2012-03-12 18:42:33 +01:00
Miklos Vajna
39b3448300 SvxStdParagraphTabPage::Reset: no need to have two SvxULSpaceItem here 2012-03-12 10:12:10 +01:00
Caolán McNamara
fd468f7c92 add an explicit Cancel handler 2012-03-09 10:26:50 +00:00
Noel Grandin
4b4fb33c60 Convert from tools/table.hxx to std::map in SvxMacroTableDtor
In this case, we also convert from storing pointers to storing
the items directly because SvxMacroTableDtor completely controls
the lifecycle of the SvxMacro objects it contains.

Also add an operator== to SvxMacroTableDtor and remove the out-of-line
implementations of equals from two other places.
2012-03-08 16:07:22 +02:00
Caolán McNamara
80b0a3a7b6 fold i18npaper into i18nutil
It's too small to justify standalone existence.

We can accumulate i18n things we link to directly into
i18nutil and rework i18npool uno implementions in terms
of thin wrappers over i18nutil and prefer linking to
i18nutil internally and leave the uno forwarders for
use by external components and scripting
2012-03-08 12:02:38 +00:00
Caolán McNamara
04f067623f These methods don't need to be implemented as Links 2012-03-07 11:06:45 +00:00
Noel Grandin
1a2b84fecc Convert tools/table to std::vector and std::map in cui
Convert DoubleStringArray to std::vector
Convert DoubleStringTable to std::map
Convert StringsTable to std::map
2012-03-02 15:32:19 +02:00
Stephan Bergmann
906ca2e0e5 WNT-only IMPL_LINK_NOARG fixes 2012-03-02 08:55:49 +01:00
Stephan Bergmann
bd205223ec New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem
...see ebe26f72e9 "WaE: 'unused' attribute ignored when parsing type"
for the problem.
2012-03-01 18:00:32 +01:00
Cédric Bosdonnat
adf45eced4 fdo#46531: Fixed SpellCheck dialog display issues
More robust, handling of the explanations message and link display.
2012-02-27 17:04:01 +01:00
Szabolcs Dezsi
8e750a2d9c Reduced loadtime of autocorrect tables 2012-02-27 11:09:41 +01:00
Stephan Bergmann
e4c7862ba2 Adapted SearchThread/TakeThread to safer-to-use salhelper::Thread 2012-02-23 10:47:36 +01:00
Caolán McNamara
46cf18fdf1 catch by reference 2012-02-21 14:45:05 +00:00
Caolán McNamara
548b28a947 WaE: unused variable 2012-02-21 14:25:44 +00:00
Caolán McNamara
efbbf9b63c WaE: msvc:C4099 2012-02-20 12:20:59 +00:00
Takeshi Abe
03591233c1 Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))
to equalsIgnoreAsciiCaseAscii("...")
2012-02-18 23:19:41 +09:00
Elton Chung
23af031b09 Fix typos in comments 2012-02-18 09:35:43 +00:00
Matteo Casalin
ff3ddcfb73 Cleanup inludes 2012-02-17 18:57:45 +01:00
Stephan Bergmann
161c3f179f Some more comphelper/configurationhelper clean up 2012-02-14 14:19:07 +01:00
Petr Mladek
5169057884 Use "Close" instead of "Cancel" button in the about dialog
Thanks to Stefan Knorr (Astron) for hint.
2012-02-13 15:40:24 +01:00
Tor Lillqvist
f9595ad515 WaE: unreferenced local variable 2012-02-13 14:08:20 +02:00
Petr Mladek
e0626ada2f add back close button to the about dialog
Some windowmanagers on small devides do not have the close window button,
so all dialogs should have its own way how to diappear.

It is now done like in other application. They use "Close" button instead
of "OK". They put it into the right side and delimit it by a line, so
it looks like another dialog in the application.
2012-02-10 17:38:48 +01:00
Takeshi Abe
2b1758a2dc Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...) 2012-02-10 23:01:07 +09:00
Takeshi Abe
e7e0455b02 Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...") 2012-02-10 01:59:26 +09:00
Petr Mladek
ef09cbf453 another improvement of the about dialog
* put back "supplied by %OOOVENDOR" instead of "developed by %OOOVENDOR"
* remove "LibreOffice is" from the copyright line. It has affect only when
  the product is called "LibreOffice"
* center version and buildid line
* remove the confusing branch-point from buildid; it is not longer necessary
  when we have the version suffix, e.g. beta1+
2012-02-09 17:33:09 +01:00
Takeshi Abe
9b979c8bf1 Replaced String by rtl::OUString in SvxMacro 2012-02-09 02:01:45 +09:00
Ivan Timofeev
66e4c5851b correct TDF link 2012-02-06 18:56:04 +04:00
Andras Timar
9a7f53cdcf fix coordinates on Options - Load/Save - General panel 2012-02-05 19:59:28 +01:00
PKEuS
ba5a460bc1 Fixed cppcheck messages about rethrowing copy of exception. 2012-02-05 14:29:54 +01:00
Julien Nabet
fa6665282e Some cppcheck cleaning 2012-02-05 10:50:31 +01:00