[dev] PresentationClock

2007-09-10 Thread Hector Socas Navarro

Hi folks,

	I've written a little program in C to use in combination with Impress 
that will help presenters keep track of time. Here's an excerpt from the 
README (I'm also attaching a screenshot with this message):

  I wrote this software to solve a little problem I've always had when
making presentations with either OpenOffice Impress or MS PowerPoint,
namely how to keep track of time. Sure, these programs have an option
to automatically advance slides based on some previous rehersal timing
but I find that completely useless. What I wanted to have is a way to
time the whole presentation with a simple visual aid to tell me
whether I'm on track, behind or ahead of schedule. This is exactly
what PresentationClock does.

	Basically there are two modes of operation. In the record mode, 
PresentationClock will track the timing of your rehersal. Then during 
the actual presentation it will display a little clock showing if you're 
behind or ahead of schedule and by how much. I find this feature 
extremely useful in my work.


The source code and an executable can be found in:
http://download.hao.ucar.edu/pub/navarro/PresentationClock/

Best regards,

Hector
--
Hector Socas-Navarro
  High Altitude Observatory
   3080 Center Green Dr (CG-1), Boulder CO 80301 (USA)
Phone: 303 497 1543, Fax: 303 497 2180, E-mail: [EMAIL PROTECTED]

Quidquid latine dictum sit, altum viditur

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

[dev] PresentationClock

2007-09-10 Thread Hector Socas Navarro
Oops, sorry, I just read that attachments are not allowed in the list. 
Here's my message again without the attachment (a screenshot can be 
found in the same directory as the code):


Hi folks,

I've written a little program in C to use in combination with 
Impress that will help presenters keep track of time. Here's an excerpt 
from the README (I'm also attaching a screenshot with this message):

  I wrote this software to solve a little problem I've always had when
making presentations with either OpenOffice Impress or MS PowerPoint,
namely how to keep track of time. Sure, these programs have an option
to automatically advance slides based on some previous rehersal timing
but I find that completely useless. What I wanted to have is a way to
time the whole presentation with a simple visual aid to tell me
whether I'm on track, behind or ahead of schedule. This is exactly
what PresentationClock does.

Basically there are two modes of operation. In the record mode, 
PresentationClock will track the timing of your rehersal. Then during 
the actual presentation it will display a little clock showing if you're 
behind or ahead of schedule and by how much. I find this feature 
extremely useful in my work.


The source code and an executable can be found in:
http://download.hao.ucar.edu/pub/navarro/PresentationClock/

Best regards,

Hector
--
Hector Socas-Navarro
  High Altitude Observatory
   3080 Center Green Dr (CG-1), Boulder CO 80301 (USA)
Phone: 303 497 1543, Fax: 303 497 2180, E-mail: [EMAIL PROTECTED]

Quidquid latine dictum sit, altum viditur

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



Re: [dev] PresentationClock

2007-09-10 Thread Rony G. Flatscher

Hector Socas Navarro wrote:
 Oops, sorry, I just read that attachments are not allowed in the list.
 Here's my message again without the attachment (a screenshot can be
 found in the same directory as the code):

 Hi folks,

 I've written a little program in C to use in combination with
 Impress that will help presenters keep track of time. Here's an
 excerpt from the README (I'm also attaching a screenshot with this
 message):
   I wrote this software to solve a little problem I've always had when
 making presentations with either OpenOffice Impress or MS PowerPoint,
 namely how to keep track of time. Sure, these programs have an option
 to automatically advance slides based on some previous rehersal timing
 but I find that completely useless. What I wanted to have is a way to
 time the whole presentation with a simple visual aid to tell me
 whether I'm on track, behind or ahead of schedule. This is exactly
 what PresentationClock does.

 Basically there are two modes of operation. In the record mode,
 PresentationClock will track the timing of your rehersal. Then during
 the actual presentation it will display a little clock showing if
 you're behind or ahead of schedule and by how much. I find this
 feature extremely useful in my work.

 The source code and an executable can be found in:
 http://download.hao.ucar.edu/pub/navarro/PresentationClock/
Very nice.

Also, there exist OOo snippets to produce guide-posts and various visual
indicators about the progress of a presentation which is adjustable on
the click of a mouse in case a presentation got changed (added/removed
slides):

 Original Message 
Subject:[api-dev] Announcing OpenOffice-Impress-Snippets in ooRexx ...
Date:   Wed, 15 Aug 2007 21:30:42 +0200
From:   rony [EMAIL PROTECTED]
Reply-To:   [EMAIL PROTECTED]
To: [EMAIL PROTECTED]



 Original Message 
Subject: Announcing OpenOffice-Impress-Snippets in Rexx ...
Date: Wed, 15 Aug 2007 21:27:34 +0200
From: rony [EMAIL PROTECTED]
Organization: University of Economics and Business Administration, Vienna, 
Austria
Newsgroups: comp.lang.rexx

 Original Message 
Subject:[RexxLA] Announcing ooImpress-Snippets in Rexx ...
Date:   Wed, 15 Aug 2007 21:23:21 +0200
From:   Rony G. Flatscher, VP [EMAIL PROTECTED]

Hi there,

since this week theOpen Office Snippets for the module impress 
(presentation module of
OpenOffice.org) are available via the official OOo Snippet page at
http://codesnippets.services.openoffice.org/Impress/ooRexx.xml.

As the Rexx syntax is like pseudo-code the snippets (little nutshell programs 
that stress a
particular aspect of programming the module) can be easily understood. The 
interfacing is carried
out using OOo's Java interfaces (using BSF4Rexx), therefore these code examples 
would also be usable
directly for Java as well. The snippets possess links to the official OOo IDL 
documentation, which
allows to research the API environment of the snippet.

All of these snippets were created in the course of a seminar paper at the 
Wirtschaftsuniversität
Wien (Austria, Europe) and the paper is therefore available (in English) in 
form of a PDF file:
http://wi.wu-wien.ac.at/rgf/diplomarbeiten/BakkStuff/2007/200706_Gundacker/OOoImpress_GundackerDominik.pdf.
All of the snippets are available as a single zip-archive from that site as 
well:
http://wi.wu-wien.ac.at/rgf/diplomarbeiten/BakkStuff/2007/200706_Gundacker/OOoImpress_macros_GundackerDominik.zip.

HTH,

---rony

P.S.: Further links:

* ooRexx (Open Object Rexx, FOSS): http://www.ooRexx.org
* BSF4Rexx (Java interface for Rexx, includes additional support for 
OpenOffice.org a.k.a. OOo):
  http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/
  or a newer beta at:
  http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/old/2007/dist.20070707/

--- end of message
--


The PDF-files give screenshots of the various guidepost and indicator types.

HTH,

---rony



Re: [dev] OOo_2.3.0rc2_20070905 and Scripting Framework: were there any changes there ?

2007-09-10 Thread Rony G. Flatscher
Hi Jürgen,
 yes, the way how extensions are loaded has changed a little bit.
 Related to this change the search of dependent jar becomes more
 important. Extensions are now loaded with their own classloader and
 you have to specify dependent jars in the manifest file of your
 extension jar.
I see!

 I can assume that in your case your ext jar depends on some scripting
 framework jars and that they are not found automatically.
As I am using the OOo scripting framework itself there is the dependeny
to program/classes/ScriptFramework.jar, which is OOo's stock
scripting framework.

 Sounds like a problem and we have to think about it. I am only
 guessing but it seems that we need something special handling for this
 kind of scripting extensions.
Well, if the class loader honors all OOo supplied jars (i.e. all jars in
the classes subdirectory) as previously, then this would not be a problem.

How would I state OOo deployed jars in the manifest file (i.e. to point
to program/classes/ScriptFramework.jar wherever the program dir
resides on a filesystem?
(Sorry, if this is a rooky question, but I have not stumbled over that
yet, or my memory fades already... ;) )
 you should submit an issue for that problem.
Should I assign it to someone already?

Thanks!

---rony

P.S.: As a sidenote: it would be possible with the help of Apache's
upcoming BSF 3.0 (in beta at the moment) to employ javax.script
(introduced with Java 6) on earlier versions of Java (BSF 3.0 is
compiled for Java 4). This would have the benefit that the number of
usable scripting languages for OOo would be enhanced tremendeously.


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



Re: [dev] OOo_2.3.0rc2_20070905 and Scripting Framework: were there any changes there ?

2007-09-10 Thread Juergen Schmidt

Hi Rony,

Rony G. Flatscher wrote:

Hi there,

just installed RC2 and a scripting language extension for ooRexx
(ScriptProviderForooRexx.jar) which was built for earlier versions of
OOo (2.1, 2.2) and which works fine there.

Installing it with the Extension Manger and alternatively with
unopkg (either command line or with the gui option) brings up the
following error message:

Can not activate the factory for
com.sun.star.script.framework.provider.oorexx.ScriptProviderForooRexx$_ScriptProviderForooRexx
because java.lang.NoClassDefFoundError:
com/sun/star/script/framework/provider/ScriptProvider

Closing all instances of OOo (also with a reboot) will always show
ooRexx as an option on the Macro... menu item, but it is not
possible to create, load or run ooRexx scripts.

As nothing has changed in the script provider jar for ooRexx (it works
on earlier versions) I was wondering whether there were any changes for
OOo 2.3 in the Scripting framework area or in the way jars are found.
yes, the way how extensions are loaded has changed a little bit. Related 
to this change the search of dependent jar becomes more important. 
Extensions are now loaded with their own classloader and you have to 
specify dependent jars in the manifest file of your extension jar.


I can assume that in your case your ext jar depends on some scripting 
framework jars and that they are not found automatically.


Sounds like a problem and we have to think about it. I am only guessing 
but it seems that we need something special handling for this kind of 
scripting extensions.


you should submit an issue for that problem.

Juergen





TIA for any hints/insights,

---rony

-
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] OOo_2.3.0rc2_20070905 and Scripting Framework: were there any changes there ?

2007-09-10 Thread Juergen Schmidt

Rony G. Flatscher wrote:

Hi Jürgen,

yes, the way how extensions are loaded has changed a little bit.
Related to this change the search of dependent jar becomes more
important. Extensions are now loaded with their own classloader and
you have to specify dependent jars in the manifest file of your
extension jar.

I see!


I can assume that in your case your ext jar depends on some scripting
framework jars and that they are not found automatically.

As I am using the OOo scripting framework itself there is the dependeny
to program/classes/ScriptFramework.jar, which is OOo's stock
scripting framework.


Sounds like a problem and we have to think about it. I am only
guessing but it seems that we need something special handling for this
kind of scripting extensions.

Well, if the class loader honors all OOo supplied jars (i.e. all jars in
the classes subdirectory) as previously, then this would not be a problem.
i don't remember the exact reason to use only a subset but i assume it 
was to start with a minimal set of necessary UNO jar files only instead 
of using all files which are most often never used or necessary. Maybe 
we can add the scripting framework jar as a first solution and can think 
about a better solution later.




How would I state OOo deployed jars in the manifest file (i.e. to point
to program/classes/ScriptFramework.jar wherever the program dir
resides on a filesystem?
(Sorry, if this is a rooky question, but I have not stumbled over that
that is exactly the problem. Because you don't know exactly if your 
extension is deployed per user only or for all users of this installation.


The necessary entry in the jar manifest file requires a relative path to 
dependent jars.




yet, or my memory fades already... ;) )

you should submit an issue for that problem.

Should I assign it to someone already?

you can submit it to me jsc or better to Stephan Bergmann (sb)

By the way you can add the scripting framework jar file manually to the 
classpath and can check if it works.



Juergen



Thanks!

---rony

P.S.: As a sidenote: it would be possible with the help of Apache's
upcoming BSF 3.0 (in beta at the moment) to employ javax.script
(introduced with Java 6) on earlier versions of Java (BSF 3.0 is
compiled for Java 4). This would have the benefit that the number of
usable scripting languages for OOo would be enhanced tremendeously.


-
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] OOo_2.3.0rc2_20070905 and Scripting Framework: were there any changes there ?

2007-09-10 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Juergen Schmidt wrote:
 How would I state OOo deployed jars in the manifest file (i.e. to point
 to program/classes/ScriptFramework.jar wherever the program dir
 resides on a filesystem?
 (Sorry, if this is a rooky question, but I have not stumbled over that
 that is exactly the problem. Because you don't know exactly if your 
 extension is deployed per user only or for all users of this installation.

Hmm.

 The necessary entry in the jar manifest file requires a relative path to 
 dependent jars.

If I know that it's deployed system-wide (because that's what
http://packages.debian.org/openoffice.orgf-report-builder does), how do I
specify the classpath then? Relative to what?

/me has that problem with sun-report-design.oxt and jars not even built
by the build process or stuff which will be used from the system anyway.
The only solution I found so far is adding them to
UNO_JFW_CLASSPATH_URLS because as you said, classes/ won't work.


 yet, or my memory fades already... ;) )
 you should submit an issue for that problem.
 Should I assign it to someone already?
 you can submit it to me jsc or better to Stephan Bergmann (sb)

Please Cc me (rene).

 By the way you can add the scripting framework jar file manually to the 
 classpath and can check if it works.

See above, adding the jars generally to UNO_JFW_CLASSPATH_URLS seems to
work, although that shoudln't be necessary..

Regards,

Rene
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG5QKH+FmQsCSK63MRAnXvAJ4m8TQZVHGG0Ob0ecyK0RQGEN69ywCfSE+j
gtgrA8jpHN5SSgtNe6VRtuY=
=kPnq
-END PGP SIGNATURE-

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



[dev] Building OOo on XP: Problems running ./configure

2007-09-10 Thread satish bejgum
Hello

I found the following line in malling list

I've now tested to run set_soenv separately as well, and found that
the failing line is:
  $platform  = `../solenv/bin/config.guess`;

Running ../solenv/bin/config.guess from the same directory works.
Is there a problem with my shell?
Adding the line:
print (`pwd`);
tells me that the path is inside config_office.
Is there something wrong with the attributes?
$ ls -l ../solenv/bin/config.guess
-rwx--x--x+ 1 Admin Ingen 43458 Mar  7  2005 ../solenv/bin/config.guess

I think it is very strange


I'm facing the same problem

'..' is not recognized as an internal or external command,
operable program or batch file.
Setting platform independent values...
set_soenv:  Cannot figure out what platform you are running
For .

Everything is fine. I dont know what the problem is


Re: [dev] OOo_2.3.0rc2_20070905 and Scripting Framework: were there any changes there ?

2007-09-10 Thread Juergen Schmidt

Rene Engelhard wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Juergen Schmidt wrote:

How would I state OOo deployed jars in the manifest file (i.e. to point
to program/classes/ScriptFramework.jar wherever the program dir
resides on a filesystem?
(Sorry, if this is a rooky question, but I have not stumbled over that
that is exactly the problem. Because you don't know exactly if your 
extension is deployed per user only or for all users of this installation.


Hmm.


hmm ;-)


The necessary entry in the jar manifest file requires a relative path to 
dependent jars.


If I know that it's deployed system-wide (because that's what
http://packages.debian.org/openoffice.orgf-report-builder does), how do I
specify the classpath then? Relative to what?
what i have described is the mechanism how jar files should define their 
dependencies. And of course it doesn't fit for all cases with extensions.


Well there is maybe already a solution. But as i don't know the details 
exactly i doesn't want to name it here. There are some special entries 
in the manifest possible and Stephan can tell us the secrets of them in 
detail.





/me has that problem with sun-report-design.oxt and jars not even built
by the build process or stuff which will be used from the system anyway.
The only solution I found so far is adding them to
UNO_JFW_CLASSPATH_URLS because as you said, classes/ won't work.
well that should work but it is not the intended solution. It would have 
been better if you would have informed us about this problem instead of 
hacking a solution together ;-)


Anyway i am sure we will find a solution.

Juergen





yet, or my memory fades already... ;) )

you should submit an issue for that problem.

Should I assign it to someone already?

you can submit it to me jsc or better to Stephan Bergmann (sb)


Please Cc me (rene).

By the way you can add the scripting framework jar file manually to the 
classpath and can check if it works.


See above, adding the jars generally to UNO_JFW_CLASSPATH_URLS seems to
work, although that shoudln't be necessary..

Regards,

Rene
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG5QKH+FmQsCSK63MRAnXvAJ4m8TQZVHGG0Ob0ecyK0RQGEN69ywCfSE+j
gtgrA8jpHN5SSgtNe6VRtuY=
=kPnq
-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]



Re: [dev] OOo_2.3.0rc2_20070905 and Scripting Framework: were there any changes there ?

2007-09-10 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Juergen Schmidt wrote:
 /me has that problem with sun-report-design.oxt and jars not even built
 by the build process or stuff which will be used from the system anyway.
 The only solution I found so far is adding them to
 UNO_JFW_CLASSPATH_URLS because as you said, classes/ won't work.
 well that should work but it is not the intended solution. It would have 

Indeed.

 been better if you would have informed us about this problem instead of 
 hacking a solution together ;-)

In fact, I didn't yet ;-).

What I described abopve was the result of my first investigations.
It not in the packages yet..

Mainly also because sac is not yet accepted into Debian anyway and just
doing it for jcommon would only fix it the half-way and need an update
later. (The package will live in experimental until this is fixed
anyway).

I would have asked when everything was ready to do it, or approach you
at OOoCon next week.
But that issue came up here by Rony so I jumped in ;-)

 Anyway i am sure we will find a solution.

Hopefully.
Stefan?

Regards,

Rene
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG5Q2a+FmQsCSK63MRArJsAJ9jfmFb/WEN/cfHQ+7vKmiUVkw9YACeIE9x
POsRpOA8HBncm7bJVlg+p/E=
=1MR6
-END PGP SIGNATURE-

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



[dev] Announcement: IBM Joins the OpenOffice.org Community

2007-09-10 Thread Louis Suarez-Potts

All,

A Press Release was issued this morning to announce that IBM are
joining the OOo community:

The OpenOffice.org community today announced that IBM will be  
joining the

community to collaborate on the development of OpenOffice.org
software. IBM will be making initial code contributions that it has been
developing as part of its Lotus Notes product, including accessibility
enhancements, and will be making ongoing contributions to the feature
richness and code quality of OpenOffice.org. Besides working with the
community on the free productivity suite's software, IBM will also
leverage OpenOffice.org technology in its products.

The full announcement is available at:

* http://www.openoffice.org/press/ibm_press_release.html

And Q  A at:

* http://www.openoffice.org/press/ibm_press_faq.html

Cheers,

Louis


--
Louis Suarez-Potts
Community Manager
OpenOffice.org

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



Re: [dev] OOo_2.3.0rc2_20070905 and Scripting Framework: were there any changes there ?

2007-09-10 Thread Rony G. Flatscher
Hi Jürgen,

 By the way you can add the scripting framework jar file manually to
 the classpath and can check if it works.
Just tried it: does not work.

Also tried using Rene Engelhards suggestion (UNO_JFW_CLASSPATH_URLS),
unfortunately to no avail.

Will file an issue.

Thanks again for your quick answers!

---rony

P.S.: Of course all OOo jars would be needed in addition that reside in
the classes directory.




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



Re: [dev] OOo_2.3.0rc2_20070905 and Scripting Framework: were there any changes there ?

2007-09-10 Thread Juergen Schmidt

Rony G. Flatscher wrote:

Hi Jürgen,


By the way you can add the scripting framework jar file manually to
the classpath and can check if it works.

Just tried it: does not work.

Also tried using Rene Engelhards suggestion (UNO_JFW_CLASSPATH_URLS),
unfortunately to no avail.

Will file an issue.

Thanks again for your quick answers!

---rony

P.S.: Of course all OOo jars would be needed in addition that reside in
the classes directory.
well, they are needed for certain areas but not all are necessary for 
extensions. If they are necessary we should provide a way to explicitly 
reference them. As i have mentioned before we probably have this 
mechanism already in place and Stephan (who is sick today) knows best.


Juergen







-
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] Filed as Issue # 81445 (Re: [dev] OOo_2.3.0rc2_20070905 and Scripting Framework: were there any changes there ?

2007-09-10 Thread Rony G. Flatscher
Hi Jürgen,

did submit the issue and set it to P1 (highest priority), as maybe other
third party Java based components/extensions may be affected by this too.
(Though P1 might have been to high.)

Here's the URL: http://www.openoffice.org/issues/show_bug.cgi?id=81445.

Regards,

---rony



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



Re: [dev] Filed as Issue # 81445 (Re: [dev] OOo_2.3.0rc2_20070905 and Scripting Framework: were there any changes there ?

2007-09-10 Thread Juergen Schmidt

Rony G. Flatscher wrote:

Hi Jürgen,

did submit the issue and set it to P1 (highest priority), as maybe other
third party Java based components/extensions may be affected by this too.
(Though P1 might have been to high.)

Here's the URL: http://www.openoffice.org/issues/show_bug.cgi?id=81445.


see also

http://so-web.germany.sun.com/iBIS/servlet/edit.ControlPanel?tid=i80100
http://so-web.germany.sun.com/iBIS/servlet/edit.ControlPanel?tid=i51803

as references.

Juergen



Regards,

---rony



-
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] Filed as Issue # 81445 (Re: [dev] OOo_2.3.0rc2_20070905 and Scripting Framework: were there any changes there ?

2007-09-10 Thread Rony G. Flatscher

Juergen Schmidt wrote:
 Rony G. Flatscher wrote:
 Hi Jürgen,

 did submit the issue and set it to P1 (highest priority), as maybe other
 third party Java based components/extensions may be affected by this
 too.
 (Though P1 might have been to high.)

 Here's the URL:
 http://www.openoffice.org/issues/show_bug.cgi?id=81445.

 see also

 http://so-web.germany.sun.com/iBIS/servlet/edit.ControlPanel?tid=i80100
 http://so-web.germany.sun.com/iBIS/servlet/edit.ControlPanel?tid=i51803

 as references.
Thank you very much for these as well (at the moment the server name is
not resolvable, will try it later)!

---rony

P.S.: Gute Besserung for Stephan.


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



[dev] Re: [Marketing] Announcement: IBM Joins the OpenOffice.org Community

2007-09-10 Thread Lars Noodén
Louis Suarez-Potts wrote:
 A Press Release was issued this morning to announce that IBM are
 joining the OOo community

Great news!  As a side, I hope this helps further bootstrap ODF uptake
in other applications.  Notes will be supporting it.

-Lars

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



[dev] NLC Party in Barcelona

2007-09-10 Thread Charles-H. Schulz
Hear, Hear!

The Native-Language Confederation Party shall take place in Barcelona on
Tuesday the 18th of September, at 7 pm local time (19:00). Food and
Drinks shall be provided.
The event will occur in the gardens of the University, which is also the
place of the conference.

Everybody is invited, member of OOo, of the NLC or otherwise!

Looking forward to meet you all there,

Charles-H. Schulz.

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



Re: [dev] Re: Fwd: work on Issue 55064

2007-09-10 Thread zhaosheng

Frank Schönheit - Sun Microsystems Germany wrote:

hmm, what you describe is what I would have expected needs to be done.
Have you enabled CJK support in Tools/Options/Lanaguage Settings/Language?

Ciao
Frank
  
with the cjk support enabled still no luck that the code seems to work, 
in chardlg.cxx, It still can't get the font name

out after the pick.
also I added the SvxFontItem actlFontItem(SID_ATTR_CHAR_CTL_FONT);
no effect also. what seems to be the problem?

zhaosheng

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