Re: [dev] I want to contribute

2006-04-19 Thread Laurent Godard

Hi

thanks for your proposal

you can have a first look at ooo internals through the starter guide
http://wiki.services.openoffice.org/wiki/Main_Page

moreover, contributing can be done through Extensions, requiring less 
knowledge about OOo internals and a good way to start with the API

http://wiki.services.openoffice.org/wiki/Extensions

as alreadysuggested, grab an enhancement from IZ and start to talk
about it on the dedicated project list
(eg : 
http://qa.openoffice.org/issues/buglist.cgi?issue_type=ENHANCEMENTissue_status=NEWissue_status=STARTEDissue_status=REOPENEDemail1=emailtype1=exactemailassigned_to1=1email2=emailtype2=exactemailreporter2=1issueidtype=includeissue_id=changedin=votes=chfieldfrom=chfieldto=Nowchfieldvalue=short_desc=short_desc_type=substringlong_desc=long_desc_type=substringissue_file_loc=issue_file_loc_type=substringstatus_whiteboard=status_whiteboard_type=substringkeywords=keywords_type=anytokensfield0-0-0=nooptype0-0-0=noopvalue0-0-0=cmdtype=doitorder=Reuse+same+sort+as+last+timeSubmit+query=Submit+query 
)


Feel free to ask for more questions

Laurent

--
Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org
Indesko  http://www.indesko.com
Nuxeo CPS  http://www.nuxeo.com - http://www.cps-project.org
Livre Programmation OpenOffice.org, Eyrolles 2004

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



Re: [dev] scripted multiplatform .doc to .html conversion

2006-04-19 Thread Tom Schindl
Hi,

there's a fully functional codesnippet available which does show how
document-conversion can happen.

http://codesnippets.services.openoffice.org/Office/Office.ConvertDocuments.snip

If you are running this from a J2EE application you need to take into
consideration that ***one*** OO-Instance can not deal with multiple
request at the same time, so must:
- serialize access to OO
- create a pool of instances you connect to and serialize access to them

Tom

Kirk Israel wrote:
 This project got backburnered but is now coming up again, the concept of
 integrating OOo's doc to HTML conversion as seamlessly as possible into an
 exisint J2EE application.
 
 My understanding is that OOo must be present (copied to, but not necceaarily
 installed, baed on Mathias' previous comments. At that point, it should be
 fairly easy to go through with the UNO libraries...is that about the size of
 it? Am I missing anything, or are there any resources that might make this
 easier?
 
 Thanks,
 Kirk
 




Re: [dev] Creating a listener for Cell Data change in OpenOffice calc.

2006-04-19 Thread Sathya C
Hi,
  Is there a way to know which cell in the range was modified?

Thanks  Regards,
-Sathya

On 4/18/06, Niklas Nebel [EMAIL PROTECTED] wrote:

 Sathya C wrote:
I am writing an add-in for OpenOffice Calc. I want my program to get
  notified when something is entered into a the spreadsheet cell or the
 data
  has been modified in the data cell. Can you please advice me which
 Listener
  I should be using. I tried using XEventListener and
  XActivationEventListener. But none of these interfaces are delivering me
 the
  events when the datacell change occurs.

 Use the XModifyBroadcaster interface of the cell or cell range you want
 to observe.

 Niklas

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




Re: [dev] Draw ideas

2006-04-19 Thread Mathias Bauer
Werner Schulte wrote:

 In can create the layered figure, name the single objects and find that
 objects in the content.xml file,
 which can be extracted from my application easy. The only thing I am
 missing is the fact, that I would
 need to add some kind of meta data to each object, which can be used for
 filtering during runtime.
 
 Whould that be a big goal to implement that, e.g. provide a
 Object-MetaData context menu and allow
 to fill in one or more meta information fields, which then are stored
 into the odg file ?

Meta data in ODF files is stored in the meta.xml stream, in a
simplified description they are name/value pairs. Since OOo2.0 you can
add your own meta data to this stream with arbitrary names and a wide
range of possible types.

So a possible way to implement your feature is using the object name as
 a namespace and use objectname.dataname as the names of your meta
data properties. There is a simple API to add, set and retrieve such
data, of course it is a little bit cumbersome to retrieve all meta data
for only one object.

You can use Basic or Java to create a dialog working with this meta data.

So this is a way how it could be done, but maybe there is a better or
smarter one. In case you don't get further answers here please try the
dev@graphics.openoffice.org mailing list because that's the place where
the Draw specialists can be met with a higher probability than here.

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] OOo and problem with UIDs...

2006-04-19 Thread Mathias Bauer
marekjs wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
  
 Hello.
 I've very weird problem:
 Sometimes, my OOo locks. When I try to start soffice, swriter I
 can't: some seconds mixing my HDD and silence.
 Well. I change the user id (UID) to different - it's start normally.
 But, when I try the previous UID - I can't start OOo again.
 I've locked 2 UIDs from OOo. It's good to have lot of UIDs into the
 linux, but it isn't the good way to change every time UIDs to start OOo.
 
 Any suggestion?

Perhaps you can try to log what OOo is doing before it locks?

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] Implementing Document Restrictions in Star Office and Open Office

2006-04-19 Thread Mathias Bauer
Hi Valden,

Valden Longhurst wrote:

 After talking with Malte Timmermann from Sun, he mentioned I might want 
 to bring my ideas to this group.  Is this the correct group for this idea?
 
 Attached is a PDF on how we can use both symmetric and asymmetric 
 encryption--WITHOUT using a Rights Management or Licensing server to 
 enforce business-justified document restrictions.  My possible solution 
 involves what is called the digital envelope or cryptolope.

Unfortunately the PDF didn't make it because attachments are stripped on
the server. Perhaps you have some web space at hand where you can put it
and post a link?

In case you don't have some you can send me the PDF (please use my Sun
e-mail address: [EMAIL PROTECTED]) and I will deposit it somewhere
on the OOo pages to give us a start for discussions.

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] I want to contribute

2006-04-19 Thread Mathias Bauer
James Courtier-Dutton wrote:

 For example, when one compares two documents, all the changes in the 
 text are highlighted, except text inside tables. It is probably there by 
 design at the moment, but it is a little inconsistent. Having OO 
 highlight changes in the contents of tables would be a welcome addition.

I wouldn't start with this one. ;-)
It's a little bit hairy.

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] Implementing Document Restrictions in Star Office and Open Office

2006-04-19 Thread Tom Schindl
Why not simply creating a Issue and attaching the document and posting
the IT-ID ;-)

To

Mathias Bauer wrote:
 Hi Valden,
 
 Valden Longhurst wrote:
 
 
After talking with Malte Timmermann from Sun, he mentioned I might want 
to bring my ideas to this group.  Is this the correct group for this idea?

Attached is a PDF on how we can use both symmetric and asymmetric 
encryption--WITHOUT using a Rights Management or Licensing server to 
enforce business-justified document restrictions.  My possible solution 
involves what is called the digital envelope or cryptolope.
 
 
 Unfortunately the PDF didn't make it because attachments are stripped on
 the server. Perhaps you have some web space at hand where you can put it
 and post a link?
 
 In case you don't have some you can send me the PDF (please use my Sun
 e-mail address: [EMAIL PROTECTED]) and I will deposit it somewhere
 on the OOo pages to give us a start for discussions.
 
 Best regards,
 Mathias
 



Re: [dev] Executable Memory

2006-04-19 Thread Stephan Bergmann

Stephan Bergmann wrote:

Matthias Huetsch wrote:


Hi Stephan,

sorry for jumping in late; see my comments inline...

Stephan Bergmann wrote On 03/17/06 15:59,:


[...]

Part of my motivation is the issue that you mentioned in the email 
that started this thread, i.e. issue 47132 (and its predecessor issue 
25250, that has been workarounded for OOo 1.1.1 as you described under 
your topic 1).


The primary motivation though is that I am currently fixing a couple 
of performance issues with the existing allocators (rtl_allocateMemory 
and class FixedMempool). To start with this, I wrote down a short list 
of requirements for allocators, and your issue is on that list, of 
course.


AFAIK bridges/cpp_uno is the only place where executable memory is 
needed. 




Yes, that's true. There are no other consumers of such an API right now.


Or are we about to fix the same issue simultaneously?




Yes, looks like we're doing some overlapping work here. More 
precisely, I'm going to offer the functionality that you need to fix 
your issue.


So, I guess we better start to coordinate our work here.



Matthias,

I'll take issue 47132 off of target 2.0.3 and postpone it until your 
changes to rtl/alloc are done---any idea what timeframe that will be?


...now fixed for 2.0.3, on CWS mhu12.


-Stephan


-Stephan



Matthias


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



Re: [dev] Creating a listener for Cell Data change in OpenOffice calc.

2006-04-19 Thread Niklas Nebel

Sathya C wrote:

  Is there a way to know which cell in the range was modified?


If you add the listener to a cell range or sheet, no, and you'll also be 
notified only once if several cells are modified at the same time. If 
you want to observe individual cells (and there's not too many of them), 
you can try adding a listener to each cell.


Niklas

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



[dev] Implementing Document Restrictions in Star Office and Open Office

2006-04-19 Thread Valden Longhurst

Second attempt because it seems the PDF didn't come through

After talking with Malte Timmermann from Sun, he mentioned I might want
to bring my ideas to this group.  Is this the correct group for this idea?

Attached are two OOo files on how we can use both symmetric and 
asymmetric encryption--WITHOUT using a Rights Management or Licensing 
server to enforce business-justified document restrictions.  My possible 
solution involves what is called the digital envelope or cryptolope.


Drawing.odg
Description: application/vnd.oasis.opendocument.graphics


Thoughts.odt
Description: application/vnd.oasis.opendocument.text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

[dev] Build error

2006-04-19 Thread Yoann Babel
Building on Debian Stable (Sarge) for the first time (I want to test VBA 
compat), I get this error after a while :


java -Xms256m -Xmx256m  
-Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl 
-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl 
-cp 
.:../../unxlngi4.pro/class:/usr/lib/java/jre/lib/rt.jar:.:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/xml-apis.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/xercesImpl.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/xt.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/xt-xmlsearch.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/unoil.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/ridl.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/jurt.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/jut.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/xmlsearch.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/xmlhelp.jar:/usr/share/java/libdb4.2-java.jar 
com.sun.star.help.HelpLinker @/tmp/mkIWdZ4H
Exception in thread main java.lang.UnsatisfiedLinkError: no 
db_java-4.2 in java.library.path

   at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
   at java.lang.Runtime.loadLibrary0(Runtime.java:822)
   at java.lang.System.loadLibrary(System.java:992)
   at com.sleepycat.db.db_javaJNI.clinit(db_javaJNI.java:38)
   at com.sleepycat.db.Db.init(Db.java)
   at com.sun.star.help.HelpLinker.link(HelpLinker.java:369)
   at com.sun.star.help.HelpLinker.main(HelpLinker.java:228)
dmake:  Error code 1, while making '../../unxlngi4.pro/bin/scalc_en-US.zip'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making 
/home/yoann/ooo.build/ooo-build/build/src680-m162/helpcontent2/util/scalc

make: *** [stamp/build] Erreur 1


any idea of what to do ?

Yoann

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



Re: [dev] Build error

2006-04-19 Thread Yoann Babel

Yoann Babel wrote:

Building on Debian Stable (Sarge) for the first time (I want to test 
VBA compat), I get this error after a while :


java -Xms256m -Xmx256m  
-Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl 
-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl 
-cp 
.:../../unxlngi4.pro/class:/usr/lib/java/jre/lib/rt.jar:.:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/xml-apis.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/xercesImpl.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/xt.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/xt-xmlsearch.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/unoil.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/ridl.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/jurt.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/jut.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/xmlsearch.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/xmlhelp.jar:/usr/share/java/libdb4.2-java.jar 
com.sun.star.help.HelpLinker @/tmp/mkIWdZ4H
Exception in thread main java.lang.UnsatisfiedLinkError: no 
db_java-4.2 in java.library.path

   at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
   at java.lang.Runtime.loadLibrary0(Runtime.java:822)
   at java.lang.System.loadLibrary(System.java:992)
   at com.sleepycat.db.db_javaJNI.clinit(db_javaJNI.java:38)
   at com.sleepycat.db.Db.init(Db.java)
   at com.sun.star.help.HelpLinker.link(HelpLinker.java:369)
   at com.sun.star.help.HelpLinker.main(HelpLinker.java:228)
dmake:  Error code 1, while making 
'../../unxlngi4.pro/bin/scalc_en-US.zip'

'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making 
/home/yoann/ooo.build/ooo-build/build/src680-m162/helpcontent2/util/scalc

make: *** [stamp/build] Erreur 1


any idea of what to do ?

Yoann

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

I've found the solution (from this link) : 
http://72.14.207.104/search?q=cache:GUJ0mQVdTvYJ:www.zeroc.com/vbulletin/showthread.php%3Ft%3D514++no+db_java-4.2+in+java.library.pathhl=frgl=frct=clnkcd=3lr=lang_en


so on my system I did :
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/staroffice8/program/
because I have another version on my system, of DB4.2, but it seems that 
they are not compatible :



locate libdb_java-4.2.so ==
/opt/staroffice8/program/libdb_java-4.2.so
/usr/lib/libdb_java-4.2.so

!


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



Re: [dev] Implementing Document Restrictions in Star Office and Open Office

2006-04-19 Thread Malte Timmermann
Valden,

I personally wouldn't implement access control.
Everybody can modify OOo and get rid of all security checks.

So the only thing I would do is encrypting the session key with users
public keys, so only certain people can open the document.

That is all you can guarantee!

Once somebody has access to the session key, you can't hinder him doing
with the document what he wants.

If you want rights management in an open source application, you need a
trusted platform, signed applications, and probably some rights
management server.

This is also true for closed source software, with the difference that
modifying close source software is much more difficult.

Malte.

PS: Some of my thoughts on this topic can be found here:
http://openmediacommons.org/workshop/presentations/Day1/3.Malte-OpenOffice.pdf




Valden Longhurst wrote:
 Second attempt because it seems the PDF didn't come through
 
 After talking with Malte Timmermann from Sun, he mentioned I might want
 to bring my ideas to this group.  Is this the correct group for this idea?
 
 Attached are two OOo files on how we can use both symmetric and 
 asymmetric encryption--WITHOUT using a Rights Management or Licensing 
 server to enforce business-justified document restrictions.  My possible 
 solution involves what is called the digital envelope or cryptolope.
 
 
 
 
 -
 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]



[dev] CP Hennessy: Winner, March Round Article Contest

2006-04-19 Thread Louis Suarez-Potts

All,

New Developer Article Contest Winner: CP Hennessy!

CP Hennessy has won the latest round of the contest with an excellent  
article on the citation facilities of OpenOffice.org. Titled,  
Current Implementation of the OpenOffice.org Bibliographic  
Component, the work examines the APIs available to the programmer  
to manipulate the citation data, and how these API calls actually map  
to real C++ classes in the OpenOffice.org source code.



Winners of the rolling competition (a new one started for April at  
the beginning of the month; deadline is end of April) receive US $750  
plus a lot of recognition and the satisfaction of knowing they are  
helping developers further OpenOffice.org.



About CP: The CTO of OpenApp.biz, a content and document management  
company using the features of OpenOffice.org, CP has been a longtime  
contributor to OpenOffice.org who has previously done valuable work  
helping users, developers, and the general community work better  
together. Congratulations CP!



You can find the article at

http://wiki.services.openoffice.org/wiki/ 
Current_Implementation_of_the_OpenOffice.org_Bibliographic_Component 

or
http://tinyurl.com/z3328


Cheers,

Louis

--
Louis Suarez-Potts
Community Manager
OpenOffice.org



smime.p7s
Description: S/MIME cryptographic signature


Re: [dev] scripted multiplatform .doc to .html conversion

2006-04-19 Thread Kirk Israel
Tom,
thanks, that is very cool.
I was able to get the snippet up and running...
Through trial and error I got the correct Jars from my OOo directory I
needed to compile against,
and then Google indicated I needed to include the OOo/program directory in
the classpath.

Was there a smarter way I should have know the above?

And in terms of expanding on that so that it have .doc as input (right now
it seems to only accept .odt) and HTML as output (currently not one of the
options listed in the program), are there any gotchas I should know about or
is it just about finding some appropriate API documentation and doing the
fairly obvious things?

This was a great first step, many thanks!
-Kirk




On 4/19/06, Tom Schindl [EMAIL PROTECTED] wrote:

 Hi,

 there's a fully functional codesnippet available which does show how
 document-conversion can happen.


 http://codesnippets.services.openoffice.org/Office/Office.ConvertDocuments.snip

 If you are running this from a J2EE application you need to take into
 consideration that ***one*** OO-Instance can not deal with multiple
 request at the same time, so must:
 - serialize access to OO
 - create a pool of instances you connect to and serialize access to them

 Tom

 Kirk Israel wrote:
  This project got backburnered but is now coming up again, the concept of
  integrating OOo's doc to HTML conversion as seamlessly as possible into
 an
  exisint J2EE application.
 
  My understanding is that OOo must be present (copied to, but not
 necceaarily
  installed, baed on Mathias' previous comments. At that point, it should
 be
  fairly easy to go through with the UNO libraries...is that about the
 size of
  it? Am I missing anything, or are there any resources that might make
 this
  easier?
 
  Thanks,
  Kirk
 






[dev] startup logs of OOo

2006-04-19 Thread marekjs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi.
How can I log startup process of OOo ?
I haven't any messages under console and into system logs (linux)
- --


- ---
Regards:

marekjs

gg: 805516
tlen: marekjs(at)tlen(dot)pl
gmail: marekjs1973(at)gmail(dot)com
yahoo: marekjs
icq: 221986650
msn: marekjs(at)msn(dot)com
aim: marekjs1973
jabber: marekjs(at)jabber(dot)autocom(dot)pl

(at)=@
(dot)=.
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.7 (GNU/Linux)

iD8DBQFERrNTcBBhew6fYTwRAgXiAKDak+hGcvPsQvwQp2Z0rwMh9/5d3QCcDXU9
d837n+Ps4vR6hSjZeUfRgbM=
=0bUI
-END PGP SIGNATURE-

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



Re: [dev] I want to contribute

2006-04-19 Thread CPHennessy
On Thu April 13 2006 23:49, Dominic Joseph wrote:
 Dear OpenOffice,
 I would like to donate some time to the openOffice project.  I am currently
 graduating with a 4 year computer science degree on May 6. I am going to
 start a C++ development job in a couple of months, so I have lots of free
 time on my hands right now.  I am eager to get my hands dirty, please tell
 me how I can contribute.

Hi Dominic,
 Have a look at building OOo first :  http://wiki.services.openoffice.org
and do not be afraid to ask questions (and have lots of patience :).

P.S. You may not see all replies unless you subscribe to that list by sending 
an email to [EMAIL PROTECTED] and reply to the confirmation 
request email.


-- 
CPH : openoffice.org contributor

Maybe your question has been answered already?
http://user-faq.openoffice.org/#FAQ

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



RE: [dev] startup logs of OOo

2006-04-19 Thread Leibowitz, Michael
There is a logging facility built into OpenOffice.org.  Set the
environment variable RTL_LOGFILE to the filename that you want logs
outputted to.  You will only get performance markers unless
OpenOffice.org is compiled with TIMELOG defined.  Hope that helps.

--
Michael Leibowitz
Software Engineer, Channel Software Operation
Intel Corporation
michael.leibowitz at intel.com
+1 503 264 7621


-Original Message-
From: marekjs [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 19, 2006 3:02 PM
To: dev@openoffice.org
Subject: [dev] startup logs of OOo

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi.
How can I log startup process of OOo ?
I haven't any messages under console and into system logs (linux)
- --


- ---
Regards:

marekjs

gg: 805516
tlen: marekjs(at)tlen(dot)pl
gmail: marekjs1973(at)gmail(dot)com
yahoo: marekjs
icq: 221986650
msn: marekjs(at)msn(dot)com
aim: marekjs1973
jabber: marekjs(at)jabber(dot)autocom(dot)pl

(at)=@
(dot)=.
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.7 (GNU/Linux)

iD8DBQFERrNTcBBhew6fYTwRAgXiAKDak+hGcvPsQvwQp2Z0rwMh9/5d3QCcDXU9
d837n+Ps4vR6hSjZeUfRgbM=
=0bUI
-END PGP SIGNATURE-

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