<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Can not select AREA Fill / Style PATTERN for objects / shapes in WRITER TOOLBAR"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123804">bug 123804</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>serval2412@yahoo.fr
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Can not select AREA Fill / Style PATTERN for objects / shapes in WRITER TOOLBAR"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123804#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Can not select AREA Fill / Style PATTERN for objects / shapes in WRITER TOOLBAR"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123804">bug 123804</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>On pc Debian x86-64 with master sources updated today, I could reproduce this.

I noticed this on console:
warn:legacy.osl:27322:27322:svx/source/tbxctrls/fillctrl.cxx:512: Non supported
FillType (!)

The problem is FillStyle
(<a href="https://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/drawing/FillStyle.idl?r=3ed31af5">https://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/drawing/FillStyle.idl?r=3ed31af5</a>)
contains only:
NONE, SOLID, GRADIENT, HATCH and BITMAP.

In sidebar part, there's an enum, see
<a href="https://opengrok.libreoffice.org/search?project=core&full=%22enum+eFillStyle%22&defs=&refs=&path=&hist=&type=&si=full">https://opengrok.libreoffice.org/search?project=core&full=%22enum+eFillStyle%22&defs=&refs=&path=&hist=&type=&si=full</a>
enum eFillStyle
{
    NONE,
    SOLID,
    GRADIENT,
    HATCH,
    BITMAP,
    PATTERN
};

PATTERN is considered as special case of BITMAP.

So I suppose we should copypaste the same mechanism.</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>