[Libreoffice-bugs] [Bug 123804] Can not select AREA Fill / Style PATTERN for objects / shapes in WRITER TOOLBAR

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Mar 3 09:48:36 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=123804

Julien Nabet <serval2412 at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |serval2412 at yahoo.fr

--- Comment #3 from Julien Nabet <serval2412 at yahoo.fr> ---
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
(https://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/drawing/FillStyle.idl?r=3ed31af5)
contains only:
NONE, SOLID, GRADIENT, HATCH and BITMAP.

In sidebar part, there's an enum, see
https://opengrok.libreoffice.org/search?project=core&full=%22enum+eFillStyle%22&defs=&refs=&path=&hist=&type=&si=full
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190303/ba849dde/attachment-0001.html>


More information about the Libreoffice-bugs mailing list