[dev] is there a THREAD-MODEL in URE?

2008-07-04 Thread Rainman Lee
hi, everyone
I noticed that there was some articles about Threading Model, and
Threading Architecture In URE.
but I cannot find any technical detail about how to use them, so I
just wondered whether they have been implemented in URE or  they are
just about to be implemented.
thank you.

best wishes, Rainman.

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



[dev] localization of open office's installer

2008-07-04 Thread Dinesh Chothe
 Hello,
   How do I change the installer's  language  to  some
other  language?
   Should I have to go with getting source code then build
installer  by  adding new language
 menus to installer script or there is another way to do
this?
-- 
Thanks and Regards,



Dinesh


[dev] building source on linux and installer on windows

2008-07-04 Thread Dinesh Chothe
  Hello,
   I am building  open office2.3  from source  using  oo2.3  source,
Ubuntu7.1.
   For building I am refering this site
http://tools.openoffice.org/dev_docs/build_linux.html.
   By doing all steps given in above url I will get set up(setup.sh)
file in this directory .../instsetoo_native/unxlngi4.pro/
   Now how do I make installer(.exe) for windows XP using above
compiled build ?

-- 
Thanks and Regards,



Dinesh


[dev] localization of open office's installer

2008-07-04 Thread Dinesh Chothe
 Hello,
   How do I change the installer's  language  to  some
other  language?
   Should I have to go with getting source code then build
installer  by  adding new language
 menus to installer script or there is another way to do
this?
-- 
Thanks and Regards,



Dinesh


[dev] plot y horizontally in OpenOffice

2008-07-04 Thread houh

Hi 
I have a requirement where I need to plot x ( Time) and y (Effort) so that
the y axis would have bars spanned over the X axis.
 |
  Y |-|
 |-|
 |
  -
   wk1wk2   
 X

 I know that the call 
 aChartDoc = aChartHelper.insertOLEChart(
 BarChart,
 aPos,
 aExtent,
 com.sun.star.chart.BarDiagram );

will generate a BarChart with X axis has the bars spanned over Y. Is there a
way to reverse this representation? Is this supported at all in OpenOffice?.
Iam using OpenOffice 1.1.5
 
Please advise

Tx

Houh
-- 
View this message in context: 
http://www.nabble.com/plot-y-horizontally-in-OpenOffice-tp18284140p18284140.html
Sent from the openoffice - dev mailing list archive at Nabble.com.


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