Re: [dev] [DEV] In kind of a CALC document importing progress, "Width" property works but "Height" property didn't.

2010-08-02 Thread Cor Nouws

Hi James,

Pls note this is a question better at it's place on d...@api.openoffice.org.



James M wrote (02-08-10 08:55)

I was importing kind of a CALC document and I wanted to set the
"Height" of a row and the "Width" of a column, The "Width" property
worked fine but the "Height" property didn't work, Could anyone help
me? Thank you very much.
[...]


This page
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide

  leads to
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Spreadsheets/Columns_and_Rows

maybe that helps?
Regards,
Cor
--
 >> Your office 2010 software: the new OpenOffice.org <<

Cor Nouws
  - ideas/remarks for the community council?
  - http://wiki.services.openoffice.org/wiki/Community_Council


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



Re: [dev] Interest in lending some programming time to help.

2010-08-02 Thread Björn Michaelsen
Am Thu, 29 Jul 2010 17:01:27 -0400
schrieb Billy Noel :

> I have many years of coding experience in Java & C++ and I am an
> avid Linux/Unix user. I have always depended on OpenOffice for my
> document needs. I live out of hotels doing engineering contract work
> around the country. I would be interested in donating my time to help
> and try and repay by improving on the baseline products or even new
> features. Question is where would I be best suited to help?

Welcome Billy,

it depends on your interests. Good entry points are:

* extension development
  http://wiki.services.openoffice.org/wiki/Extensions
* finding the root cause of bugs and providing patches
  http://wiki.services.openoffice.org/wiki/Development

Extension development helps you to get known with the API without
having to deal with all the scary implementation details. It will make
it easier to understand the core of OOo itself, if you want to dig
deeper later ...

When you are interested in directly helping the developing of OOo
itself, see the development link above and try your first own OOo
build. Then you might consider fixing a few bugs to get a feel for the
codebase of the apps you find interesting. If there are any issues dont
hesitate to ask either here or on #dev.openoffice.org on freenode (IRC).

Best Regards,

Bjoern Michaelsen

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



Re: [dev] Re: Framework To-Do's

2010-08-02 Thread Billy Noel
Sorry Ameya,

   Silly gmail sent ahead of time :) I was only stating that I speak for
everyone "we welcome you with open arms". Just don't get burnt out due to
the complexity of some of the apps.

-Billy

On Mon, Aug 2, 2010 at 1:31 PM, Billy Noel  wrote:

> Hi Ameya,
>
> In my opinion having an intricate knowledge of C is a valuable asset.
> Especially if you will be working low level apps. C++/OOAD is a little
> different beast. I have 12+ years of C++ & Java but I have been digging
> through the code for a couple months to make sure I know how the basic
> design of how the apps and extensions are put together. I am not the PM but
> would recommend of picking up a project from scratch and trying to design in
> C++ from scratch, since this would save you the headache of trying to
> decipher another coders logic and improvising. I also want to state by no
> means (and actually discour
>
> PS: Please let me know if I am out of line here as I also am new to the OOo
> Open source project.
>
> Thanks,
> -Billy
>
> On Sat, Jul 31, 2010 at 2:43 PM, ameya joshi wrote:
>
>> >
>> > HI All,
>> >
>> > I am Ameya , I want to contribute to the open office .org open source
>> > projects.
>> >
>> > I have been learning C for past 9 months & am pretty comfortable with it
>> ,
>> > but i want to test my skills on practical applications.
>> >
>> > I have been through The To-dos list of framework & saw that the skills
>> > required are C++ & also the difficulty level is medium.
>> >
>> > Should i directly start with these framerwork projects?
>> >
>> > Can any one of you help me on how to start?
>> >
>> > Regards,
>> > Ameya
>> >
>>
>
>


Re: [dev] Re: Framework To-Do's

2010-08-02 Thread Billy Noel
Hi Ameya,

In my opinion having an intricate knowledge of C is a valuable asset.
Especially if you will be working low level apps. C++/OOAD is a little
different beast. I have 12+ years of C++ & Java but I have been digging
through the code for a couple months to make sure I know how the basic
design of how the apps and extensions are put together. I am not the PM but
would recommend of picking up a project from scratch and trying to design in
C++ from scratch, since this would save you the headache of trying to
decipher another coders logic and improvising. I also want to state by no
means (and actually discour

PS: Please let me know if I am out of line here as I also am new to the OOo
Open source project.

Thanks,
-Billy

On Sat, Jul 31, 2010 at 2:43 PM, ameya joshi wrote:

> >
> > HI All,
> >
> > I am Ameya , I want to contribute to the open office .org open source
> > projects.
> >
> > I have been learning C for past 9 months & am pretty comfortable with it
> ,
> > but i want to test my skills on practical applications.
> >
> > I have been through The To-dos list of framework & saw that the skills
> > required are C++ & also the difficulty level is medium.
> >
> > Should i directly start with these framerwork projects?
> >
> > Can any one of you help me on how to start?
> >
> > Regards,
> > Ameya
> >
>


Re: [dev] Re: Framework To-Do's

2010-08-02 Thread Alexandro Colorado
On Sat, Jul 31, 2010 at 1:43 PM, ameya joshi  wrote:
>>
>> HI All,
>>
>> I am Ameya , I want to contribute to the open office .org open source
>> projects.
>>
>> I have been learning C for past 9 months & am pretty comfortable with it ,
>> but i want to test my skills on practical applications.

Hi thanks for your email please email d...@education.openoffice.org is
a great place to start on learning how to work with OOo's code. We do
have some instructional steps on hacking the OOo code and learn the
contribution process.

>> I have been through The To-dos list of framework & saw that the skills
>> required are C++ & also the difficulty level is medium.
>>
>> Should i directly start with these framerwork projects?

There are different ways to contribute, you could do so through the
API and create new things through extension.
http://extensions.openoffice.org and the Wiki could give you insight
to how to create extensions as well as contribute to them. Extensions
however are consider external independent projects which might not be
related to the OOo project.

>> Can any one of you help me on how to start?
>>
>> Regards,
>> Ameya
>>
>



-- 
Alexandro Colorado
OpenOffice.org Español
http://es.openoffice.org

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



[dev] Re: Framework To-Do's

2010-08-02 Thread ameya joshi
> HI All,
>>
>> I am Ameya , I want to contribute to the open office .org open source
>> projects.
>>
>> I have been learning C for past 9 months & am pretty comfortable with it ,
>> but i want to test my skills on practical applications.
>>
>> I have been through The To-dos list of framework & saw that the skills
>> required are C++ & also the difficulty level is medium.
>>
>> Should i directly start with these framerwork projects?
>>
>>
>> Can any one of you help me on how to start?
>>
>> Regards,
>> Ameya
>>
>
>


[dev] Interest in lending some programming time to help.

2010-08-02 Thread Billy Noel
Hello,

I have many years of coding experience in Java & C++ and I am an avid
Linux/Unix user. I have always depended on OpenOffice for my document needs.
I live out of hotels doing engineering contract work around the country. I
would be interested in donating my time to help and try and repay by
improving on the baseline products or even new features. Question is where
would I be best suited to help?

Sincerly,
-Billy Noel


[dev] Re: Framework To-Do's

2010-08-02 Thread ameya joshi
>
> HI All,
>
> I am Ameya , I want to contribute to the open office .org open source
> projects.
>
> I have been learning C for past 9 months & am pretty comfortable with it ,
> but i want to test my skills on practical applications.
>
> I have been through The To-dos list of framework & saw that the skills
> required are C++ & also the difficulty level is medium.
>
> Should i directly start with these framerwork projects?
>
> Can any one of you help me on how to start?
>
> Regards,
> Ameya
>


Re: [dev] Implementation of the ODF1.2 BITxx functions

2010-08-02 Thread Eike Rathke
Hi wolfgang,

On Monday, 2010-08-02 13:43:57 +0200, wolfgang pechlaner wrote:

> I'll try, to implement these functions in OOo.

Great, welcome! We already met on IRC today ;)

  Eike

-- 
 OOo Calc core developer. Number formatter stricken i18n transpositionizer.
 Signature key 0x87F8D412 : 2F58 5236 DB02 F335 8304  7D6C 65C9 F9B5 87F8 D412
 OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS
 --
 Please don't send mail to the old e...@sun.com account that I used for mailing
 lists, it will phase out shortly. Use eike.rat...@oracle.com instead. Thanks.


pgpEehVI5xjfe.pgp
Description: PGP signature


Re: [dev] Question ad OOo update feature ...

2010-08-02 Thread Rony G. Flatscher
Hi Joachim,

thank you *very much* for the following link:

> You can find information about the update information here:
> http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Description_of_the_Update_Information
>
It really helped me set up the relevant update.xml file such that it
works (and it works great and as intended!).

Regards,

---rony


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



[dev] Implementation of the ODF1.2 BITxx functions

2010-08-02 Thread wolfgang pechlaner

Hi @all,

I'll try, to implement these functions in OOo.
Regina told me, that I may introduce me in this forum.
I'm a 61 year old man from Austria, I was programmer in a large company 
and I've studied mathematics, therefore I has same experience.

The BITxxx would be a entrance for me in helping OOo.

best regards
Wolfgang

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



Re: [dev] Question ad OOo update feature ...

2010-08-02 Thread Joachim Lingner

On 01.08.10 16:09, Rony G. Flatscher wrote:

Hi there,

for an extension I would like to have the OOo update feature active. If
an update is available then the user should be directed to a HTML page
that explains what is necessary to get and install the update.

Unfortunately, my tests do not show this feature to be triggered
(changing the update xml file to a version level that is higher than the
deployed extension).

For that purpose the "description.xml" file is defined as (just showing
the relevant elements):

 
 http://openoffice.org/extensions/description/2006";
 xmlns:d="http://openoffice.org/extensions/description/2006";
 xmlns:xlink="http://www.w3.org/1999/xlink";>

   

   

   
 
   

   
 http://wi.wu-wien.ac.at/rgf/rexx/bsf4oorexx/current/ooRexx4OOo_update.xml";
 />
   

 




You can find information about the update information here:
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Description_of_the_Update_Information

Best regards,
Joachim



The update xml file:

 
 http://installation.openoffice.org/description";>
   org.oorexx.uno.ScriptProviderForooRexx.package
   5.00

   http://wi.wu-wien.ac.at/rgf/rexx/bsf4oorexx/current/ooRexx4OOo_update.html"; />

 


Is there something I am doing wrong here?

TIA,

---rony

P.S.: The specifications that I used were:

 
 







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



Re: [dev] Question ad OOo update feature ...

2010-08-02 Thread Joachim Lingner

On 01.08.10 16:09, Rony G. Flatscher wrote:

Hi there,

for an extension I would like to have the OOo update feature active. If
an update is available then the user should be directed to a HTML page
that explains what is necessary to get and install the update.

Unfortunately, my tests do not show this feature to be triggered
(changing the update xml file to a version level that is higher than the
deployed extension).

For that purpose the "description.xml" file is defined as (just showing
the relevant elements):

 
 http://openoffice.org/extensions/description/2006";
 xmlns:d="http://openoffice.org/extensions/description/2006";
 xmlns:xlink="http://www.w3.org/1999/xlink";>

   

   

   
 
   

   
 http://wi.wu-wien.ac.at/rgf/rexx/bsf4oorexx/current/ooRexx4OOo_update.xml";
 />
   

 




You can find information about the update information here:
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Description_of_the_Update_Information

Best regards,
Joachim



The update xml file:

 
 http://installation.openoffice.org/description";>
   org.oorexx.uno.ScriptProviderForooRexx.package
   5.00

   http://wi.wu-wien.ac.at/rgf/rexx/bsf4oorexx/current/ooRexx4OOo_update.html"; />

 


Is there something I am doing wrong here?

TIA,

---rony

P.S.: The specifications that I used were:

 
 







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