Commit graph

935 commits

Author SHA1 Message Date
Harri Pitkänen
98761e3680 Enable :first-letter CSS pseudo-class for all browsers in HTML export
Previously when drop caps were specified in a paragraph style (not
as direct formatting) export to HTML was implemented with :first-letter
pseudo-class for "LibreOffice Writer" and through styling individual
characters for other browsers. Since all browsers used these days (even
obsolete ones like IE 5.5) support :first-letter there seems to be no
reason to maintain this difference. This patch unifies all export
modes to use :first-letter in such cases.
2011-11-23 14:29:13 +00:00
Caolán McNamara
20153742d2 add a stripStart, can replace EraseLeadingChars 2011-11-23 10:10:08 +00:00
Caolán McNamara
32a0646ba6 simply tabdialog, remove unused resetbutton api 2011-11-22 12:46:42 +00:00
Stephan Bergmann
70a6b9ffbd New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.
* New SAL_INFO..., SAL_WARN... macros.
* New SAL_STREAM supersedes OSL_FORMAT.
* oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now).
* TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site
  cleanup).
* Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet
  addressed.
* Some replacements tools String -> rtl::OUString.
2011-11-22 09:41:47 +01:00
Andras Timar
bab4bc9ec4 cleanup .uno:HelpSupport 2011-11-21 13:15:27 +01:00
August Sodora
a4074e3403 Preparing to add option for line numbers in the basic ide 2011-11-17 18:41:20 -06:00
Felix Zhang
38b42cee86 remove obsolete layout code 2011-11-17 00:49:48 +01:00
Noel Power
73d3c9504a add new 'Goto Line' menu item to Basic IDE 2011-11-16 14:54:21 +00:00
Caolán McNamara
abf7cdac13 UniqueIdContainer is only needed by binfilter 2011-11-16 13:24:05 +00:00
Takeshi Abe
dfd08cdf16 replaced String in SfxPickList with rtl::OUString
this consists of 12df49396e and related changes
2011-11-16 00:43:11 +09:00
Jan Holesovsky
7776ebfa63 Cleanup few macros and unused headers. 2011-11-15 15:13:00 +01:00
Felix Zhang
eacfa0f77c removing obsolete layout code 2011-11-15 14:39:55 +01:00
Takeshi Abe
f7319622f6 Revert "replaced String in SfxPickList with rtl::OUString"
This reverts commit 12df49396e.
2011-11-15 10:57:42 +09:00
Takeshi Abe
12df49396e replaced String in SfxPickList with rtl::OUString 2011-11-15 08:28:19 +09:00
Stephan Bergmann
b11bd0323e Removed comphelper -> unotools processfactory.hxx duplication. 2011-11-14 11:50:26 +01: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
Michael Meeks
f1abe3035c gtk: cleanup to make the vcl file-picker interface work. 2011-11-07 14:19:34 +00:00
Daniel Di Marco
f7303fcac7 eliminate SvUShorts type 2011-11-01 12:19:05 +00:00
Michael Stahl
96be522e79 remove pointless SfxBaseModel::setDocumentProperties() 2011-10-28 17:33:42 +02:00
Michael Stahl
c9e2f8ff5d SfxBaseModel impl_setDocumentProperties to impl class 2011-10-28 17:33:42 +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
b48e2d958c callcatcher: various unused methods 2011-10-02 23:19:50 +01:00
Caolán McNamara
1f5c696c37 add mode-lines to .m files and last round of merged files, etc. 2011-09-30 09:09:25 +01:00
Takeshi Abe
c5580874d1 removed unused macro 2011-09-30 07:58:26 +09:00
Matúš Kukan
8de6948e4f fix trunk gcc compile errors 2011-09-29 13:22:57 +02:00
Maciej Rumianowski
ef01fae275 Replace SvULongs with std::vector in sfx2
Bug 38831, replace SvULongs with std::vector in sfx2 and related svtools
2011-09-29 08:09:19 +02:00
Tor Lillqvist
cf7c983126 Mark SfxStandaloneDocumentInfoObject as SAL_DLLPRIVATE
Fixes warnings 'SfxStandaloneDocumentInfoObject' declared with greater
visibility than the type of its field
'SfxStandaloneDocumentInfoObject::<anonymous>' and
'SfxStandaloneDocumentInfoObject' declared with greater visibility
than its base 'SfxDocumentInfoO\ bject'.
2011-09-28 23:50:09 +03:00
Peter Rabi
df59068902 Fix of localized template name problems in Impress part 2
Template entries now appear in the correct word order
in their representation in SfxDocumentTemplates. That makes
template listboxes in a few dialogs work as expected.
Contributed under license LGPLv3+/MPL.
2011-09-22 11:50:54 +02:00
Caolán McNamara
f95720bbb7 remove last remnents of archaic SfxMacro based stuff 2011-09-12 09:10:01 +01:00
Caolán McNamara
de2785f9d5 SfxMacro is useless 2011-09-12 09:10:01 +01:00
Caolán McNamara
a7ca9000aa pointless forward decls 2011-09-12 09:10:01 +01:00
Caolán McNamara
154fd181f9 so now SfxRequest::GetRecordingMacro NULL returning stub can be removed 2011-09-12 09:10:01 +01:00
Caolán McNamara
9d5fcd70e1 SfxMacro arg unused 2011-09-12 09:10:00 +01:00
Caolán McNamara
d7842b76d8 SfxMacro is unused, strip down to ctor/dtor 2011-09-12 09:10:00 +01:00
Stephan Bergmann
afe7061d8b sb140: #i117294# removed unused mutex guard 2011-09-09 17:46:39 +02:00
Caolán McNamara
20de64b70e callcatcher: various unused code 2011-09-09 09:23:10 +01:00
Caolán McNamara
4a2402bb4e size arg can be const 2011-09-09 09:23:10 +01:00
Caolán McNamara
9233083e09 callcatcher: unused code 2011-09-07 08:54:40 +01:00
Caolán McNamara
a1ce4fb4f0 callcatcher: various unused methods 2011-09-06 08:52:37 +01:00
Matúš Kukan
2f44516d6c unusedcode: remove various classes 2011-08-31 20:55:58 +02:00
Caolán McNamara
0aeacaf4e8 various unused code 2011-08-31 10:43:26 +01:00
Caolán McNamara
d9a749ac97 debug code isn't going to cut it 2011-08-31 10:43:26 +01:00
Caolán McNamara
8de61c9fb6 grabbag of unused code 2011-08-31 10:43:23 +01:00
Caolán McNamara
de82a40f84 callcatcher: drop various unused methods 2011-08-29 09:56:08 +01:00
Caolán McNamara
fa19c5ec08 callcatcher: various 2011-08-29 09:56:06 +01:00
Jan Holesovsky
9c7e4d87c3 Move the header that made setup_native depending on sfx2. 2011-08-26 23:46:41 +02:00
Caolán McNamara
66876a7117 callcatcher: some unused code 2011-08-26 10:23:55 +01:00
Caolán McNamara
37fff5e32a remove newly unused code 2011-08-25 14:42:38 +01:00
Caolán McNamara
005f5d443e remove freshly unused methods 2011-08-25 09:42:07 +01:00
Caolán McNamara
ac1530a37e callcatcher: yet more unused code 2011-08-25 09:42:06 +01:00