[Libreoffice-commits] core.git: sw/source

2014-04-17 Thread Harri Pitkänen
sw/source/filter/html/css1atr.cxx |4 sw/source/filter/html/htmlatr.cxx |3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) New commits: commit 2b531388388853342d6ecefcbeb2027f22f8728c Author: Harri Pitkänen Date: Sat Apr 12 13:46:54 2014 +0300 Enable letter-spacing for

[Libreoffice] [PATCH] Support font effects "Capitals", "Lowercase" and "Title" in HTML export

2011-06-12 Thread Harri Pitkänen
Export Writer font effects "Capitals", "Lowercase" and "Title" (see Format -> Character -> Font effects) to HTML using CSS text-transform property. Corresponding import code is not yet done, I will get to that soon. Contributed under LGPLv3+ and MPL. Harri From 3b0ee298fcc0150f8e77abb2b4006568a

Re: [Libreoffice] [PATCH] Support font effects "Capitals", "Lowercase" and "Title" in HTML export

2011-06-12 Thread Harri Pitkänen
On Sunday 12 June 2011, Harri Pitkänen wrote: > Export Writer font effects "Capitals", "Lowercase" and "Title" (see Format > -> Character -> Font effects) to HTML using CSS text-transform property. By the way, this change does nothing if HTML compatibi

[Libreoffice] [PATCH] Improvements to import/export of character attributes in HTML filter

2011-06-19 Thread Harri Pitkänen
Attached patches implement import of CSS text-transform property and extend the import and export to work with all HTML browser compatibility options. Contributed under LGPLv3+ and MPL. Harri From 8eea1bf955f6f2cb7c0e0622b0b2fa6975cee3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harri=20Pitk=C3=A

[Libreoffice] [PATCH] Consistent paragraph border handling for HTML export

2011-08-03 Thread Harri Pitkänen
Attached patches remove the special case where border settings tab disappears from paragraph settings dialog when Writer is in HTML editor mode and "HTML 3.2" is selected as format option for HTML export. The second patch enables exporting the borders in this mode as well. Although CSS styles w

Re: [Libreoffice] [PATCH][PUSHED] Consistent paragraph border handling for HTML export

2011-08-10 Thread Harri Pitkänen
On Wednesday 10 August 2011, Cedric Bosdonnat wrote: > Your patches are fine for me and I pushed them to master branch. > However, they make me think that HTML 3.2 export is probably not a > useful option anymore... is there still a browser that can't handle any > more recent version of HTML? I do

[Libreoffice] [PATCH] cppcheck error in sal/osl/unx/profile.c

2010-10-07 Thread Harri Pitkänen
This patch closes a file that would be left open if memory allocation fails. The cppcheck error was [profile.c:248]: (error) Memory leak: pFile Harri diff --git a/sal/osl/unx/profile.c b/sal/osl/unx/profile.c index 95e9606..cccf745 100644 --- a/sal/osl/unx/profile.c +++ b/sal/osl/unx/profile.c @@

[Libreoffice] Updated Finnish translation

2010-10-07 Thread Harri Pitkänen
Up to date Finnish translation can be merged from here: http://www.puimula.org/htp/libreoffice/fi-l10n/latest/lo-build-fi.po Harri ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] cppcheck fixes under libs-core

2010-10-14 Thread Harri Pitkänen
- unopage.cxx and unoshap2.cxx: remove redundant null checks for pointers that have already been checked for null value - odma_datasupplier.cxx: fix memory leak if NODMQueryExecute returns with error Harri diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx index 4504c99

[Libreoffice] [PATCH] Fix for #i93300#: Crash when inserting 32 bit TIFF image

2010-10-19 Thread Harri Pitkänen
://ftp.remotesensing.org/pub/libtiff/pics-3.8.0.tar.gz [1] http://www.awaresystems.be/imaging/tiff/tifftags/sampleformat.html Signed-off-by: Harri Pitkänen --- filter/source/graphicfilter/itiff/itiff.cxx | 18 +++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a

Re: [Libreoffice] [PATCH] Fix for #i93300#: Crash when inserting 32 bit TIFF image

2010-10-20 Thread Harri Pitkänen
On Wednesday 20 October 2010, Caolán McNamara wrote: > What would be awesome of course is to work on supporting those current > unknown formats :-) Thanks, I will check if there is something I could do to extend the range of supported formats. Harri __

[Libreoffice-commits] core.git: sfx2/inc sw/source

2013-03-27 Thread Harri Pitkänen
sfx2/inc/sfx2/htmlmode.hxx |1 - sw/source/filter/html/css1atr.cxx |9 - sw/source/filter/html/css1kywd.cxx |1 + sw/source/filter/html/css1kywd.hxx |1 + sw/source/filter/html/wrthtml.cxx | 14 ++ sw/source/filter/html/wrthtml.hxx |2 +- sw/sou

[Libreoffice-commits] core.git: sw/source

2013-04-26 Thread Harri Pitkänen
sw/source/filter/html/htmlsect.cxx | 10 -- sw/source/filter/html/svxcss1.cxx | 22 ++ sw/source/filter/html/svxcss1.hxx |2 ++ sw/source/filter/html/swhtml.hxx |2 +- sw/source/filter/html/wrthtml.cxx | 18 +- 5 files changed, 38 inse

[Libreoffice-commits] core.git: i18nlangtag/source include/i18nlangtag svtools/source

2013-07-01 Thread Harri Pitkänen
i18nlangtag/source/isolang/isolang.cxx |2 ++ include/i18nlangtag/lang.h |2 ++ svtools/source/misc/langtab.src|2 ++ 3 files changed, 6 insertions(+) New commits: commit 30213582c73f2dec6d4a980560192720f2f426ab Author: Harri Pitkänen Date: Wed Jun 19 10:07:32

[Libreoffice-commits] core.git: sw/source

2013-09-21 Thread Harri Pitkänen
sw/source/ui/chrdlg/pardlg.cxx | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) New commits: commit 745f594556f690b57918bc32579157acc5598336 Author: Harri Pitkänen Date: Sat Sep 21 11:01:56 2013 +0300 Enable Drop Caps for Firefox HTML compatibility mode Drop C

[Libreoffice-commits] core.git: cui/source sw/source

2015-04-14 Thread Harri Pitkänen
cui/source/tabpages/backgrnd.cxx |2 -- sw/source/ui/table/tabledlg.cxx |5 + 2 files changed, 1 insertion(+), 6 deletions(-) New commits: commit 3791159628d26364c391330d9bfc67d081d291f9 Author: Harri Pitkänen Date: Sun Apr 12 13:21:24 2015 +0300 Remove checks for HTMLMODE_S

[Libreoffice-commits] core.git: Changes to 'refs/changes/47/8947/1'

2014-09-29 Thread Harri Pitkänen
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/88/488/1'

2014-09-29 Thread Harri Pitkänen
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/47/8947/2'

2014-09-29 Thread Harri Pitkänen
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/13/6013/2'

2014-09-29 Thread Harri Pitkänen
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/13/6013/1'

2014-09-29 Thread Harri Pitkänen
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: cui/source

2014-10-30 Thread Harri Pitkänen
cui/source/tabpages/paragrph.cxx | 24 +--- 1 file changed, 5 insertions(+), 19 deletions(-) New commits: commit 0466ab0c66c514dd53676483cab2fb2c60e60667 Author: Harri Pitkänen Date: Sat Oct 25 11:20:08 2014 +0300 Remove checks for HTMLMODE_SOME_STYLES HTML

[Libreoffice-commits] core.git: Changes to 'refs/changes/09/4609/2'

2014-09-29 Thread Harri Pitkänen
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/50/2950/1'

2014-09-29 Thread Harri Pitkänen
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/09/4609/4'

2014-09-29 Thread Harri Pitkänen
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/09/4609/1'

2014-09-29 Thread Harri Pitkänen
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/10/3610/2'

2014-09-29 Thread Harri Pitkänen
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/09/4609/3'

2014-09-29 Thread Harri Pitkänen
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/10/3610/1'

2014-09-29 Thread Harri Pitkänen
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice] [PATCH] HTML export cleanup

2011-08-20 Thread Harri Pitkänen
A few cleanups and removal of HTML 3.2 from HTML export options. In case HTML 3.2 has been previously selected as the HTML variant it will be converted to Netscape Navigator. Licensed under LGPL3+/GPL3+/MPL. Harri From dcfad39ff54a70cfb52c167a37e32a99396aec2e Mon Sep 17 00:00:00 2001 From: =?UT

[Libreoffice] [PATCH] Remove code related to previously disabled HTML 3.2 export

2011-10-06 Thread Harri Pitkänen
Again one small patch to simplify HTML export code. This patch is licensed under LGPLv3+/MPL. This will also hold for all future patches I submit to this list, unless I state otherwise. Harri>From 425bd69f8968101a84ec510b1e880fa4b2c51244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harri=20Pitk=C3=A4

[Libreoffice] [PATCH] Export blinking text attribute to HTML in all HTML export modes

2011-10-27 Thread Harri Pitkänen
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 op

[Libreoffice] [PATCH] Enable features behind HTMLMODE_FULL_ABS_POS for all HTML export modes

2011-11-08 Thread Harri Pitkänen
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

[Libreoffice] [PATCH] Enable :first-letter CSS pseudo-class for all browsers in HTML export

2011-11-22 Thread Harri Pitkänen
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

[Libreoffice] [PATCH] Add genitive and partitive month names for fi_FI locale

2011-11-27 Thread Harri Pitkänen
Add genitive and partitive month names and remove hardcoded case suffixes from predefined date formats. One format incorrectly had case suffixes added to abbreviated month names. Harri From 8e9b6d7668fa42bd5da33c8d54cd083b486ce96e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harri=20Pitk=C3=A4nen?= D

[Libreoffice] Cherry pick request: Fix always-false condition of FullCommentURL

2012-01-04 Thread Harri Pitkänen
Release notes for 3.5 mention a new feature for grammar checker developers, the FullCommentURL property. I tried to use it but could not get any visible results with 3.5beta2. Then I looked at git history and noticed that the following fix from László Németh seems to be present only on master:

[Libreoffice] [PATCH] Support Komi-Zyrian and Komi-Permyak as text language for spell checking

2012-01-28 Thread Harri Pitkänen
Attached patch (against master) adds two new languages (Komi-Zyrian and Komi-Permyak) to the list of possible text languages. Please check if the language codes I added to i18npool/inc/i18npool/lang.h are correct. I could not find these languages in any Microsoft language lists. These languages are

[PATCH] Remove unused HTMLMODE_FIRSTLINE

2012-04-02 Thread Harri Pitkänen
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. Harri>From 26abdf32a398dc2bfcea60e751e0a1b3edb984c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q

[PATCH] Cleanup related to always enabled HTMLMODE_SOME_ABS_POS

2012-05-25 Thread Harri Pitkänen
HTMLMODE_SOME_ABS_POS is enabled in all HTML export modes and thus code checking for it is not needed anymore. Harri>From 182cac61c22d23e991f89c3493977c7b81356a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harri=20Pitk=C3=A4nen?= Date: Thu, 24 May 2012 17:41:37 +0300 Subject: [PATCH] Cleanup relate

Re: [PATCH] [PUSHED] Cleanup related to always enabled HTMLMODE_SOME_ABS_POS

2012-05-29 Thread Harri Pitkänen
On Friday 25 May 2012, Tor Lillqvist wrote: > Looks fine, pushed, thanks. I do see more (presumably equally > unnecessary) tests of HTMLMODE_SOME_ABS_POS in the code, at least in > opengrok, though? Yes. I didn't have time to check and fix them all at once but I will write another patch to comple

Re: export HTML

2012-11-06 Thread Harri Pitkänen
Hi! On Sunday 04 November 2012, Rob Snelders wrote: > The export-option in the options-dialog -> Load/Save -> > HTML-compatibility states that you can save for LibreOffice Writer, > Internet Explorer and Netscape Navigator. Looking at the code that > states Netscape 4-compatibility. > But has this