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


安部 様

ありがとうございました。凄く助けられました。

bugzilla にてコメントを追加しました。

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


(11/06/07 2:26), Takeshi Abe wrote:
八木さん

早速のご返事ありがとうございます。

On Tue, 07 Jun 2011 00:18:14 +0900,"yagit@mknada.sakura.ne.jp"  <yagit@mknada.sakura.ne.jp>  wrote:
リグレッションの原因と思われる修正は、こちらでした。

  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
なるほど、これはかなり絞り込まれていますね。

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

-- Takeshi Abe

ーーーーーコメント案ここからーーーーー
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  -----
ーーーーーコメント案ここまでーーーーー


--
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.