Re: [dev] IMPORTANT ANNOUNCEMENT: HEDABU DOESN'T EXIST ANYMORE

2007-04-13 Thread Vladimir Glazounov
Actually, fist do resync, deliver -delete, update sources, replicate 
changes in headers, if needed- move headers+correct #includes, build 
sources. You will see quite quickly if you did something wrong, what to 
to will be obvious...


Vladimir



Was the only thing the move of some headers? Delivered headers only?


Moving of delivered headers from f.e. svx/inc into svx/inv/svx. Adapting 
includes accordingly. Adapting d.lst files.




Do we have to do any changes in CWS chart2mst3, where we added a new 
module with new headers?


-Bjoern



I more detail:
If you did not touch headers, no action is required.

If you changed existing headers or introduced new ones, check in 
prj/d.lst, whether those headers are subject to 'headbu' action. If they 
are not: no action required.


If your header was 'hedabu'ed it most probably got removed by Vladimir 
and moved to an new location, as stated above. Moving files is not 
really supported by cvs. Therefore you have to check your changes, i.e. 
cvs diff -r CWS_ANCHOR -r cws_branch file and apply those changes 
to the moved header. If you introduced a new one subject to hedabu, move 
it to the appropriate directory and adapt include directives (i.e. for 
the above svx example change #include myheader.hxx into #include 
svx/myheader.h where needed). Finally, adapt d.lst.

svx/myheader.h



Rüdiger

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] IMPORTANT ANNOUNCEMENT: HEDABU DOESN'T EXIST ANYMORE

2007-04-12 Thread Vladimir Glazounov

IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT
===

Hi all,

the ongoing SRC680 m209 build brings important change to our build
environment. Since that milestone hedabu procedure will not work.
To make it happen, many headers are moved to module's include specific
folder, ie $MODULE/inc/$MODULE, where $MODULE is the name of a
module.
The new files in $MODULE/inc/$MODULE folder correspond to the last
revision of their prototypes, ie m208.

IMPORTANT(!!) for all cws owners: if your on the SRC680 based CWS has 
changes in headers - please resync the CWS to the m209(or later). 
Achtung(!) - if header was moved in m209 - the changes will not be 
reflected in new reincarnation of the file, so you have to make your 
changes in the new file MANUALLY.


Best regards,

Vladimir

=
Sun Microsystems GmbH   Vladimir Glazunov
Nagelsweg 55Development - Release Engineer
20097 Hamburg   Phone: (+49 40) 23646 861
Germany Fax: (+49 40) 23646 608
http://www.sun.de   mailto:[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] How to add a menu item in the File menu?

2007-02-05 Thread Vladimir Glazounov
Hello 蒋闯,

As far as I can see the the file format is broken. I think you have
bypassed the localization procedure. The process is described here:
http://www.khmeros.info/tools/oo2.0_program_translaltion.html
Pavel, please correct me if you have a better link for this case.

You also may try to take one already working .sdf as an example.

Vladimir

JiangChuang wrote:
 Hi,Carsten.
 Thank you for your answer so much.
 I have already tried it according to your answer  and added the WebHtml 
 item in the English Version successfully;
 But I failed to the Chinese Version. 
 
 The added codes in the ' localize.sdf 'file,which is in 
 registry/data/org/openoffice/Office/UI/ directorys, are as follows:
 
 officecfg   registry\data\org\openoffice\Office\UI\GenericCommands.xcu
   0   value   ..GenericCommands.UserInterface.Commands..uno:WebHtml
 Label   0   en-GB   Web Html 
 2002-02-02 02:02:02
 officecfg   registry\data\org\openoffice\Office\UI\GenericCommands.xcu
   0   value   ..GenericCommands.UserInterface.Commands..uno:WebHtml
 Label   0   zh-CN   Web浏览器
 2002-02-02 02:02:02
 officecfg   registry\data\org\openoffice\Office\UI\GenericCommands.xcu
   0   value   ..GenericCommands.UserInterface.Commands..uno:WebHtml
 Label   0   zh-TW   Web浏览器
 2002-02-02 02:02:02 
 
 But no soap.What will I do for it?
 BTW, If I have to do some modifications in the binfilter module?
 TIA.
 
 Regards.
 JiangChuang
 
 
 
 
 JiangChuang
 2007-02-02
 
 
 
 发件人: Carsten Driesner
 发送时间: 2007-02-01 16:44:56
 收件人: dev@openoffice.org
 抄送: 
 主题: Re: [dev] How to add a menu item in the File menu?
 
 JiangChuang wrote:
 Hi, I'm JiangChuang and from Beijing Redflag ch2000 Software Co., Ltd. This 
 is the first time  that I visit here.
 I'm eager to know how to add a menu inte to the File menu and their 
 MECHANISM.
 For instance, I want to add a WetHtml item below the Reload item of the 
 File menu, how can I do it? 

 Hi JianChuang,
 
 Please see my answer to the same question [dev] question about add new
 menu item from blueeagle yesterday.
 
 Regards,
 Carsten
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]