Re: [dev] change Xcu with extension

2010-04-01 Thread sponmonster
Hi, I've tried the stuff which is explained in the docu. I want to change the paths in Path.xcu, but everything except finalized fails. I can't change the entries with replace, fuse or modify which is default. Only finalized is working and changes the entries. But when i set the entries

Re: [dev] change Xcu with extension

2010-04-01 Thread sponmonster
Hi, I've tried the stuff which is explained in the docu. I want to change the paths in Path.xcu, but everything except finalized fails. I can't change the entries with replace, fuse or modify which is default. Only finalized is working and changes the entries. But when i set the entries

Re: [dev] change Xcu with extension

2010-04-01 Thread Oliver Brinzing
Hi, have you tried, for example: Path.xcu: node oor:name=AutoText prop oor:name=UserPaths valuefile:///D:/Data/Global_Autotext_1 file:///D:/Data/Global_Autotext_2/value /prop

Re: [dev] change Xcu with extension

2010-04-01 Thread Stephan Bergmann
On 04/01/10 09:33, sponmonster wrote: I've tried the stuff which is explained in the docu. I want to change the paths in Path.xcu, but everything except finalized fails. I can't change the entries with replace, fuse or modify which is default. Only finalized is working and changes the entries.

Re: [dev] change Xcu with extension

2010-04-01 Thread sponmonster
Hi thanks for your help, but i found the mistake i made it was the mandatory flag in the original Paths.xcu when i set oor:mandatory=false in the extension xcu-file the default operation modify takes place, the entrie is overwritten and it still is editable, so it works :) but thanks for your

Re: [dev] change Xcu with extension

2010-03-31 Thread sponmonster
Stephan Bergmann wrote: See http://util.openoffice.org/common/configuration/oor-document-format.html. Thanks, that is exactly the docu if searched for :) -- View this message in context: http://old.nabble.com/change-Xcu-with-extension-tp28081556p28092280.html Sent from the

[dev] change Xcu with extension

2010-03-30 Thread sponmonster
I am trying to configure my Open Office 3.2 per Extension (change the standard setting). My System is Windows XP (SP3). For example I try to change some entries in the existing .xcu files. My question is related to the usage of xcu files within the Extension (Configuration Data). Is that a

Re: [dev] change Xcu with extension

2010-03-30 Thread Stephan Bergmann
On 03/30/10 14:07, sponmonster wrote: For example I try to change some entries in the existing .xcu files. My question is related to the usage of xcu files within the Extension (Configuration Data). Is that a “good” way to change settings, or is it better to change the data with the UNO-Api.