[dev] Changed build requirements for Windows

2009-08-27 Thread Joachim Lingner - Sun Germany Software Engineer - ham02 - Hamburg

Hi,

as of probably DEV300m57, it is necessary to have the Mozilla build 
tools (Windows only) installed. This is necessary to build the new nss 
module. Building  of this module can be switched off by 
--disable-nss-module.


See also
http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Build_Requirements

Best Regards,
Joachim

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Moving to bost 1.3?

2009-08-27 Thread Eike Rathke
Hi Frank,

On Wednesday, 2009-08-26 20:59:40 +0200, Frank Schönheit wrote:

 I'll leave the task of building boost and linking against it for you,
 for a follow-up CWS :)

/me hoped for it magically appearing, ready to use ;-)

  Eike

-- 
 OOo/SO Calc core developer. Number formatter stricken i18n transpositionizer.
 SunSign   0x87F8D412 : 2F58 5236 DB02 F335 8304  7D6C 65C9 F9B5 87F8 D412
 OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
 Please don't send personal mail to the e...@sun.com account, which I use for
 mailing lists only and don't read from outside Sun. Use er...@sun.com Thanks.


pgplyjrZoZomT.pgp
Description: PGP signature


[dev] Mercurial-Implementation: automatic generation of outgoing repositories

2009-08-27 Thread Jens-Heiner Rechtien
Hi OOo Mercurial users,

Automatic creation of outgoing repositories
=

The mechanism for the server side creation of the outgoing CWS
repositories on hg.services.openoffice.org is in now place.

An outgoing repository is automatically created for every CWS which is:
a) flagged for Mercurial use
b) in state new or later (but not for planned)

It's no longer necessary to request Mercurial based CWSs per email.

Any newly created mercurial based CWS should appear in this list no
later than about two hours after the creation of the CWS:
http://hg.services.openoffice.org/hg

Fresh outgoing repositories will contain every milestone up to the
creation milestone of the CWS, this ensures minimal network transfers
consistent with the prevention of unnecessary heads.

If the outgoing respository for your CWS is not properly created
please notify me.

Flag your CWS as mercurial (hg) based
=

It's possible to flag your CWS as hg based by editing the SCM entry in EIS.

Starting with DEV300 m57 cws create accepts a new option --hg:

$ cws create --hg DEV300 cwsname

This will create a CWS with name cwsname in EIS with is by default
flagged for Mercurial usage. Also it doesn't create these superfluous
branches in SVN anymore.

Please don't use this switch for OOO310 childworkspaces.

Setting the current milestone of a CWS
==

Starting with DEV300 m57 the cws tool knows a new command:

$ cws setcurrent -m milestone

Use this to set the correct current milestone in EIS. You'll need this
for hg based child workspaces because there is no wrapper (yet) to do
this after a pull/merge. I'm currently thinking about how to set the
current milestone automatically, but nothing is in place yet.

You can set the master code line with this command as well, please use
this prudently.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



RE: [dev] RE: [api-dev] MS document header formatting not retained in OO

2009-08-27 Thread Wei Min Teo

Thanks all for giving me suggestions on the fixes.

 

Anyway, I have tested the problem with some other files and it seems to work 
okay. It seems that it only occurs on one particular file and i was unable to 
recreate the problem. I'll follow up with more details if i know what's wrong. 
Thanks. 
 
 From: shaun...@hotmail.com
 To: dev@openoffice.org
 Date: Tue, 25 Aug 2009 09:45:08 +0800
 Subject: RE: [dev] RE: [api-dev] MS document header formatting not retained 
 in OO
 
 
 Hi Juergen, 
 
 
 
 The import seems to work fine because i can physically see the header in the 
 second section. The page style name was automatically renamed to Convert 1. 
 However, when i save this to odt and reopen the file, it's lost. 
 
  Date: Mon, 24 Aug 2009 12:49:08 +0200
  From: juergen.schm...@sun.com
  To: dev@openoffice.org
  Subject: Re: [dev] RE: [api-dev] MS document header formatting not retained 
  in OO
  
  when you save to odf the appropriate filter is used. The problem was 
  probably already during the import when the MS import filter was used. 
  When the info is not present the export can't the info at all...
  
  I am only guessing that this is the problem.
  
  Juergen
  
  Wei Min Teo wrote:
   Hi Juergen,
   
   
   
   That is what i found strange. I did not set any filters. Even when i did 
   not do any programatically, I simply used openoffice to open the MS 
   document using swriter and save as ODT document. The header in section 2 
   is still lost. However, different headers in section 1 are retained. Or 
   are there filters automatically set with the openoffice 'save as' 
   function?
   
   Date: Mon, 24 Aug 2009 10:29:36 +0200
   From: juergen.schm...@sun.com
   To: d...@api.openoffice.org
   CC: dev@openoffice.org
   Subject: Re: [api-dev] MS document header formatting not retained in OO
  
   Hi Wei Min,
  
   it sounds like a filter problem. Once a document is loaded in the 
   internal document model the API access should be same regardless the 
   format. Please someone correct me if i am wrong
  
   Juergen
  
   Wei Min Teo wrote:
   Hi all,
  
  
  
   I am trying to open and read the different headers of different pages 
   on a document in order to sort them. So far, my code works fine for 
   openoffice files, i'm able to access each page and get their relevant 
   pagestyle names to get the different headers. However, using this same 
   code on MS files however seem to result on a bug. The problem is as 
   follows:
  
  
  
   I am able to access the headers fine for only the first section. If 
   there are headers on a new section, the headers read by the program 
   appears as . However, when i physically open the MS document, I am 
   able to physically see the header of the second section. But I am just 
   not able to get it programatically, I also lose that formatting when i 
   save it as a ODT file. 
  
  
  
   Am I doing something wrong or there are just some compatability issues 
   with MS documents? Would this be updated with future versions of the 
   sdk? I am currently using 3.1.
  
  
  
   Thanks.
  
  
  
  
  
   Cheers,
  
  
  
   Wei Min
  
   _
   With Windows Live, you can organize, edit, and share your photos.
   http://www.microsoft.com/singapore/windows/windowslive/products/photo-gallery-edit.aspx
  
  
   -
   To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
   For additional commands, e-mail: dev-h...@api.openoffice.org
  
   
   _
   More than messages–check out the rest of the Windows Live™.
   http://www.microsoft.com/windows/windowslive/
   
  
  
  -
  To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
  For additional commands, e-mail: dev-h...@openoffice.org
  
 
 _
 What can you do with the new Windows Live? Find out
 http://www.microsoft.com/windows/windowslive/default.aspx

_
What can you do with the new Windows Live? Find out
http://www.microsoft.com/windows/windowslive/default.aspx