You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by jorge ivan poot diaz <iv...@gmail.com> on 2013/05/14 06:41:15 UTC

Drawing - rawingobjectbar.xml

I've already made a change in this file. What module needs to build?

http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml

The idea does not rebuild AOO.

I ran this:

ivan@ivan-Presario-CQ43-Notebook-PC:~/aoo/main/sd$ build debug=true
dbglevel=3 && delive

But I think this is not the correct module.

Help me.
where is the code that converts these xml into toolbars?

---------------------------------------------
-----------------------------------------------

<node oor:name=".uno:FormatArea" oor:op="replace">
                <prop oor:name="Label" oor:type="xs:string">
                    <value xml:lang="en-US">Area...</value>
                </prop>
                <prop oor:name="Properties" oor:type="xs:int">
                    <value>1</value>
                </prop>
            </node>

where is the code that bound these

<value>1</value>

into toolbars with an icon?

http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu#2504


Regards.

Re: Drawing - rawingobjectbar.xml

Posted by Andre Fischer <aw...@gmail.com>.
On 14.05.2013 06:41, jorge ivan poot diaz wrote:
> I've already made a change in this file. What module needs to build?
>
> http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml
>
> The idea does not rebuild AOO.

You don't have to.  Just copy the modified drawingobjectbar.xml to

     <your-office-path>/OpenOffice 
4/share/config/soffice.cfg/modules/sdraw/toolbar/drawingobjectbar.xml

You can find the place for it (or other toolbar XML files) with

     find <your-office-path> -name sdraw/toolbar/drawingobjectbar.xml

-Andre

>
> I ran this:
>
> ivan@ivan-Presario-CQ43-Notebook-PC:~/aoo/main/sd$ build debug=true
> dbglevel=3 && delive
>
> But I think this is not the correct module.
>
> Help me.
> where is the code that converts these xml into toolbars?
>
> ---------------------------------------------
> -----------------------------------------------
>
> <node oor:name=".uno:FormatArea" oor:op="replace">
>                  <prop oor:name="Label" oor:type="xs:string">
>                      <value xml:lang="en-US">Area...</value>
>                  </prop>
>                  <prop oor:name="Properties" oor:type="xs:int">
>                      <value>1</value>
>                  </prop>
>              </node>
>
> where is the code that bound these
>
> <value>1</value>
>
> into toolbars with an icon?
>
> http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu#2504
>
>
> Regards.
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org