Re: Missing Tab function in OpenOffice BASIC

2022-08-07 Thread Carl Marcum

Hi Matthias,

On 8/7/22 5:10 PM, Matthias Seidel wrote:

Hi Carl,

Am 07.08.22 um 22:36 schrieb Carl Marcum:

Hi Matthias and all,

On 8/7/22 10:08 AM, Matthias Seidel wrote:

Hi,

Damjan added the missing Tab function in 2015:

https://bz.apache.org/ooo/show_bug.cgi?id=19221#c9

It was done in trunk (4.2.0) at that time.

However it introduced a regression that was fixed now in trunk and
AOO42X.

@Carl: Maybe you want to add a qa test for that function?

Maybe if someone could give me an small example of how it would be used.
I'm assuming it is a StarBasic function and not a Calc function.
Is that correct?

Yes, StarBasic/OpenOffice Basic.
But I am not even sure if we have tests for it?

Czesław might have some code for it...
I just need an small example of a method or function in Basic that 
demonstrates how one would use the Tab function and I can try to create 
a test for it.


One example is the test of Clng (convert to Long) where we have a test 
spreadsheet [1] with a Basic macro in it like:


Function StarBasicCLng(x As String) As Double
    StarBasicCLng = CLng(x)
End Function

In the spreadsheet we use this macro function in a formula like 
"=STARBASICCLNG(A2)" and test equality of the cell value with another cell.


Then we have a unit test TestFormulaDocs.java [2] that opens these test 
documents and checks that the formulas worked or not.


Let me know if you have any questions.

[1] 
https://github.com/apache/openoffice/blob/trunk/test/testuno/data/uno/sc/fvt/StarBasicCLng.ods
[2] 
https://github.com/apache/openoffice/blob/trunk/test/testuno/source/fvt/uno/sc/formula/TestFormulaDocs.java


Best regards,
Carl



Regards,

    Matthias


Thanks,
Carl


@All: Would it make sense to cherry-pick this for AOO41X?

Regards,

     Matthias




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




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



Re: Missing Tab function in OpenOffice BASIC

2022-08-07 Thread Matthias Seidel
Hi Carl,

Am 07.08.22 um 22:36 schrieb Carl Marcum:
> Hi Matthias and all,
>
> On 8/7/22 10:08 AM, Matthias Seidel wrote:
>> Hi,
>>
>> Damjan added the missing Tab function in 2015:
>>
>> https://bz.apache.org/ooo/show_bug.cgi?id=19221#c9
>>
>> It was done in trunk (4.2.0) at that time.
>>
>> However it introduced a regression that was fixed now in trunk and
>> AOO42X.
>>
>> @Carl: Maybe you want to add a qa test for that function?
> Maybe if someone could give me an small example of how it would be used.
> I'm assuming it is a StarBasic function and not a Calc function.
> Is that correct?

Yes, StarBasic/OpenOffice Basic.
But I am not even sure if we have tests for it?

Czesław might have some code for it...

Regards,

   Matthias

>
> Thanks,
> Carl
>
>>
>> @All: Would it make sense to cherry-pick this for AOO41X?
>>
>> Regards,
>>
>>     Matthias
>>
>>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Missing Tab function in OpenOffice BASIC

2022-08-07 Thread Carl Marcum

Hi Matthias and all,

On 8/7/22 10:08 AM, Matthias Seidel wrote:

Hi,

Damjan added the missing Tab function in 2015:

https://bz.apache.org/ooo/show_bug.cgi?id=19221#c9

It was done in trunk (4.2.0) at that time.

However it introduced a regression that was fixed now in trunk and AOO42X.

@Carl: Maybe you want to add a qa test for that function?

Maybe if someone could give me an small example of how it would be used.
I'm assuming it is a StarBasic function and not a Calc function.
Is that correct?

Thanks,
Carl



@All: Would it make sense to cherry-pick this for AOO41X?

Regards,

    Matthias





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



Re: Update french version for XrayTool

2022-08-07 Thread Czesław Wolański
Hi,

On 2022/08/07 18:42:05 Matthias Seidel wrote:
> Am 07.08.22 um 20:34 schrieb Bidouille:
> > Hello
> > Actually on this page, XrayTool is a german version:
> > https://www.openoffice.org/fr/Documentation/Basic/
> If I download that ODT it is clearly French!?
>

It is a text document in French but the UI of Xray seems to be in Dutch
mainly.

Regards,
Czesław 

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



Re: Update french version for XrayTool

2022-08-07 Thread Matthias Seidel
Am 07.08.22 um 20:34 schrieb Bidouille:
> Hello
> Actually on this page, XrayTool is a german version:
> https://www.openoffice.org/fr/Documentation/Basic/
If I download that ODT it is clearly French!?
>
> Someone with suffisient karma can be upload the french version located here:
> https://berma.pagesperso-orange.fr/Files_fr/XrayTool60_fr.odt
> And replace it.
>
> Thanks
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>



smime.p7s
Description: S/MIME Cryptographic Signature


Update french version for XrayTool

2022-08-07 Thread Bidouille
Hello
Actually on this page, XrayTool is a german version:
https://www.openoffice.org/fr/Documentation/Basic/

Someone with suffisient karma can be upload the french version located here:
https://berma.pagesperso-orange.fr/Files_fr/XrayTool60_fr.odt
And replace it.

Thanks

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



[PROPOSAL] Rework of the AOO logo graphics and their names

2022-08-07 Thread Marcus
When thinking about the new upcoming milestone of 333+ mio downloads 
(see the separate mail thread a few days ago) and looking into the logo 
directory what we have for this event, I've seen it's the little mess 
and that it needs to be cleaned-up.


Therefore I would like to rework the following directory and its content:

.../git.ooo-site/assets/images/AOO_logos

Looking what we have and renaming the filenames to make them more 
descriptive.


What do you think?

Marcus

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



Re: Missing Tab function in OpenOffice BASIC

2022-08-07 Thread Matthias Seidel
Hi Marcus,

Am 07.08.22 um 16:48 schrieb Marcus:
> Am 07.08.22 um 16:08 schrieb Matthias Seidel:
>> Damjan added the missing Tab function in 2015:
>>
>> https://bz.apache.org/ooo/show_bug.cgi?id=19221#c9
>>
>> It was done in trunk (4.2.0) at that time.
>>
>> However it introduced a regression that was fixed now in trunk and
>> AOO42X.
>>
>> @Carl: Maybe you want to add a qa test for that function?
>>
>> @All: Would it make sense to cherry-pick this for AOO41X?
>
> is this the respective commit?
>
> https://github.com/apache/openoffice/commit/09edc5ae9fb853902001b332819f1d7f468c4806
>
>
>
> If so, when putting the comment changes beside, then it's just a
> single line. So, I think it's OK to merge it also into the 41X branch.

That's the fix for the regression.

Damjan's fix never did make it to AOO41X:

https://svn.apache.org/viewvc?view=revision=1720071

But since the Tab function is mentioned in our Help but actually never
was in code, I think this does fix a bug in AOO41X.

Regards,

   Matthias

>
> My 2 ct.
>
> Marcus
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Missing Tab function in OpenOffice BASIC

2022-08-07 Thread Marcus

Am 07.08.22 um 16:08 schrieb Matthias Seidel:

Damjan added the missing Tab function in 2015:

https://bz.apache.org/ooo/show_bug.cgi?id=19221#c9

It was done in trunk (4.2.0) at that time.

However it introduced a regression that was fixed now in trunk and AOO42X.

@Carl: Maybe you want to add a qa test for that function?

@All: Would it make sense to cherry-pick this for AOO41X?


is this the respective commit?

https://github.com/apache/openoffice/commit/09edc5ae9fb853902001b332819f1d7f468c4806


If so, when putting the comment changes beside, then it's just a single 
line. So, I think it's OK to merge it also into the 41X branch.


My 2 ct.

Marcus

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



Missing Tab function in OpenOffice BASIC

2022-08-07 Thread Matthias Seidel
Hi,

Damjan added the missing Tab function in 2015:

https://bz.apache.org/ooo/show_bug.cgi?id=19221#c9

It was done in trunk (4.2.0) at that time.

However it introduced a regression that was fixed now in trunk and AOO42X.

@Carl: Maybe you want to add a qa test for that function?

@All: Would it make sense to cherry-pick this for AOO41X?

Regards,

   Matthias




smime.p7s
Description: S/MIME Cryptographic Signature


Re: Can't find boostrap when building

2022-08-07 Thread Matthias Seidel
Am 07.08.22 um 12:04 schrieb Hao Wang:
> I did not give any configuration switches. Do I have to ?

Yes!

Maybe this can be of help:

https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO

>
> Bravo !
> Hao Wang
>
> 
> From: Matthias Seidel
> Sent: Sunday, August 7, 2022 4:21 AM
> To: dev@openoffice.apache.org; Hao Wang
> Subject: Re: Can't find boostrap when building
>
>
> Hi,
>
> Am 06.08.22 um 02:24 schrieb Hao Wang:
>
> I'm following the installation guide on the following page :
>
> https://github.com/apache/openoffice
> [https://opengraph.githubassets.com/4a6e17fa075361152ffc9a3f6215db3d728ef5ac31becb7849a37b9d6f1e9772/apache/openoffice]
> GitHub - apache/openoffice: Apache 
> OpenOffice
> Apache OpenOffice ®. The Apache OpenOffice project (AOO) provides a full 
> featured office productivity suite based on open standards. It is the 
> continuation of the OpenOffice.org project.
> github.com
>
> and I ran the following commands
>
>
> cd aoo/main
> autoconf
> ./configure
>
> Actually it is:
>
> cd aoo/main
> autoconf
> ./configure 
> ./bootstrap
> source *.Set.sh
> cd instsetoo_native
> build --all
>
>
>
> Can you please post your configure switches?
>
> Also, which OS are you trying to build AOO?
>
> Regards,
>
>Matthias
>
> But then I discovered there was no bootstrap file - there was only a 
> bootstrap.1 file, which after removal of .1 extension, still not working.
>
> Can anyone help me fix this problem ?
>
> Best Regards,
> Hao Wang
>
>
>
>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Can't find boostrap when building

2022-08-07 Thread Hao Wang
I did not give any configuration switches. Do I have to ?

Bravo !
Hao Wang


From: Matthias Seidel
Sent: Sunday, August 7, 2022 4:21 AM
To: dev@openoffice.apache.org; Hao Wang
Subject: Re: Can't find boostrap when building


Hi,

Am 06.08.22 um 02:24 schrieb Hao Wang:

I'm following the installation guide on the following page :

https://github.com/apache/openoffice
[https://opengraph.githubassets.com/4a6e17fa075361152ffc9a3f6215db3d728ef5ac31becb7849a37b9d6f1e9772/apache/openoffice]
GitHub - apache/openoffice: Apache 
OpenOffice
Apache OpenOffice ®. The Apache OpenOffice project (AOO) provides a full 
featured office productivity suite based on open standards. It is the 
continuation of the OpenOffice.org project.
github.com

and I ran the following commands


cd aoo/main
autoconf
./configure

Actually it is:

cd aoo/main
autoconf
./configure 
./bootstrap
source *.Set.sh
cd instsetoo_native
build --all



Can you please post your configure switches?

Also, which OS are you trying to build AOO?

Regards,

   Matthias

But then I discovered there was no bootstrap file - there was only a 
bootstrap.1 file, which after removal of .1 extension, still not working.

Can anyone help me fix this problem ?

Best Regards,
Hao Wang





Re: Can't find boostrap when building

2022-08-07 Thread Matthias Seidel
Hi,

Am 06.08.22 um 02:24 schrieb Hao Wang:
> I'm following the installation guide on the following page :
>
> https://github.com/apache/openoffice
> [https://opengraph.githubassets.com/4a6e17fa075361152ffc9a3f6215db3d728ef5ac31becb7849a37b9d6f1e9772/apache/openoffice]
> GitHub - apache/openoffice: Apache 
> OpenOffice
> Apache OpenOffice ®. The Apache OpenOffice project (AOO) provides a full 
> featured office productivity suite based on open standards. It is the 
> continuation of the OpenOffice.org project.
> github.com
>
> and I ran the following commands
>
>
> cd aoo/main
> autoconf
> ./configure

Actually it is:

|cd aoo/main autoconf ./configure  ./bootstrap
source *.Set.sh cd instsetoo_native build --all |||

Can you please post your configure switches?

Also, which OS are you trying to build AOO?

Regards,

   Matthias

>
> But then I discovered there was no bootstrap file - there was only a 
> bootstrap.1 file, which after removal of .1 extension, still not working.
>
> Can anyone help me fix this problem ?
>
> Best Regards,
> Hao Wang
>
>


smime.p7s
Description: S/MIME Cryptographic Signature