[Libreoffice-bugs] [Bug 127616] FILEOPEN DOCX Style properties applied instead of direct formatting (see comment 6)
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Sep 25 14:05:36 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=127616
--- Comment #7 from Justin L <jluth at mail.com> ---
Created attachment 154493
--> https://bugs.documentfoundation.org/attachment.cgi?id=154493&action=edit
debugging_tdf127616.diff: easy to revert - but that doesn't shed light on what
is wrong
I don't get it. The problem is not specifically the SetPropertyValues (plural)
function itself (since I changed the one-at-a-time routine to use that one
instead of SetPropertyValue), but when all these properties are quickly set
together, then it acts differently although walking through GDB made it look
all OK - I saw:
State = com::sun::star::beans::PropertyState::PropertyState_DIRECT_VALUE},
{Name = "CharFontName", Handle = 0, Value = uno::Any("string": "Arial"),
after all of the properties had been set.
--
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/20190925/02e740e3/attachment.html>
More information about the Libreoffice-bugs
mailing list