[dev] cant edit macros after delete some makros

2005-06-03 Thread Alexander Peters
Hello!
I deleted some makros in Calc with the Delete-Button, then i edited the 
module and added some new functions. 
After that, i want to test them but the new functions not in the Makrolist of 
my Module and the Button Edit is away too.
Then the real schock. One of my librarys are missing. I cant find a Lib which 
was there before i deleted some makros
(in a other lib). I use OpenOffice.org 1.9.104

Did someone have the some problem? I cant find anything in BugTracker.

Greetings
Alexander Peters


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



Re: [dev] Google Summer of Code

2005-06-03 Thread Stefan Taxhet

Hi,

Utomo wrote:

Why OOo not listed ? 
 
http://code.google.com/summerofcode.html


Take a second look :-)

We are glad that OpenOffice.org is one of the mentoring organizations.

If you have additional coding related ideas (and a mentor ready to 
support the idea) please contact your project lead.

http://development.openoffice.org/summerprojects.html

Greetings
Stefan

PS: Yes, we are working to get the link at Google's page corrected

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



[dev] HyperRenamer 5000 - copies ordered lists of files

2005-06-03 Thread konrad

Under this link:
http://www.hyperjump4.republika.pl/hr5000.zip
you will find a binary and a source code of a program
under the GNU GPL license. It is a very nice program
to maintain web sites. It creates .bat files, but it's
exceptionality lies in the facility that you can very simply
choose sets of files to copy. For example: If Carol,
Anne and Katherin have their sets of files, if you
properly configure the catalogue file, you can after
launching the program type: Ann Katherine and it will
make directories and copy only their files to destinations!
:))) Cool no? It comes in 2 language versions: Polish
(default) and English. It is designed to work with
the language projects templates, but I as well use it
for my site :))
Command line parameters:
-cat file.txt   // set catalogue file
-bat file.bat   // set output batch file
-wd ..// working directory
-l xx// language xx
-? // help
Hope those who find it useful will enjoy it :)
I would be happy with some localizations.

Konrad
[EMAIL PROTECTED]




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



[dev] Mac OS X problem with instsetoo_native

2005-06-03 Thread Gérald Fenoy


Hi all,
I try to build the 680_m104s1 cvs version of openoffice on my mac but I  
have experimented some problems :


	1) First of all, I have disabled the mozab driver from connectivity by  
removing this lines from build.lst :
cn	connectivity\source\drivers\mozab\mozillasrc	nmake	-   
	all	cn_mozab_mozillasrc cn_file NULL
cn	connectivity\source\drivers\mozab		nmake	-	all	cn_mozab  
cn_mozab_mozillasrc cn_dbtools NULL
And modify the scp2 file_library_ooo.scp file (I use this patch as  
source :  
http://eric.bachard.free.fr/mac/patches/SRC680/m64/patches/ 
connectivity/buildfix-disable-mozab.diff).


2) When I came to testtools I have this error :
[Java framework] The JRE specified by the bootstrap variable  
UNO_JAVA_JFW_JREHOME  or  UNO_JAVA_JFW_ENV_JREHOME  could not be  
recognized. Check the values and make sure that you use a plug-in  
library that can recognize that JRE.register component  
'file:///Volumes/UNTITLED/680_m104s1/sources/testtools/source/ 
bridgetest/../../unxmacxp.pro/class/testComponent.jar' in registry  
'../../unxmacxp.pro/lib/uno_services.rdb' failed!
error (RuntimeException): [JavaVirtualMachine]:An unexpected error  
occurred while starting Java!

using loader com.sun.star.loader.Java2
dmake:  Error code 1, while making  
'../../unxmacxp.pro/lib/uno_services.rdb'

dmake:  '../../unxmacxp.pro/lib/uno_services.rdb' removed.
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making  
/Volumes/UNTITLED/680_m104s1/sources/testtools/source/bridgetest

dmake:  Error code 1, while making 'build_all'
'---* tg_merge.mk *---'

So I remove this lines from the makefile.mk :
$(REGCOMP) -register  -br $(MISC)$/$(TARGET)$/bootstrap.rdb -r $@  
-c \
$(subst,$/,/  
$(FILEURLPREFIX)$(PWD)$/$(CLASSDIR)$/testComponent.jar) \

-classpath $(CLASSPATH)
then it compile.

But now it stop building on instsetoo_native, the first error was  
because of the well known problem with the msi installer, which is not  
realy needed when we compile oo on MacOSX I think, so I replace the cp  
-ua by a manual cp -r which seems to work as Ii want it to.

But now that problem is solved I get this error :

services.rdb can be created
Languages:
en-US

... checking required files ...
.. searching zip ...
Found: /usr/bin/zip
.. searching unzip ...
Found: /usr/bin/unzip
... analyzing ../util/openoffice.lst ...
... analyzing script:  
/Volumes/UNTITLED/680_m104s1/sources/solver/680/unxmacxp.pro/bin/ 
setup_osl.ins ...

... analyzing directories ...
... analyzing files ...
... analyzing scpactions ...
... analyzing shortcuts ...
... analyzing profile ...
... analyzing profileitems ...
... analyzing modules ...

... languages en-US ...
... analyzing files ...
... analyzing files with flag ARCHIVE ...
... analyzing files with flag SCPZIP_REPLACE ...
... analyzing files with flag PATCH_SO_NAME ...
... creating preregistered services.rdb ...
[Java framework] The JRE specified by the bootstrap variable  
UNO_JAVA_JFW_JREHOME  or  UNO_JAVA_JFW_ENV_JREHOME  could not be  
recognized. Check the values and make sure that you use a plug-in  
library that can recognize that JRE.javaldx failed!
[Java framework] The JRE specified by the bootstrap variable  
UNO_JAVA_JFW_JREHOME  or  UNO_JAVA_JFW_ENV_JREHOME  could not be  
recognized. Check the values and make sure that you use a plug-in  
library that can recognize that JRE.javaldx failed!

... cleaning the output tree ...
... removing directory  
/Volumes/UNTITLED/680_m104s1/sources/instsetoo_native/unxmacxp.pro/ 
OpenOffice/zipfiles/en-US ...
... removing directory  
/Volumes/UNTITLED/680_m104s1/sources/instsetoo_native/unxmacxp.pro/ 
OpenOffice/services.rdb/en-US_witherror_2 ...


**
ERROR: ERROR: Could not register all components!
in function: create_services_rdb
**

I give you the complete log file generated by this error. Hope that  
help.


So here is my question : is it possible to disable the registration of  
the problematic components from instsetoo_native ? And if it's possible  
how could I do this ?


Hope you help me.

In waiting your help, have a nice day.






Gérald Fenoy
!! GIS for gentoo'er !!
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] Mac OS X problem with instsetoo_native

2005-06-03 Thread Gérald Fenoy
The already commented log file (which has not been send in the last one 
 ).




Le 3 juin 05, à 12:45, Gérald Fenoy a écrit :



Hi all,
I try to build the 680_m104s1 cvs version of openoffice on my mac but  
I have experimented some problems :


	1) First of all, I have disabled the mozab driver from connectivity  
by removing this lines from build.lst :
cn	connectivity\source\drivers\mozab\mozillasrc	nmake	-   
	all	cn_mozab_mozillasrc cn_file NULL
cn	connectivity\source\drivers\mozab		nmake	-	all	cn_mozab  
cn_mozab_mozillasrc cn_dbtools NULL
And modify the scp2 file_library_ooo.scp file (I use this patch as  
source :  
http://eric.bachard.free.fr/mac/patches/SRC680/m64/patches/ 
connectivity/buildfix-disable-mozab.diff).


2) When I came to testtools I have this error :
[Java framework] The JRE specified by the bootstrap variable  
UNO_JAVA_JFW_JREHOME  or  UNO_JAVA_JFW_ENV_JREHOME  could not be  
recognized. Check the values and make sure that you use a plug-in  
library that can recognize that JRE.register component  
'file:///Volumes/UNTITLED/680_m104s1/sources/testtools/source/ 
bridgetest/../../unxmacxp.pro/class/testComponent.jar' in registry  
'../../unxmacxp.pro/lib/uno_services.rdb' failed!
error (RuntimeException): [JavaVirtualMachine]:An unexpected error  
occurred while starting Java!

using loader com.sun.star.loader.Java2
dmake:  Error code 1, while making  
'../../unxmacxp.pro/lib/uno_services.rdb'

dmake:  '../../unxmacxp.pro/lib/uno_services.rdb' removed.
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making  
/Volumes/UNTITLED/680_m104s1/sources/testtools/source/bridgetest

dmake:  Error code 1, while making 'build_all'
'---* tg_merge.mk *---'

So I remove this lines from the makefile.mk :
$(REGCOMP) -register  -br $(MISC)$/$(TARGET)$/bootstrap.rdb -r $@  
-c \
$(subst,$/,/  
$(FILEURLPREFIX)$(PWD)$/$(CLASSDIR)$/testComponent.jar) \

-classpath $(CLASSPATH)
then it compile.

But now it stop building on instsetoo_native, the first error was  
because of the well known problem with the msi installer, which is not  
realy needed when we compile oo on MacOSX I think, so I replace the cp  
-ua by a manual cp -r which seems to work as Ii want it to.

But now that problem is solved I get this error :

services.rdb can be created
Languages:
en-US

... checking required files ...
.. searching zip ...
Found: /usr/bin/zip
.. searching unzip ...
Found: /usr/bin/unzip
... analyzing ../util/openoffice.lst ...
... analyzing script:  
/Volumes/UNTITLED/680_m104s1/sources/solver/680/unxmacxp.pro/bin/ 
setup_osl.ins ...

... analyzing directories ...
... analyzing files ...
... analyzing scpactions ...
... analyzing shortcuts ...
... analyzing profile ...
... analyzing profileitems ...
... analyzing modules ...

... languages en-US ...
... analyzing files ...
... analyzing files with flag ARCHIVE ...
... analyzing files with flag SCPZIP_REPLACE ...
... analyzing files with flag PATCH_SO_NAME ...
... creating preregistered services.rdb ...
[Java framework] The JRE specified by the bootstrap variable  
UNO_JAVA_JFW_JREHOME  or  UNO_JAVA_JFW_ENV_JREHOME  could not be  
recognized. Check the values and make sure that you use a plug-in  
library that can recognize that JRE.javaldx failed!
[Java framework] The JRE specified by the bootstrap variable  
UNO_JAVA_JFW_JREHOME  or  UNO_JAVA_JFW_ENV_JREHOME  could not be  
recognized. Check the values and make sure that you use a plug-in  
library that can recognize that JRE.javaldx failed!

... cleaning the output tree ...
... removing directory  
/Volumes/UNTITLED/680_m104s1/sources/instsetoo_native/unxmacxp.pro/ 
OpenOffice/zipfiles/en-US ...
... removing directory  
/Volumes/UNTITLED/680_m104s1/sources/instsetoo_native/unxmacxp.pro/ 
OpenOffice/services.rdb/en-US_witherror_2 ...


**
ERROR: ERROR: Could not register all components!
in function: create_services_rdb
**

I give you the complete log file generated by this error. Hope that  
help.


So here is my question : is it possible to disable the registration of  
the problematic components from instsetoo_native ? And if it's  
possible how could I do this ?


Hope you help me.

In waiting your help, have a nice day.





Gérald Fenoy
!! GIS for gentoo'er !!
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Gérald Fenoy
!! GIS for gentoo'er !!

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

RE: [dev] Google Summer of Code

2005-06-03 Thread Utomo
Wow Thanks for the info. 
I hope we can have the link to this summer of code from Ooo Front page too.
And lets promote the Ooo-Google summer of code in some discussion forum,
etc.  

Regarding the ideas, what about New issue which is requirements ? 
http://makeashorterlink.com/?Y2B64113B

 
Thanks

-Original Message-
From: Stefan Taxhet [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 03, 2005 5:25 PM
To: dev@openoffice.org
Subject: Re: [dev] Google Summer of Code

Hi,

Utomo wrote:

 Why OOo not listed ? 
  
 http://code.google.com/summerofcode.html

Take a second look :-)

We are glad that OpenOffice.org is one of the mentoring organizations.

If you have additional coding related ideas (and a mentor ready to support
the idea) please contact your project lead.
http://development.openoffice.org/summerprojects.html

Greetings
Stefan

PS: Yes, we are working to get the link at Google's page corrected

-
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: [dev] scp12 problem

2005-06-03 Thread Gérald Fenoy

Hi,
I had this error in the past, you could solve this by using the mozilla 
option from configure : --with-mozilla .  But you also need to have the 
mozilla source or a precompiled one ... :/
I'm a n00b in the compilation mechanism of openoffice so if I say 
something wrong thank to inform me :)


Have a nice day.

Le 2 juin 05, à 21:47, Pavel Janík a écrit :


   From: Ken Foskey [EMAIL PROTECTED]
   Date: Thu, 02 Jun 2005 23:01:14 +1000


/data/office/scp2/util
--
Making: ../unxlngi6.pro/bin/osl/setup_osl.ins
/usr/bin/perl /data/office/solenv/bin/par2script.pl
-i ../unxlngi6.pro/par,/data/office/solver/680/unxlngi6.pro/par
@@/tmp/mksrEWop -o ../unxlngi6.pro/bin/osl/setup_osl.ins

par2script
-i ../unxlngi6.pro/par,/data/office/solver/680/unxlngi6.pro/par
@@/tmp/mksrEWop -o ../unxlngi6.pro/bin/osl/setup_osl.ins
ERROR: Could not include definition block. Found no definition of
gid_File_Lib_LibXMLSec_xmlseccore!
dmake:  Error code 255, while making
'../unxlngi6.pro/bin/osl/setup_osl.ins'
'---* tg_merge.mk *---'


I do not see it, but someone else had seen it in the past:

http://www.openoffice.org/servlets/ReadMsg?listName=usersmsgNo=93751
--
Pavel Janík

Now I understand why Linux comes with the who am I command ;)
  -- Hubert Mantel

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



Gérald Fenoy
!! GIS for gentoo'er !!


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



[dev] Macro disabled when document opened with LoadComponentFromURL (bug?)

2005-06-03 Thread Maxime Thieu

Hello all,

I have a little problem:

I have a document 'B' which countains a macro
I want to open document 'B'  form another document with a macro (with 
the function LoadComponentURL).


It works fine (the doc is opened), but the macro in document 'B' is 
disabled... (and I am not asked for enabling macro when the doc 'B' is 
automatically opened...)


Is it a bug ?

thanks in advance,

Maxime Thieu

PS: I am using the 1.9.104 version...

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



Re: [dev] Mac OS X problem with instsetoo_native

2005-06-03 Thread eric.bachard

Hi,

I think this is not the good list, and I invite you to continue on 
dev@porting.openoffice.org , better list for Mac OSX port  ;-)



Gérald Fenoy a écrit :


Hi all,
I try to build the 680_m104s1 cvs version of openoffice on my mac but I  
have experimented some problems :




[... cut ... ]

cnconnectivity\source\drivers\mozabnmake-all
cn_mozab  cn_mozab_mozillasrc cn_dbtools NULL
And modify the scp2 file_library_ooo.scp file (I use this patch as  
source :  http://eric.bachard.free.fr/mac/patches/SRC680/m64/patches/ 
connectivity/buildfix-disable-mozab.diff).



Uff ...m64 ?  This patch is really out of date, please don't use it for 
m104.




2) When I came to testtools I have this error :
[Java framework] The JRE specified by the bootstrap variable  
UNO_JAVA_JFW_JREHOME  or  UNO_JAVA_JFW_ENV_JREHOME  could not be  
recognized. Check the values and make sure that you use a plug-in  
library that can recognize that JRE.register component  
'file:///Volumes/UNTITLED/680_m104s1/sources/testtools/source/ 
bridgetest/../../unxmacxp.pro/class/testComponent.jar' in registry  
'../../unxmacxp.pro/lib/uno_services.rdb' failed!



javaldx failed  : are you using Panther, Tiger ?  and which j2sdk 
version is installed ?


Strange, looks like you have j2sdk1.3.1 installed... and OOo *won't 
build with 1.3.1* iven if it is written in the specs.



ERROR: Error 65280 occurred while making  
/Volumes/UNTITLED/680_m104s1/sources/testtools/source/bridgetest

dmake:  Error code 1, while making 'build_all'
'---* tg_merge.mk *---'

So I remove this lines from the makefile.mk :
$(REGCOMP) -register  -br $(MISC)$/$(TARGET)$/bootstrap.rdb -r $@  -c \
$(subst,$/,/  
$(FILEURLPREFIX)$(PWD)$/$(CLASSDIR)$/testComponent.jar) \

-classpath $(CLASSPATH)
then it compile.


No, please, don't remove this line : if the build breaks, there's 
another *good* reason, you can believe me.






But now it stop building on instsetoo_native, the first error was  
because of the well known problem with the msi installer, which is not  
realy needed when we compile oo on MacOSX I think, so I replace the cp  
-ua by a manual cp -r which seems to work as Ii want it to.


Yes, you have to install fink cp and usr --with-gnu-copy=/bin/cp for 
configure


[Java framework] The JRE specified by the bootstrap variable  
UNO_JAVA_JFW_JREHOME  or  UNO_JAVA_JFW_ENV_JREHOME  could not be  
recognized. Check the values and make sure that you use a plug-in  
library that can recognize that JRE.javaldx failed!


Your hack is only a hack :-)

The solution consists simply to find why the build breaks.



I give you the complete log file generated by this error. Hope that  help.


Can you give us more information about your configuration, please ?

- Mac OSX version
- j2sdk version
- gcc
- fink or darwinport ?

And, important : copy the content of  config_office/config.parms file
Everything  on dev@porting.openoffice.org list ;-)


Regards,
eric bachard

--
[EMAIL PROTECTED]
Francophone OpenOffice.org Commmunity developer (Linux PPC /  Mac OS X / 
X11)

See : http://fr.openoffice.org


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



Re: [dev] Google Summer of Code

2005-06-03 Thread Daniel Naber
On Friday 03 June 2005 12:24, Stefan Taxhet wrote:

  http://code.google.com/summerofcode.html

 Take a second look :-)

 We are glad that OpenOffice.org is one of the mentoring organizations.

I think not all jobs on the linked TODO list are still up-to-date, e.g.

-Help to further design and refine the new thesaurus code taking, which is 
very rudimentary at best. The thesaurus had big improvements for OOo 2.0. 
Not that it cannot be improved further, but not appropriate as a serious 
project someone gets paid $$$ for.

-Complete revamping and updating of the en_US dictionary. Someone has 
just posted a new dictionary (#47636), we just need to find someone to 
commit it...

Kevin, maybe these jobs should be removed/reworded?

Regards
 Daniel

-- 
http://www.danielnaber.de

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



Re: [dev] Google Summer of Code

2005-06-03 Thread Kohei Yoshida
On 6/3/05, Daniel Naber [EMAIL PROTECTED] wrote:
 On Friday 03 June 2005 12:24, Stefan Taxhet wrote:
 
   http://code.google.com/summerofcode.html
 
  Take a second look :-)
 
  We are glad that OpenOffice.org is one of the mentoring organizations.
 
 I think not all jobs on the linked TODO list are still up-to-date, e.g.
 

Also, I'm actively working on the Solver component for Calc.  So, the
wording in the corresponding part of the TO-DO list should IMHO be
changed to indicate that at least someone is actively involved in it. 
(No code yet, but I'm coming close to releasing a first base
implementation in a few months time...).

Kohei

-- 
Kohei Yoshida
OpenOffice.org Calc contributor
http://kohei.us/

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



[dev] Show Draw Functions icon

2005-06-03 Thread Joe Marks
 I am trying to find the file for the icon Show Draw
Functions.  In 1.9.104, It is not in the unzipped
image folder res that shows all the other image used
for OpenOffice.  In what file is the Show
Draw Functions icon?







__ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail

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



Re: [dev] Macro disabled when document opened with LoadComponentFromURL (bug?)

2005-06-03 Thread Mathias Bauer
Maxime Thieu wrote:
 Hello all,
 
 I have a little problem:
 
 I have a document 'B' which countains a macro
 I want to open document 'B'  form another document with a macro (with 
 the function LoadComponentURL).
 
 It works fine (the doc is opened), but the macro in document 'B' is 
 disabled... (and I am not asked for enabling macro when the doc 'B' is 
 automatically opened...)
 
 Is it a bug ?

Answered in [EMAIL PROTECTED] Next time please choose only one
list. ;-)

Best regards,
Mathias

-- 
Mathias Bauer - OpenOffice.org Application Framework Project Lead
Please reply to the list only, [EMAIL PROTECTED] is a spam sink.


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



Re: [dev] Google Summer of Code

2005-06-03 Thread Vy Ho




Take a second look :-)



Thanks, but this link at http://code.google.com/summerofcode.html

http://code.google.com/http;//openoffice.com

Does not seem to be a valid link.


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