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

2012-08-15 Thread chengjh
I will review the patch.thanks.

On Tue, Aug 7, 2012 at 2:40 PM, Chen Peng chenpeng2...@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


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

2012-08-07 Thread Chen Peng
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!