Commit graph

623 commits

Author SHA1 Message Date
Felix Zhang
38b42cee86 remove obsolete layout code 2011-11-17 00:49:48 +01:00
Norbert Thiebaud
0ea8c014ef tweak gbuild standart Makefile to allow partial build in unsourced env
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Felix Zhang
d52f57837e remove obsolete layout macros 2011-11-15 14:39:55 +01:00
Felix Zhang
eacfa0f77c removing obsolete layout code 2011-11-15 14:39:55 +01:00
Stephan Bergmann
8b75883b87 Simplified some uses of css.configuration.theDefaultProvider.
* Retro-added new-style UNOIDL singleton specification for it, for easy
instantiation.
* Plus new comphelper::getComponentContext to map from XMultiServiceFactory
to XComponentContext.
2011-11-14 22:07:23 +01:00
Stephan Bergmann
b11bd0323e Removed comphelper -> unotools processfactory.hxx duplication. 2011-11-14 11:50:26 +01:00
Stephan Bergmann
c1758889cb Heavily simplified utl::ConfigManager. 2011-11-11 22:49:21 +01:00
Caolán McNamara
328e09955a callcatcher: remove some unused code 2011-11-11 11:55:04 +00:00
Caolán McNamara
58692c30e3 callcatcher: remove unused methods 2011-11-10 09:28:40 +00:00
Caolán McNamara
b3a9e9c728 callcatcher: remove some unused methods 2011-11-10 09:28:39 +00:00
Harri Pitkänen
090454c4c9 Enable features behind HTMLMODE_FULL_ABS_POS for all HTML export modes
HTMLMODE_FULL_ABS_POS appears to have been used for enabling accurate
margin settings for absolutely positioned graphics objects. If it was
disabled one could not set (in HTML editor mode) separate margins for
left and right (or bottom/top) sides of the image. The setting was
disabled for Netscape and enabled for other browsers.

This patch removes the setting and unconditionally enables the feature
in HTML editor mode. All modern browsers support
margin-{left,right,bottom,top} CSS properties.
2011-11-09 16:45:55 +00:00
Andras Timar
a2dacd9205 remove empty Text [ x-comment ] entries 2011-11-08 11:28:33 +01:00
Caolán McNamara
c52fbc04a9 callcatcher: some unused methods 2011-11-08 10:01:43 +00:00
Michael Meeks
f1abe3035c gtk: cleanup to make the vcl file-picker interface work. 2011-11-07 14:19:34 +00:00
Ivan Timofeev
0cf754f5ca cppcheck: drop redundant checks 2011-11-06 13:16:47 +04:00
Caolán McNamara
36edda75a9 Resolves: fdo#36678 regenerate language-specific user dict list
Regenerate language-specific user dict list when language of underlying text
changes. Not just when the user overrides it from the top menu.
2011-11-03 13:02:03 +00:00
Cédric Bosdonnat
bc3c10b5ce Grammar checking dialog: reworked how explanations are shown 2011-11-02 13:21:57 +01:00
Lior Kaplan
70c659f4da Align dictionary address with DICT_REPO_URL in instsetoo_native/util/openoffice.lst 2011-11-01 16:11:35 +01:00
Daniel Di Marco
f7303fcac7 eliminate SvUShorts type 2011-11-01 12:19:05 +00:00
Michael Meeks
75c1a8033a WaE: various sillies flagged by MSVC++ 2011-11-01 11:06:26 +00:00
László Németh
adb8868eda Display original resolution in PPI in Writer's Picture/Crop tab 2011-10-29 00:21:18 +02:00
Harri Pitkänen
89b3820c7b Export blinking text attribute to HTML in all HTML export modes
Previously blinking was not exported in IE mode. IE still does not
support blinking (neither does Chrome or Safari) but the extra tag
does not make things any worse and allows importing the HTML back
to LibreOffice without loss of formatting.

Code is also simplified by removing conditionals for options that
no longer need to be disabled.
2011-10-28 10:07:17 +01:00
Caolán McNamara
e84482a383 Use language/script specific CTL/CJK sample text in font preview
i.e. font names are often typically in English, so fairly useless
to take the English name to preview what effect the font will have
in a CTL/CJK script.

More languages and scripts need to be added, but this should be
sufficient to bootstrap this up
2011-10-21 11:27:39 +01:00
Eike Rathke
9796ac726e Revert "callcatcher: replace Clone() by NULL"
That doesn't make sense, not even with a callcatcher excuse.

This reverts commit d54c3ad151.
2011-10-19 01:38:19 +02:00
Caolán McNamara
ecf8ed8eed Resolves: fdo#39347 changeall strips periods of sentences ending in error
It's really dubious to do this, but we're doing it already for "Replace", just
not for "Replace All". Might as well be equally wrong everywhere.
2011-10-17 15:21:53 +01:00
Cédric Bosdonnat
6a15a2898b Styles cleanup: forgot to remove some bits 2011-10-17 12:44:07 +02:00
Cédric Bosdonnat
359d0fbd03 Removed list and numbering paragraph styles and related option page 2011-10-17 11:35:57 +02:00
Michael Stahl
a1c06ff4f2 tpcolor.cxx: unused parameter warning 2011-10-11 21:19:24 +02:00
Michael Meeks
8025a41b80 fix XColorList related crasher in tools->options, and try to clean more 2011-10-11 17:23:59 +01:00
Caolán McNamara
826ec1cc52 callcatcher: SvxHtmlExportModeConfigItem_Impl unused now 2011-10-10 08:51:13 +01:00
Michael Meeks
9142f9a1a1 WaE: win32 cleanup 2011-10-07 16:30:52 +02:00
Harri Pitkänen
77cb41a734 Remove code related to previously disabled HTML 3.2 export 2011-10-06 20:03:33 +01:00
Bjoern Michaelsen
e94a19f3e0 simplfy dmake to gbuild bridgefile 2011-10-05 00:31:50 +02:00
Olivier Hallot
3dee28d88d Fix for fdo#41408 - [UI] Need more room for localized string (IV)
The following patch gives more room to Calc page dialog to
display localized strings without truncation

Sizes adjusted for fontsize = 10
2011-10-03 09:54:00 +01:00
Michael Meeks
7e276c3e0f re-work XPropertyList default extension handling to increase re-use 2011-09-28 09:09:12 +01:00
Stephan Bergmann
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
Michael Meeks
642553238c add GetParentDialog to VCL's Window, and remove DLGWIN & cut/paste 2011-09-27 15:07:12 +01:00
Michael Meeks
3d3c70f969 more ColorTable to List cleanup, and abstraction of load/save 2011-09-27 12:23:09 +01:00
Caolán McNamara
e073da6d6b private operator delete, use factory 2011-09-26 11:09:27 +01:00
Michael Meeks
3d22598a19 more post colortable cleanup 2011-09-26 09:12:02 +01:00
Michael Meeks
c8dc737208 re-factor XPropertyList derivatives to use a rtl::Reference
This cleans up a lot of lifecycle nasties and cleans up some serious
cut/paste code duplication issues at the same time. Cleanup the
naming of ColorTable -> ColorList to match the impl. too
2011-09-24 08:33:46 +01:00
Caolán McNamara
871426533f just silence the auto_ptr deprecations in isolation 2011-09-22 15:01:05 +01:00
Stephan Bergmann
ae8102f1e3 Removed pPageView made unused by previous changeset 3e5edf6c. 2011-09-20 20:13:02 +02:00
Regina Henschel
3e5edf6ca9 Add missing chart data point ODF1.2 standard symbols 2011-09-20 12:14:13 -04:00
Caolán McNamara
f64dc2c9fb I believe the src charset pragma is archaic and unused 2011-09-13 10:15:20 +01:00
Michael Meeks
731a562f54 start of embedding check-button & cui code cleanup 2011-09-12 12:47:12 +02:00
Caolán McNamara
4f675d31b5 callcatcher: drop unused methods 2011-09-12 09:10:02 +01:00
Caolán McNamara
3127405547 windows is the only platform which does this 2011-09-12 09:09:59 +01:00
Caolán McNamara
97a13a600b make cui ByteString free 2011-09-12 09:09:59 +01:00
Michael Meeks
d4b387c5f1 cleanup cut/paste .src changes and add 'Embed' check-box to src 2011-09-11 23:12:30 +02:00