<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:momonasmon@gmail.com" title="Maxim Monastirsky <momonasmon@gmail.com>"> <span class="fn">Maxim Monastirsky</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - commands without icons"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124200">bug 124200</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;">See Also</td>
           <td>
                
           </td>
           <td>https://bugs.documentfoundation.org/show_bug.cgi?id=107915
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>needsDevEval
           </td>
           <td>
                
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - commands without icons"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124200#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - commands without icons"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124200">bug 124200</a>
              from <span class="vcard"><a class="email" href="mailto:momonasmon@gmail.com" title="Maxim Monastirsky <momonasmon@gmail.com>"> <span class="fn">Maxim Monastirsky</span></a>
</span></b>
        <pre>(In reply to andreas_k from <a href="show_bug.cgi?id=124200#c0">comment #0</a>)
It was discussed in the past in <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Icons for styles in the Styles toolbar"
   href="show_bug.cgi?id=107915">Bug 107915</a> 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.</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>