Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


安部 様


ありがとうございました。
そして、ごめんなさい。
リグレッションの原因と思われる修正は、こちらでした。

 commit bf9aaaec78793e1572df1812308c7aae2cb9f4b3
 Author: Cédric Bosdonnat<cedricbosdo@openoffice.org>
 Date:   Tue Feb 22 15:26:34 2011 +0100

    Use svx::frame::DrawRange with the drawinglayer in calc now



次のようにコメントしたいと考えています。
推測の理由を入れました。
拙い文だと思いますので、おかしい部分があればご指摘頂ければ嬉しいです。

ーーーーーコメント案ここからーーーーー
Temporarily, how about reverting a part of the patches?


I'm guessing that this problem occurs because of the following commit.

  Commit bf9aaaec78793e1572df1812308c7aae2cb9f4b3
  "Use svx:: frame:: DrawRange with the drawinglayer in calc now"

Because in Calc, this problem is solved in the following modifications.
----- here -----
diff --git a/sc/source/ui/view/output.cxx b/sc/source/ui/view/output.cxx
--- a/sc/source/ui/view/output.cxx
+++ b/sc/source/ui/view/output.cxx
@@ -1232,7 +1232,7 @@ void ScOutputData::DrawFrame()
         {
             size_t nRow2 = nRow1;
while( (nRow2 + 1 <= nLastRow) && pRowInfo[ nRow2 + 1 ].bChanged ) ++nRow2; - rArray.DrawRange( pProcessor, nFirstCol, nRow1, nLastCol, nRow2, pForceColor ); + rArray.DrawRange( *pDev, nFirstCol, nRow1, nLastCol, nRow2, pForceColor );
             nRow1 = nRow2 + 1;
         }
     }
----- now  -----
ーーーーーコメント案ここまでーーーーー



(11/06/06 18:45), Takeshi Abe wrote:
八木さん

安部です。

On Sun, 05 Jun 2011 22:32:43 +0900,"yagit@mknada.sakura.ne.jp"  <yagit@mknada.sakura.ne.jp>  wrote:
Bug 37192 「Dotted and Dashed table borders are not drawn correctly. 」 に関して
お伺いします。
こちら、不具合修正について進展がないようです。

https://bugs.freedesktop.org/show_bug.cgi?id=37129

リグレッションの原因は下記の修正だと推測しています(Calcの場合)。
Cédric Bosdonnat さんの修正が 3.4.1 に間に合わないようであれば、
一時的に、下記の修正を取り下げて欲しいと思っています。

この提案(一時的な修正の取り下げ)は妥当でしょうか。
私は、下記修正の目的や、現時点で修正を取り下げた際の影響がよく理解できて いません。
ご意見頂ければ幸いです。
その提案ですと、上記の report の comment としてぶら下げるとよいかと思います。
その際、下記の変更が原因と推測した理由も説明に含めると伝わりやすいかも
しれません。

-- Takeshi Abe

commit 5fe50c2a1eb5844aefcc309cea4e109d2a46bcad
  Author: Cédric Bosdonnat<cedricbosdo@openoffice.org>
  Date:   Mon Mar 14 15:23:12 2011 +0100

     sc: draw slanted borders using the drawinglayer primitives


--
Unsubscribe instructions: E-mail to discuss+help@ja.libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/ja/discuss/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.