How to hide configuration page BasicIDE?

2015-04-02 Thread Thomas Krumbein
Hello everybody,

I am playing around with configuration-files (*.xcd) and registry-datas.
I found the following example to hide an option page and it works fine.


?xml version=1.0 encoding=UTF-8?
oor:data xmlns:xs=http://www.w3.org/2001/XMLSchema;
  xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  xmlns:oor=http://openoffice.org/2001/registry;
dependency file=main /
!-- Hide Tools - Options - LibreOffice - Advanced --
oor:component-data
xmlns:install=http://openoffice.org/2004/installation;
oor:name=OptionsDialog
oor:package=org.openoffice.Office
node oor:name=OptionsDialogGroups
node oor:name=ProductName oor:op=fuse
node oor:name=Pages
node oor:name=Java oor:op=fuse
prop oor:name=Hide
valuetrue/value
/prop
/node
/node
/node
/node
/oor:component-data
/oor:data


Now I tried to hide the following entry too - so the page which is
called in german Optionen für die Basic IDE.
I searched inside the main.xcd to find the page-name and - similar to
the above example - it should be BasicIDE?.
So I removed in the examplefile the pagename Java with BasicIDE -
but nothing happend.
I tried different names (f.e. Print - which hides the Printer entry
and Page) but I do not have success with these advanced Basic IDE Page.
What I am doing wrong? Is there a differnt place to find the correct
pagenames?

Thanks for your advice.

Best regards
Thomas
-- 
## Unterstützung der freien Office Suite
## http://de.libreOffice.org  - www.LibreOffice.org
## Vorstand Freies Office Deutschland e.V.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: How to hide configuration page BasicIDE?

2015-04-02 Thread Andras Timar
On Thu, Apr 2, 2015 at 8:28 AM, Thomas Krumbein
thomas.krumb...@documentfoundation.org wrote:
 Hello everybody,

 I am playing around with configuration-files (*.xcd) and registry-datas.
 I found the following example to hide an option page and it works fine.


 ?xml version=1.0 encoding=UTF-8?
 oor:data xmlns:xs=http://www.w3.org/2001/XMLSchema;
   xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
   xmlns:oor=http://openoffice.org/2001/registry;
 dependency file=main /
 !-- Hide Tools - Options - LibreOffice - Advanced --
 oor:component-data
 xmlns:install=http://openoffice.org/2004/installation;
 oor:name=OptionsDialog
 oor:package=org.openoffice.Office
 node oor:name=OptionsDialogGroups
 node oor:name=ProductName oor:op=fuse
 node oor:name=Pages
 node oor:name=Java oor:op=fuse
 prop oor:name=Hide
 valuetrue/value
 /prop
 /node
 /node
 /node
 /node
 /oor:component-data
 /oor:data


 Now I tried to hide the following entry too - so the page which is
 called in german Optionen für die Basic IDE.
 I searched inside the main.xcd to find the page-name and - similar to
 the above example - it should be BasicIDE?.

It is BasicIDEOptions. See
http://opengrok.libreoffice.org/xref/core/cui/source/options/treeopt.cxx#346

Best regards,
Andras
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: How to hide configuration page BasicIDE?

2015-04-02 Thread Thomas Krumbein
Am 02.04.2015 18:31, schrieb Andras Timar:
[..]
 It is BasicIDEOptions. See
 http://opengrok.libreoffice.org/xref/core/cui/source/options/treeopt.cxx#346
 
 Best regards,
 Andras

Thank you, Andras :)) That answers my second question:))

Best regards
Thomas


-- 
## Unterstützung der freien Office Suite
## http://de.libreOffice.org  - www.LibreOffice.org
## Vorstand Freies Office Deutschland e.V.
## Mitglieder willkommen: www.FroDeV.org
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: How to hide configuration page BasicIDE?

2015-04-02 Thread Thomas Krumbein
Hey,

I found the right page: BasicIDEOptions

It works like it should :))

Nevertheless - where are those names dokumented? Searching the main.xcd
you will not have a result looking for BasicIDEOptions?


Best regards
Thomas


Am 02.04.2015 08:28, schrieb Thomas Krumbein:
 Hello everybody,
 
 I am playing around with configuration-files (*.xcd) and registry-datas.
 I found the following example to hide an option page and it works fine.
 
 
 ?xml version=1.0 encoding=UTF-8?
 oor:data xmlns:xs=http://www.w3.org/2001/XMLSchema;
   xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
   xmlns:oor=http://openoffice.org/2001/registry;
 dependency file=main /
 !-- Hide Tools - Options - LibreOffice - Advanced --
 oor:component-data
 xmlns:install=http://openoffice.org/2004/installation;
 oor:name=OptionsDialog
 oor:package=org.openoffice.Office
 node oor:name=OptionsDialogGroups
 node oor:name=ProductName oor:op=fuse
 node oor:name=Pages
 node oor:name=Java oor:op=fuse
 prop oor:name=Hide
 valuetrue/value
 /prop
 /node
 /node
 /node
 /node
 /oor:component-data
 /oor:data
 
 
 Now I tried to hide the following entry too - so the page which is
 called in german Optionen für die Basic IDE.
 I searched inside the main.xcd to find the page-name and - similar to
 the above example - it should be BasicIDE?.
 So I removed in the examplefile the pagename Java with BasicIDE -
 but nothing happend.
 I tried different names (f.e. Print - which hides the Printer entry
 and Page) but I do not have success with these advanced Basic IDE Page.
 What I am doing wrong? Is there a differnt place to find the correct
 pagenames?
 
 Thanks for your advice.
 
 Best regards
 Thomas


-- 
M.I.C. Consulting
Riederbergstr. 92
65195 Wiesbaden
Tel. 0611 - 188 53 39
Fax: 0611 - 188 53 40
http://www.mic-consulting.de
e-Mail: i...@mic-consulting.de
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice