You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Chen Peng <ch...@gmail.com> on 2012/08/07 08:40:29 UTC

[Call-for-​Review]Two issues about font size change in document.

Hi All,
     I have fixed two problems about font size change in document, as shown
in below:

     1. *Bug 119649*
<https://issues.apache.org/ooo/show_bug.cgi?id=119649>- [From
Symphony]Hyperlink font size increased if saved to .doc file
         https://issues.apache.org/ooo/show_bug.cgi?id=119649
         *Root Cause:
*             In the id definition, RES_TXTATR_INETFMT must precede
RES_TXTATR_CHARFMT, so that link
             style can overwrite char style. And in #i24291# it describes
"All we want to do is ensure for now is
             that if a charfmt exist  in the character properties that it
rises to the top and is exported first.",
             so hyperlink text property will override the original text
property in this situation.
         *Resolution:
*             Ignore the link style in such situation when doing ms word
filter exports.

     2. *Bug 119650*
<https://issues.apache.org/ooo/show_bug.cgi?id=119650>- [From
Symphony]Font size increased if saved by AOO
         https://issues.apache.org/ooo/show_bug.cgi?id=119650
         *Root Cause:
*            The properties of CHP PLC was not broken after a paragraph
ending.
         *Resolution:
*           Add such broken after paragraph ending.

    Thank you very much if you can help me to review them!

Re: [Call-for-​Review]Two issues about font size change in document.

Posted by chengjh <ch...@apache.org>.
I will review the patch.thanks.

On Tue, Aug 7, 2012 at 2:40 PM, Chen Peng <ch...@gmail.com> wrote:

> Hi All,
>      I have fixed two problems about font size change in document, as shown
> in below:
>
>      1. *Bug 119649*
> <https://issues.apache.org/ooo/show_bug.cgi?id=119649>- [From
> Symphony]Hyperlink font size increased if saved to .doc file
>          https://issues.apache.org/ooo/show_bug.cgi?id=119649
>          *Root Cause:
> *             In the id definition, RES_TXTATR_INETFMT must precede
> RES_TXTATR_CHARFMT, so that link
>              style can overwrite char style. And in #i24291# it describes
> "All we want to do is ensure for now is
>              that if a charfmt exist  in the character properties that it
> rises to the top and is exported first.",
>              so hyperlink text property will override the original text
> property in this situation.
>          *Resolution:
> *             Ignore the link style in such situation when doing ms word
> filter exports.
>
>      2. *Bug 119650*
> <https://issues.apache.org/ooo/show_bug.cgi?id=119650>- [From
> Symphony]Font size increased if saved by AOO
>          https://issues.apache.org/ooo/show_bug.cgi?id=119650
>          *Root Cause:
> *            The properties of CHP PLC was not broken after a paragraph
> ending.
>          *Resolution:
> *           Add such broken after paragraph ending.
>
>     Thank you very much if you can help me to review them!
>



-- 

Best Regards,Jianhong Cheng