[Libreoffice-bugs] [Bug 124200] commands without icons
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Mar 21 23:07:29 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=124200
Maxim Monastirsky <momonasmon at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.documentfounda
| |tion.org/show_bug.cgi?id=10
| |7915
Keywords|needsDevEval |
--- Comment #4 from Maxim Monastirsky <momonasmon at gmail.com> ---
(In reply to andreas_k from comment #0)
It was discussed in the past in Bug 107915 wrt. style commands. e.g. Text Body
style command definition looks like this:
<node oor:name=".uno:TextBodyParaStyle" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Text Body</value>
</prop>
<prop oor:name="TooltipLabel" oor:type="xs:string">
<value xml:lang="en-US">Text Body Paragraph Style</value>
</prop>
<prop oor:name="TargetURL" oor:type="xs:string">
<value>.uno:StyleApply?Style:string=Text
Body&FamilyName:string=ParagraphStyles</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>9</value>
</prop>
</node>
Note the "TargetURL" part. It's taking .uno:StyleApply?... and creating a new
.uno:TextBodyParaStyle out of it, for the purpose of adding an icon.
--
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/20190321/fe6bb9a3/attachment.html>
More information about the Libreoffice-bugs
mailing list