<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Calc does not display line which draw in POI"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125259#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Calc does not display line which draw in POI"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125259">bug 125259</a>
              from <span class="vcard"><a class="email" href="mailto:anjingjing@iccloudy.com" title="AnJingjing <anjingjing@iccloudy.com>"> <span class="fn">AnJingjing</span></a>
</span></b>
        <pre>thanks. The line is not part of the QRCode, it is a kind of "Shape" which
created in Java POI code:
                HSSFSimpleShape line1 = patriarch.createSimpleShape(a1);

                line1.setShapeType(HSSFSimpleShape.OBJECT_TYPE_LINE);
                line1.setLineStyleColor(10, 10, 10);
                line1.setFillColor(90, 10, 200);
                line1.setLineWidth(HSSFShape.LINEWIDTH_ONE_PT);
                line1.setLineStyle(HSSFShape.LINESTYLE_SOLID);


You can drag the QR code and enlarge you can see that there is no line in
QRCode. I draw a "shape" using POI code beside the QRcode, by draw, I mean
"insert a shape to the xls file".

The result is that the line not show in Calc but can display in other program
like Excel or Numbers.

Could you analyze the file? I believe the shape is in the file because other
program can read it. But calc can't, could you help analyze the reason why the
shape not displayed?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>