Re: [dev] Patch is waiting review for >6 motnh - Issue 35579 (Calc).

2009-02-09 Thread Niklas Nebel

On 02/09/09 21:16, Kirill Palagin wrote:

Niklas Nebel пишет:
As you can see from the issue, this is not a patch that got no 
attention, but it went through several iterations of review and 
changes already. There is of course a limit of how much effort we can 
put into a single issue.


If someone else wants to take a look at the latest patch and point out 
remaining problems, that would be very welcome.



So this issue was silently abandoned 7 month ago?


It's an open issue, with some work already done. And I'm serious about 
the "welcome" part.



Is issue 5550 abandoned too?


That one should find its way into 3.2.

Niklas

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



Re: [dev] XUnoTunnel

2009-02-09 Thread Oliver Specht - Sun Germany - ham02 - Hamburg

Am 02/09/09 15:21, cguer...@yahoo.com schrieb:

Hi,

I am developping an extension for which I would like to add some fields in a TextDocument. I have 
built the Java class that supports all the interfaces and services that are documented in the Dev 
Guide for a XTextField. But when I try to insertTextContent, I receive an error "Object does 
not support XUnoTunnel" or something similar. I do not see how I should implement the 
"getSomething" method in Java, not to mention that the Dev Guide discourage using this 
interface.
Does anyone have an idea how I could implement my text field or should I 
envisage to rework the OO code that deals with text fields to get rid of the 
XUnoTunnel (to be honest, it seems to me that it would be a hard work and I'm 
not sure to be able to do this!)?

  

Hi,
Writer doesnt support external text content. Even if you would implement 
XUnoTunnel it wouldnt work. The tunnel is used to detect the internal 
implementation types.


Regards,
Oliver

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



Re: [dev] cvs co -r DEV300_m2 swext

2009-02-09 Thread Nguyen Vu Hung
2009/2/9 tora - Takamichi Akiyama 
>
> Nguyen Vu Hung wrote:
>>
>> 1. svn checkout http://svn.services.openoffice.org/ooo/tags/DEV300_m40
>
>> 3. Now I run dmake and I get an error:
>> make[1]: Leaving directory `/var/www/home/ooo.src/DEV300_m40/dmake'
>> make: Leaving directory `/var/www/home/ooo.src/DEV300_m40/dmake'
>> Checking module list
>> dmake:  Error code 155, while making 'check_modules'
>> Finished dmake
>
> Could you try "dmake -v" to find out what command dmake had invoked and
> got the error code 155?
>
> The error code 155 could be a value returned by the command that dmake
> had invoked or a value that dmake got through wait() system call or an
> equivalent.
I've tried with another setting, and I still got error:

http://aoclife.ddo.jp/~vuhung/foss/src/ooo.src/DEV300_m41/vh-config.5.sh

http://aoclife.ddo.jp/~vuhung/foss/src/ooo.src/DEV300_m41/err.2009-02-10-001.log
Checking module list
dmake:  Error code 155, while making 'check_modules

[vuh...@aoclife DEV300_m41]$ rpm -qa | grep ^perl
perl-DBI-1.52-1.fc6
perl-Digest-SHA1-2.11-1.2.1
perl-Socket6-0.19-3.fc6
perl-String-CRC32-1.4-2.fc6
perl-Compress-Zlib-1.42-1.fc6
perl-Digest-HMAC-1.01-15
perl-Net-SSLeay-1.30-4.fc6
perl-Net-DNS-0.59-3.el5
perl-IO-Zlib-1.04-4.2.1
perl-Net-IP-1.25-2.fc6
perl-libwww-perl-5.805-1.1.1
perl-5.8.8-15.el5_2.1
perl-NKF-2.07-1.1.fc6
perl-HTML-Parser-3.55-1.fc6
perl-IO-Socket-INET6-2.51-2.fc6
perl-IO-Socket-SSL-1.01-1.fc6
perl-HTML-Tagset-3.10-2.1.1
perl-URI-1.35-3
perl-DBD-MySQL-3.0007-1.fc6
perl-Archive-Tar-1.30-1.fc6
[vuh...@aoclife DEV300_m41]$ cat /etc/redhat-release
CentOS release 5.2 (Final)
[vuh...@aoclife DEV300_m41]$ gcc --version | grep GCC
gcc (GCC) 4.1.2 20071124 (Red Hat 4.1.2-42)

[vuh...@aoclife DEV300_m41]$  cd $SRC_ROOT/instsetoo_native/prj
[vuh...@aoclife prj]$  perl $SRC_ROOT/solenv/bin/build.pl --checkmodules
build -- version: -

Fetching dependencies for module afms from solver... failed
Fetching dependencies for module basegfx from solver... failed
Fetching dependencies for module basebmp from solver... failed
Fetching dependencies for module apple_remote from solver... failed
Fetching dependencies for module basic from solver... failed
Fetching dependencies for module avmedia from solver... failed
Fetching dependencies for module agg from solver... failed
Fetching dependencies for module animations from solver... failed
Fetching dependencies for module berkeleydb from solver... failed
Fetching dependencies for module autodoc from solver... failed
Fetching dependencies for module automation from solver... failed
Fetching dependencies for module binfilter from solver... failed
Fetching dependencies for module basctl from solver... failed
Fetching dependencies for module bean from solver... failed
Fetching dependencies for module accessibility from solver... failed
Fetching dependencies for module beanshell from solver... failed


WARNING! Project(s):
accessibility
basic
agg
autodoc
animations
afms
binfilter
apple_remote
beanshell
basebmp
automation
avmedia
basegfx
bean
basctl
berkeleydb

not found and couldn't be built. Dependencies on that module(s)
ignored. Maybe you should correct build lists.

rmdir /tmp/12142
[vuh...@aoclife prj]$ uname -a
Linux aoclife.ddo.jp 2.6.18-53.1.13.el5 #1 SMP Tue Feb 12 13:01:45 EST
2008 i686 i686 i386 GNU/Linux

> I suspect that with your build environment,
>  cd $SRC_ROOT/instsetoo_native/prj
>  perl $SRC_ROOT/solenv/bin/build.pl --checkmodules
>  echo $?
> would result in failure with the error code 155, which is probably caused
> by something missing around Perl.
See agove.



--
Best Regards,
Nguyen Hung Vu [aka: NVH] ( in Vietnamese: Nguyễn Vũ Hưng )
vuhung16plus{remo...@gmail.dot.com , YIM: vuhung16 , Skype: vuhung16dg
A brief profile: http://www.hn.is.uec.ac.jp/~vuhung/Nguyen.Vu.Hung.html

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



Re: [dev] Patch is waiting review for >6 motnh - Issue 35579 (Calc).

2009-02-09 Thread Kirill Palagin

Niklas Nebel пишет:

On 02/07/09 19:22, Kirill Palagin wrote:

Dear developers,
please review and comment on latest patch in voted 
http://www.openoffice.org/issues/show_bug.cgi?id=35579.


As you can see from the issue, this is not a patch that got no 
attention, but it went through several iterations of review and 
changes already. There is of course a limit of how much effort we can 
put into a single issue.


If someone else wants to take a look at the latest patch and point out 
remaining problems, that would be very welcome.



So this issue was silently abandoned 7 month ago?
Is issue 5550 abandoned too?

KP.

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



Re: [dev] cvs co -r DEV300_m2 swext

2009-02-09 Thread Nguyen Vu Hung
2009/2/10 Rene Engelhard :
> Hi,
>
> tora - Takamichi Akiyama wrote:
>> By the way, why don't you use DEV300_m41 source tar balls released by the
>> release engineering team, available at the OpenOffice.org mirror network?
>
> Because when he wants 3.1 he should not take m41 which already is on the
> way to 3.2?
Yes, it is my intention.


-- 
Best Regards,
Nguyen Hung Vu [aka: NVH] ( in Vietnamese: Nguyễn Vũ Hưng )
vuhung16plus{remo...@gmail.dot.com , YIM: vuhung16 , Skype: vuhung16dg
A brief profile: http://www.hn.is.uec.ac.jp/~vuhung/Nguyen.Vu.Hung.html

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



Re: [dev] cvs co -r DEV300_m2 swext

2009-02-09 Thread Rene Engelhard
Hi,

tora - Takamichi Akiyama wrote:
> By the way, why don't you use DEV300_m41 source tar balls released by the
> release engineering team, available at the OpenOffice.org mirror network?

Because when he wants 3.1 he should not take m41 which already is on the
way to 3.2?

Regards,

Rene

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



Re: [dev] cvs co -r DEV300_m2 swext

2009-02-09 Thread Nguyen Vu Hung
2009/2/9 tora - Takamichi Akiyama :
> Nguyen Vu Hung wrote:
>>
>> 1. svn checkout http://svn.services.openoffice.org/ooo/tags/DEV300_m40
>
>> 3. Now I run dmake and I get an error:
>> make[1]: Leaving directory `/var/www/home/ooo.src/DEV300_m40/dmake'
>> make: Leaving directory `/var/www/home/ooo.src/DEV300_m40/dmake'
>> Checking module list
>> dmake:  Error code 155, while making 'check_modules'
>> Finished dmake
>
> Could you try "dmake -v" to find out what command dmake had invoked and
> got the error code 155?
~/bin/dmake -> version 4.11
I downloaded and installed it from openoffice's website.

> I suspect that with your build environment,
>  cd $SRC_ROOT/instsetoo_native/prj
>  perl $SRC_ROOT/solenv/bin/build.pl --checkmodules
>  echo $?
> would result in failure with the error code 155, which is probably caused
> by something missing around Perl.

I am using CentOs 5.2, kernel 2.6.18-53 on x86, Perl version,
according to rpm -qi, is 5.8.8,
but I've been playing with cpan so I think probably my Perl's
environment is messed up.
But I don't know how to "clean" Perl, yet.

Please take a look at the end of the log file:
http://aoclife.ddo.jp/~vuhung/foss/src/ooo.src/DEV300_m40/error.2009-02-10.002.log

Another point: How to properly install ant?

# Is this correct?
# cd /usr/local; tar xvjf apache-ant-1.7.1-bin.tar.bz2;
# ln -s apache-ant-1.7.1 ant; export ANT_HOME=/usr/local/ant?

I also notice that ./configure complain about the missing of
jakarta-ant but I thought
jakarta-ant is too old and I only need apache-ant-1.7.1.tar.bz2...

> By the way, why don't you use DEV300_m41 source tar balls released by the
> release engineering team, available at the OpenOffice.org mirror network?
I thought that m40 is the latest, but I will try DEV300_m41.



-- 
Best Regards,
Nguyen Hung Vu [aka: NVH] ( in Vietnamese: Nguyễn Vũ Hưng )
vuhung16plus{remo...@gmail.dot.com , YIM: vuhung16 , Skype: vuhung16dg
A brief profile: http://www.hn.is.uec.ac.jp/~vuhung/Nguyen.Vu.Hung.html

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



Re: [dev] Want to contribute

2009-02-09 Thread Elizabeth Matthis

Hi SG Guru Prasad,

Welcome!

For starters have a look at:
http://contributing.openoffice.org/programming.html

http://wiki.services.openoffice.org/wiki/BugBountyProgram/Issues

http://wiki.services.openoffice.org/wiki/Extensions_development#Ideas


HTH get you started.

Liz

On 02/08/09 13:59, SG Guru Prasad wrote:

Hi,
I'm a Govt Official.
I want to contribute.
I'm MSc in Computer Science.
I can program in C.
Pl tell me how?
Regards.
- SG Guru Prasad
  Bangalore
  India

  


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



[dev] XUnoTunnel

2009-02-09 Thread cguerber
Hi,

I am developping an extension for which I would like to add some fields in a 
TextDocument. I have built the Java class that supports all the interfaces and 
services that are documented in the Dev Guide for a XTextField. But when I try 
to insertTextContent, I receive an error "Object does not support XUnoTunnel" 
or something similar. I do not see how I should implement the "getSomething" 
method in Java, not to mention that the Dev Guide discourage using this 
interface.
Does anyone have an idea how I could implement my text field or should I 
envisage to rework the OO code that deals with text fields to get rid of the 
XUnoTunnel (to be honest, it seems to me that it would be a hard work and I'm 
not sure to be able to do this!)?

Thx,
Christophe


  
__
Ne pleurez pas si votre Webmail ferme ! Récupérez votre historique sur Yahoo! 
Mail ! http://fr.docs.yahoo.com/mail/transfert_mails.html

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



Re: [dev] cvs co -r DEV300_m2 swext

2009-02-09 Thread tora - Takamichi Akiyama

Nguyen Vu Hung wrote:

1. svn checkout http://svn.services.openoffice.org/ooo/tags/DEV300_m40



3. Now I run dmake and I get an error:
make[1]: Leaving directory `/var/www/home/ooo.src/DEV300_m40/dmake'
make: Leaving directory `/var/www/home/ooo.src/DEV300_m40/dmake'
Checking module list
dmake:  Error code 155, while making 'check_modules'
Finished dmake


Could you try "dmake -v" to find out what command dmake had invoked and
got the error code 155?

The error code 155 could be a value returned by the command that dmake
had invoked or a value that dmake got through wait() system call or an
equivalent.

See http://svn.services.openoffice.org/ooo/tags/DEV300_m40/dmake/sysintf.c
and look for a text "Error code" and then
http://svn.services.openoffice.org/ooo/tags/DEV300_m40/dmake/unix/runargv.c

I suspect that with your build environment,
 cd $SRC_ROOT/instsetoo_native/prj
 perl $SRC_ROOT/solenv/bin/build.pl --checkmodules
 echo $?
would result in failure with the error code 155, which is probably caused
by something missing around Perl.

In the next time, please show us what operating system and its version
on which you have been working?

e.g. Fedora has /etc/redhat-release; Solaris has /etc/release;
And most UNIX variants have a "dmesg" command that prints
"Linux version 2.6.xx.x-." like that.

If the code came from wait() system call, its meaning depends on your
operating system. Consult "man -s 2 wait" or things like that and find
corresponding header files such as /usr/include/sys/wait.h and files
that wait.h includes and look for relevant macros and/or definitions
that help a user determine what happened with the command that dmake
had invoked and got an error.

perl -e 'printf "%08b\n", 155' converts 115 into 10011011 in binary.
The 8th bit from right has been set to 1, which maybe, ... but it
depends on your system.

By the way, why don't you use DEV300_m41 source tar balls released by the
release engineering team, available at the OpenOffice.org mirror network?

Regards,
Tora

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



Re: [dev] function formulas / source code

2009-02-09 Thread Niklas Nebel

On 02/08/09 07:46, Anibal Pacheco wrote:
I'm looking since 2 days how to reach the formulas (or the source code) 
of the functions like PMT or any one in calc.
I have to write them in javascript to translate an spreadsheet into HTML 
for a client that asked this to me.

And I can't find such code / formula. Do you know where can I find them?


Built-in functions are in sc/source/core/tool/interpr*.cxx, see 
http://wiki.services.openoffice.org/wiki/Calc/Implementation/Spreadsheet_Functions 
for more details.


Some add-in functions are in scaddins/source/analysis.

More general information, sometimes including formulas, is available in 
the ODF Formula specification, see 
http://www.oasis-open.org/committees/documents.php?wg_abbrev=office-formula.


Niklas

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



[dev] cvs co -r DEV300_m2 swext

2009-02-09 Thread Nguyen Vu Hung
Hi *,

I did the followings:

1. svn checkout http://svn.services.openoffice.org/ooo/tags/DEV300_m40
2. And setup lots of stuffs above the stop 2.3 written in
http://wiki.services.openoffice.org/wiki/Building_OpenOffice.org#Hints
3. Now I run dmake and I get an error:

make[1]: Leaving directory `/var/www/home/ooo.src/DEV300_m40/dmake'
make: Leaving directory `/var/www/home/ooo.src/DEV300_m40/dmake'
Checking module list
dmake:  Error code 155, while making 'check_modules'
Finished dmake

4. http://wiki.services.openoffice.org/wiki/Building_OpenOffice.org#Hints
hints me that I have to run:

   cvs co -r DEV300_m2 swext

  but wait, this is svn, not cvs.
  I suppose that the document was written in the age of cvs and it has
not been updated.

5. Question: How can I get rid of this error? How can I get a "good" swext?

Here is the script file I use to build:

http://aoclife.ddo.jp/~vuhung/foss/src/ooo.src/DEV300_m40/vh-config.5.sh


-- 
Best Regards,
Nguyen Hung Vu [aka: NVH] ( in Vietnamese: Nguyễn Vũ Hưng )
vuhung16plus{remo...@gmail.dot.com , YIM: vuhung16 , Skype: vuhung16dg
A brief profile: http://www.hn.is.uec.ac.jp/~vuhung/Nguyen.Vu.Hung.html

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



[dev] Want to contribute

2009-02-09 Thread SG Guru Prasad
Hi,
I'm a Govt Official.
I want to contribute.
I'm MSc in Computer Science.
I can program in C.
Pl tell me how?
Regards.
- SG Guru Prasad
  Bangalore
  India


[dev] function formulas / source code

2009-02-09 Thread Anibal Pacheco

Hello list,
I'm looking since 2 days how to reach the formulas (or the source code) 
of the functions like PMT or any one in calc.
I have to write them in javascript to translate an spreadsheet into HTML 
for a client that asked this to me.

And I can't find such code / formula. Do you know where can I find them?

Many thanks and best regards.
Anibal.-

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



[dev] Update does not work

2009-02-09 Thread Holger Schulz
I run OO 3.0 on a MacOS X machine (MacOS X 10.5.6). Update does work.  
After downloading I try to install, but I get the message:


"Das Installationsprogramm konnte nicht gestartet werden. Bitte  
starten Sie download.php im Verzeichnis /Users/kuddel/Downloads/  
manuell."


It seems the downlaod went wrong, since "download.php" is obviously  
not the updater.


Could this be repaired?

By the way: How do I get rid of that update icon in the menu bar?

Thanks

hs

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



Re: [dev] Patch is waiting review for >6 motnh - Issue 35579 (Calc).

2009-02-09 Thread Niklas Nebel

On 02/07/09 19:22, Kirill Palagin wrote:

Dear developers,
please review and comment on latest patch in voted 
http://www.openoffice.org/issues/show_bug.cgi?id=35579.


As you can see from the issue, this is not a patch that got no 
attention, but it went through several iterations of review and changes 
already. There is of course a limit of how much effort we can put into a 
single issue.


If someone else wants to take a look at the latest patch and point out 
remaining problems, that would be very welcome.


Niklas

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