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

Maxim Monastirsky <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=10
                   |                            |7915
           Keywords|needsDevEval                |

--- Comment #4 from Maxim Monastirsky <[email protected]> ---
(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&amp;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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to