Re: [api-dev] new OOo 3.0 API

2009-01-28 Thread Ariel Constenla-Haile
Hello Juergen,

On Wednesday 28 January 2009 10:22, Juergen Schmidt wrote:
 Ariel Constenla-Haile wrote:
  Hi there,
 
  searching for other things I came across the nice css.bean.Pair struct
  (udkapi/com/sun/star/beans/Pair.idl), new in OOo 3.0.
 
  Is there a web page listing all new API stuff? I hardly recall there used
  to be one for every major sdk release, but I can't find it now.

 me too, i had to search it also. I don't know why it is so difficult to
 provide it. I prepared it for any new release ...

 You can find what i have prepared under
 http://development.openoffice.org/releases/3.0_sdk.html

ah! now I recall I saw this page when I downloaded the SDK (from something 
like http://download.openoffice.org/x.x.x/sdk.html), this was available 
following the links to download the SDK from the main download page.

Correct me if I'm wrong, but
* from http://www.openoffice.org follow I want to download
* from http://download.openoffice.org/index.html follow Other versions - SDK
* in http://download.openoffice.org/3.0.0/sdk.html I can't find any link to 
http://development.openoffice.org/releases/3.0_sdk.html

 I will clarify why it is not visible ...

may be it's also useful a direct link from api.openffice.org at the right 
bottom 
div; a link to the new stuff that may redirect to the lastest releases notes 
you've made.


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


Aus der Kriegsschule des Lebens
- Was mich nicht umbringt,
macht mich härter.
Nietzsche Götzendämmerung, Sprüche und Pfeile, 8.

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



Re: [api-dev] autodoc issue with udkapi/com/sun/star/beans/Pair.idl [was: new OOo 3.0 API]

2009-01-28 Thread Ariel Constenla-Haile
Hello Frank,

On Wednesday 28 January 2009 11:10, Frank Schönheit - Sun Microsystems Germany 
wrote:
 Hi Ariel,

  searching for other things I came across the nice css.bean.Pair struct
  (udkapi/com/sun/star/beans/Pair.idl), new in OOo 3.0.
 
  there may be a problem because building DEV300_m40, autodoc does not
  generate the html file for this idl. In
  odk/unxlngi6.pro/bin/odkcommon/docs/common/ref/Autodoc_DiagnosticMessages
 .txt it says:
 
  Incompletely Parsed Files
  -
 
  ./../../unxlngi6.pro/bin/odkcommon/idl/com/sun/star/beans/Pair.idl, line
  46
 
  I can't see anything wrong with the idl, and in fact the javamaker can
  generate a class for this in ridljar.
  May be an autodoc issue?

 I'd say yes. Care to submit it in IssueZilla, please? Component: tools.
 Subcomponent: autodoc.

done http://www.openoffice.org/issues/show_bug.cgi?id=98568

a dummy test shows autodoc can't handle templates with two (or more) type 
parameters.


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


Aus der Kriegsschule des Lebens
- Was mich nicht umbringt,
macht mich härter.
Nietzsche Götzendämmerung, Sprüche und Pfeile, 8.

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



Re: [api-dev] Problem with SXW filter in oo-2.4

2009-01-28 Thread Bernard Marcelly

Hi John,

In OpenOffice 1.1.x the property Name of a shape in Writer is not shown 
by the user interface but it can be found and displayed by macro.


I can confirm your observation, using OpenOffice 3.0 and 1.1.5. You 
don't need macros to reproduce.


Create a Writer document in 3.0, add a shape, name it (with user interface).
Save the document in ODF format : doc2.odt file.
Save as OOo 1.1 format :  doc1a.sxw file.

Open doc2.odt file with 1.1.5. The name can be displayed by macro.
Save as OOo 1.1 format : doc1b.sxw file.

With OpenOffice 3.0, open the doc1a.sxw file : the name is an empty string.
With OpenOffice 3.0, open the doc1b.sxw file : the name is still here.

IMHO, since the name is the only way to retrieve a particular shape 
among several shapes, it is a severe regression.

Perhaps a solution to your problem is using OOo 1.1.5 to save in sxw format.

Regards
  Bernard


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