Toolbar with icons and text

Discussions about using 3rd party extension with OpenOffice.org
Post Reply
jonasxxmoe
Posts: 1
Joined: Tue Jul 12, 2016 12:35 pm

Toolbar with icons and text

Post by jonasxxmoe »

Hello guys,
i created my own toolbar and i want to show icons+text on it, but i'm only able to text OR icons.
Can sb help me with that problem?
This is how i show the icons:

Code: Select all

<node oor:name="Images">
      <node oor:name="BS.Office.openoffice.infomarkiertetextstellecmd.images" oor:op="replace">
        <prop oor:name="URL" oor:type="xs:string">
          <value>BS.Office.openoffice:InfoMarkierteTextstelleCmd</value>
        </prop>
        <node oor:name="UserDefinedImages">
          <prop oor:name="ImageSmallURL">
            <value>vnd.sun.star.extension://BS.Office.BS.Office/images/16x16.png</value>
          </prop>
        </node>
      </node>
Open Office 4.1.2 on Windows 10
Post Reply