Re: [api-dev] IsFieldDisplayed property

2005-11-28 Thread Fabricio Lemos
Is 2.0.1 version released? If so, where can I find it?

thanks in advance...
Fabrício Lemos

On 11/1/05, Fabricio Lemos [EMAIL PROTECTED] wrote:
 Ok then. I just got lost because I saw the property at the api
 specification at [1], that doesn´t mention the 2.0.1 version;

 According to [2] , 2.0.1 will be released on November, 28th. I think I
 can wait :)

 Thank you a lot Stephan :)

 [1] http://development.openoffice.org/releases/OpenOffice_org_2_x.html
 [2] http://api.openoffice.org/docs/common/ref/com/sun/star/text/TextField.html

 On 11/1/05, Stephan Wunderlich - Sun Germany - ham02 - Hamburg
 [EMAIL PROTECTED] wrote:
  Hi Fabricio,
 
   I´m using the 2.0 version. Don´t know if it´s 2.0.0 or 2.0.1.
   Here is the code I use to see the available properties:
 
  OOo 2.0 is an 2.0.0, so the property you search for isn't available in
  that version.
 
  Regards
 
  Stephan
 
 
 
 
 
  -
  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]



Re: [api-dev] IsFieldDisplayed property

2005-11-02 Thread Jürgen Schmidt

Stephan Wunderlich - Sun Germany - ham02 - Hamburg wrote:

Hi Fabricio,


Ok then. I just got lost because I saw the property at the api
specification, that doesn´t mention the 2.0.1 version;



seems the since-tag isn't evaluated when creating the documentation
yet ... I wrote issue 57136 for that.

That's only true for the OO 2.0.01 since tag ;-) I will correct this.

Juergen





Thank you a lot Stephan :)



you are welcome :-)

Regards

Stephan




-
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]



Re: [api-dev] IsFieldDisplayed property

2005-11-02 Thread Jürgen Schmidt

Stephan Bergmann wrote:

Fabricio Lemos wrote:


Ok then. I just got lost because I saw the property at the api
specification at [1], that doesn´t mention the 2.0.1 version;

According to [2] , 2.0.1 will be released on November, 28th. I think I
can wait :)

Thank you a lot Stephan :)

[1] http://development.openoffice.org/releases/OpenOffice_org_2_x.html
[2] 
http://api.openoffice.org/docs/common/ref/com/sun/star/text/TextField.html 




@Jürgen:  I think we should somehow indicate what OOo version the docs 
linked on api.openoffice.org correspond to, to avoid confusion.
I thought that autodoc generates a name which is specified during the 
build. But it seems to be bug or a missing feature. I talked to Nikolai 
and we will solve this problem soon.


In the future it should be visible on each generated reference 
documentation page.


Juergen




-Stephan


On 11/1/05, Stephan Wunderlich - Sun Germany - ham02 - Hamburg
[EMAIL PROTECTED] wrote:


Hi Fabricio,



I´m using the 2.0 version. Don´t know if it´s 2.0.0 or 2.0.1.
Here is the code I use to see the available properties:



OOo 2.0 is an 2.0.0, so the property you search for isn't available in
that version.

Regards

Stephan



-
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]



Re: [api-dev] IsFieldDisplayed property

2005-11-01 Thread Fabricio Lemos
Ok then. I just got lost because I saw the property at the api
specification at [1], that doesn´t mention the 2.0.1 version;

According to [2] , 2.0.1 will be released on November, 28th. I think I
can wait :)

Thank you a lot Stephan :)

[1] http://development.openoffice.org/releases/OpenOffice_org_2_x.html
[2] http://api.openoffice.org/docs/common/ref/com/sun/star/text/TextField.html

On 11/1/05, Stephan Wunderlich - Sun Germany - ham02 - Hamburg
[EMAIL PROTECTED] wrote:
 Hi Fabricio,

  I´m using the 2.0 version. Don´t know if it´s 2.0.0 or 2.0.1.
  Here is the code I use to see the available properties:

 OOo 2.0 is an 2.0.0, so the property you search for isn't available in
 that version.

 Regards

 Stephan





 -
 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]



Re: [api-dev] IsFieldDisplayed property

2005-11-01 Thread Stephan Wunderlich - Sun Germany - ham02 - Hamburg

Hi Fabricio,


Ok then. I just got lost because I saw the property at the api
specification, that doesn´t mention the 2.0.1 version;


seems the since-tag isn't evaluated when creating the documentation
yet ... I wrote issue 57136 for that.


Thank you a lot Stephan :)


you are welcome :-)

Regards

Stephan




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



[api-dev] IsFieldDisplayed property

2005-10-31 Thread Fabricio Lemos
Hello!

How can I access the value of the IsFieldDisplayed property of a
com.sun.star.text.TextField? It would be very nice if the XTextField
interface had the isFieldDisplayed method.

thanks in advance,
Fabrício Lemos

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



Re: [api-dev] IsFieldDisplayed property

2005-10-31 Thread Fabricio Lemos
I tried that. The only properties that appeared  were:
AnchorType
AnchorTypes
IsFixedLanguage
IsShowFormula
IsVisible
NumberFormat
TextWrap

On 10/31/05, Stephan Wunderlich - Sun Germany - ham02 - Hamburg
[EMAIL PROTECTED] wrote:
 Hi Fabricio,

  How can I access the value of the IsFieldDisplayed property of a
  com.sun.star.text.TextField? It would be very nice if the XTextField
  interface had the isFieldDisplayed method.

 you could query the XTextField for an XPropertySet and see if you can
 gain and set the property with the methods get/setPropertyValue

 Hope that helps

 Regards

 Stephan

 -
 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]