Re: I need Help, OpenOffice 4.0.0, cli_cppuhelper SEHException

2013-09-20 Thread Jürgen Schmidt

Hi,

we currently have a problem with the .NET binding that we are analyzing.
But it takes time to figure out some details.

Juergen

On 9/13/13 8:35 AM, m.fess...@ibak.de wrote:
> Hello developer, 
> 
> i am looking for solution. I get a error by automating OpenOffice 4.0. 
> I am looking in internet for solutions but nothing helps.
> Where is the problem?
> Where is the mistakee? 
> Do you can help me?
> 
> System: 
> Apache OpenOffice 4 is instaled.
> Windiws 7 Professional SP1, 64 Bit is me develop engine
> VS2010, c#, .Net Framework 3.5 
> PATH= C:\Program Files (x86)\OpenOffice 4\program; 
> UNO_PATH=C:\Program Files (x86)\OpenOffice 4\program; 
> I take cli_*.dll files from openoffice1.cab to integrate in my project. 
> 
> C# code: 
> using unoidl.com.sun.star.lang;
> using unoidl.com.sun.star.frame;
> using unoidl.com.sun.star.ucb;
> using unoidl.com.sun.star.uno;
> using unoidl.com.sun.star.beans;
> using unoidl.com.sun.star.text;
> using uno;
> 
> This line ...
>  XComponentContext localContext = uno.util.Bootstrap.bootstrap(); 
> ... cast the following exception: 
> 
> System.Runtime.InteropServices.SEHException wurde nicht von Benutzercode 
> behandelt. 
> Message=Eine externe Komponente hat eine Ausnahme ausgelöst. 
> Source=cli_cppuhelper 
> ErrorCode=-2147467259 
> StackTrace: 
> bei cppu.bootstrap(Reference* ) 
> bei uno.util.Bootstrap.bootstrap() 
> ...
> 
> Best regards.
> 
> Mit freundlichen Grüßen.
> 
> Michael Feßler
> Softwareentwicklung
> 
> --
> Tel.: +49 (0)431 7270-407
> Fax.: +49 (0)431 7270-325
> e-mail: m.fess...@ibak.de
> 
> IBAK Helmut Hunger GmbH & Co. KG
> Wehdenweg 122 l 24148 Kiel l Germany
> www.ibak.de
> 
> Sitz und Registergericht: Kiel l HRA 940 l Ust-Id.Nr. DE 134958228
> Geschäftsführer: Dr. Werner Hunger
> Persönlich haftende Gesellschafterin: Elektro-Apparatebau Kiel GmbH
> Sitz und Registergericht: Kiel l HRB 394
> 


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



4.0.1_release_blocker granted: [Bug 122869] Automation of Open Office through CSharp Broken

2013-09-20 Thread bugzilla
j...@apache.org has granted  4.0.1_release_blocker:
Bug 122869: Automation of Open Office through CSharp Broken
https://issues.apache.org/ooo/show_bug.cgi?id=122869


--- Additional Comments from j...@apache.org
this is also an important problem and a fix is available

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



4.0.1_release_blocker granted: [Bug 123283] Client applications broken on Windows

2013-09-20 Thread bugzilla
j...@apache.org has granted Ariel Constenla-Haile 's request
for 4.0.1_release_blocker:
Bug 123283: Client applications broken on Windows
https://issues.apache.org/ooo/show_bug.cgi?id=123283


--- Additional Comments from j...@apache.org
approve showstopper request

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



Re: Windows 64 bit and printers

2013-09-20 Thread Armin Le Grand

Hi,

On 20.09.2013 00:08, Rory O'Farrell wrote:

I cannot remember if I asked this before or not.


You did ;-)



On the en-Forum we are getting frequent reports of difficulty printing from 
OpenOffice to installed printers on Windows. I have not a 64 bit Windows to 
try, so I post this to ask if any computer experienced people on this list have 
had this problem. It is frequently the case that those posting to the Forum 
have little or no computer experience, and their reports may be due to this. 
The common factor is largely (not exclusively) 64 bit windows and an assortment 
of printer types, using LPT, USB, WiFi and/or Network connections. The 
installed printers are reported as working with all other applications.

If some list members have experienced this problem, I'll gather up the various 
Forum reports and raise a bug.

A similar bug exists, Bug 122346 - AOO doesn't recognize installed printers,  
for XP amd pre AOO 3.4


I added some requests to the formum thread 
(http://forum.openoffice.org/en/forum/viewtopic.php?f=15&t=64191) for 
the person reporting this, but up to now no infos were added, so I took 
no further action except printing myself (and some colleagues) to some 
color printers inhouse, all worked well...


Sincerely, Armin
--
ALG

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



Re: I need Help, OpenOffice 4.0.0, cli_cppuhelper SEHException

2013-09-20 Thread Jürgen Schmidt

the problem will be fixed in the upcoming AOO 4.0.1 version

Juergen

On 9/20/13 8:59 AM, Jürgen Schmidt wrote:
> 
> Hi,
> 
> we currently have a problem with the .NET binding that we are analyzing.
> But it takes time to figure out some details.
> 
> Juergen
> 
> On 9/13/13 8:35 AM, m.fess...@ibak.de wrote:
>> Hello developer, 
>>
>> i am looking for solution. I get a error by automating OpenOffice 4.0. 
>> I am looking in internet for solutions but nothing helps.
>> Where is the problem?
>> Where is the mistakee? 
>> Do you can help me?
>>
>> System: 
>> Apache OpenOffice 4 is instaled.
>> Windiws 7 Professional SP1, 64 Bit is me develop engine
>> VS2010, c#, .Net Framework 3.5 
>> PATH= C:\Program Files (x86)\OpenOffice 4\program; 
>> UNO_PATH=C:\Program Files (x86)\OpenOffice 4\program; 
>> I take cli_*.dll files from openoffice1.cab to integrate in my project. 
>>
>> C# code: 
>> using unoidl.com.sun.star.lang;
>> using unoidl.com.sun.star.frame;
>> using unoidl.com.sun.star.ucb;
>> using unoidl.com.sun.star.uno;
>> using unoidl.com.sun.star.beans;
>> using unoidl.com.sun.star.text;
>> using uno;
>>
>> This line ...
>>  XComponentContext localContext = uno.util.Bootstrap.bootstrap(); 
>> ... cast the following exception: 
>>
>> System.Runtime.InteropServices.SEHException wurde nicht von Benutzercode 
>> behandelt. 
>> Message=Eine externe Komponente hat eine Ausnahme ausgelöst. 
>> Source=cli_cppuhelper 
>> ErrorCode=-2147467259 
>> StackTrace: 
>> bei cppu.bootstrap(Reference* ) 
>> bei uno.util.Bootstrap.bootstrap() 
>> ...
>>
>> Best regards.
>>
>> Mit freundlichen Grüßen.
>>
>> Michael Feßler
>> Softwareentwicklung
>>
>> --
>> Tel.: +49 (0)431 7270-407
>> Fax.: +49 (0)431 7270-325
>> e-mail: m.fess...@ibak.de
>>
>> IBAK Helmut Hunger GmbH & Co. KG
>> Wehdenweg 122 l 24148 Kiel l Germany
>> www.ibak.de
>>
>> Sitz und Registergericht: Kiel l HRA 940 l Ust-Id.Nr. DE 134958228
>> Geschäftsführer: Dr. Werner Hunger
>> Persönlich haftende Gesellschafterin: Elektro-Apparatebau Kiel GmbH
>> Sitz und Registergericht: Kiel l HRB 394
>>
> 


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



Re: Windows 64 bit and printers

2013-09-20 Thread Rory O'Farrell
On Fri, 20 Sep 2013 10:18:46 +0200
Armin Le Grand  wrote:

>  Hi,
> 
> On 20.09.2013 00:08, Rory O'Farrell wrote:
> > I cannot remember if I asked this before or not.
> 
> You did ;-)
> 
> >
> > On the en-Forum we are getting frequent reports of difficulty printing from 
> > OpenOffice to installed printers on Windows. I have not a 64 bit Windows to 
> > try, so I post this to ask if any computer experienced people on this list 
> > have had this problem. It is frequently the case that those posting to the 
> > Forum have little or no computer experience, and their reports may be due 
> > to this. The common factor is largely (not exclusively) 64 bit windows and 
> > an assortment of printer types, using LPT, USB, WiFi and/or Network 
> > connections. The installed printers are reported as working with all other 
> > applications.
> >
> > If some list members have experienced this problem, I'll gather up the 
> > various Forum reports and raise a bug.
> >
> > A similar bug exists, Bug 122346 - AOO doesn't recognize installed 
> > printers,  for XP amd pre AOO 3.4
> 
> I added some requests to the formum thread 
> (http://forum.openoffice.org/en/forum/viewtopic.php?f=15&t=64191) for 
> the person reporting this, but up to now no infos were added, so I took 
> no further action except printing myself (and some colleagues) to some 
> color printers inhouse, all worked well...
> 
> Sincerely, Armin
> --
> ALG
> 

I'll try and follow up on this, but will be offline next week. I have posted 
some links which Raphael has already looked at. There are more but they may 
take some finding; I'll hope to get them posted before I go offline next week, 
but things have suddenly started to crop up which will eat up time between now 
and then.


-- 
Rory O'Farrell 

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



Re: Windows 64 bit and printers

2013-09-20 Thread Raphael Bircher

Am 20.09.13 03:51, schrieb Raphael Bircher:

Hi Rob, *

Am 20.09.13 03:35, schrieb Rob Weir:

On Sep 19, 2013, at 6:09 PM, Rory O'Farrell  wrote:


I cannot remember if I asked this before or not.


You did ask before, and I responded that I've had no problems printing
to an networked HP color Laserjet from 64-bit Windows 8.

So there is likely a more complicated reason for these other reports,
unfortunately
Rob, is your driver 64 bit or 32 bit? Without doing a Test right now, 
this could be a problem. Maybe AOO can communicate with 32 bit driver, 
but not with 64 bit. Or we have only a problem with same 64 bit drivers.
Unfortunaly my Brother Printer has only 32 bit driver. 64 bit and 32 bit 
are the same.


Greetings Raphael



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



4.0.1_release_blocker granted: [Bug 123303] Turkish (tr) translation update for AOO 4.0.1

2013-09-20 Thread bugzilla
j...@apache.org has granted  4.0.1_release_blocker:
Bug 123303: Turkish (tr) translation update for AOO 4.0.1
https://issues.apache.org/ooo/show_bug.cgi?id=123303

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



4.0.1_release_blocker requested: [Bug 123304] new UpdateURL for AOO 4.0.1

2013-09-20 Thread bugzilla
Oliver-Rainer Wittmann  has asked  for 4.0.1_release_blocker:
Bug 123304: new UpdateURL for AOO 4.0.1
https://issues.apache.org/ooo/show_bug.cgi?id=123304


--- Additional Comments from Oliver-Rainer Wittmann 
provide new UpdateURL for AOO 4.0.1

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



4.0.1_release_blocker granted: [Bug 123304] new UpdateURL for AOO 4.0.1

2013-09-20 Thread bugzilla
j...@apache.org has granted Oliver-Rainer Wittmann 's request
for 4.0.1_release_blocker:
Bug 123304: new UpdateURL for AOO 4.0.1
https://issues.apache.org/ooo/show_bug.cgi?id=123304

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



Re: Problem with the Open Office site

2013-09-20 Thread Carlos Rebelo
I was using Google Chrome. The link you sent to me worked fine
and now I'am able to try for the first time Open Office.

Thank you.

Best regards.


2013/9/19 Rory O'Farrell 

> On Thu, 19 Sep 2013 22:43:13 +0100
> Carlos Rebelo  wrote:
>
> > Hello,
> >
> > I'm trying since a few hours ago to download Open Office for the first
> time
> > and in the site there is no way to do  it. Could you, please check it
> > and inform when the availability is ready?
> >
> > Thank you.
> >
> > Best regards,
> >
> > --
> > 
> > *Carlos Rebelo*
>
> Some browser are badly behaved and don't show the link. Try this direct
> link and select your language and operating system version.
> http://www.openoffice.org/download/other.html
>
> As you may not be subscribed to the list and won't therefore see replies,
> I'm sending you a copy of this as a courtesy. Please reply to the list if
> necessary.
>
>
> --
> Rory O'Farrell 
>



-- 

*Carlos Rebelo*

*cmoreb...@gmail.com*
* +351 939 796 676 / 967 117 849*
*skype: Carlos O. Rebelo
msn: cmoreb...@live.com.pt
*


[RELEASE]: propose a further RC3 for AOO 4.0.1

2013-09-20 Thread Jürgen Schmidt
Hi,

I propose a further RC3 for AOO 4.0.1 based on branch AOO401 rev. 1524958.

I have fixed 2 further serious issues that are important for office
automation tasks. The fixes are locally and affect only a few places.
It's mainly my fault and I did some stupid mistakes when I fixed it
initially. Some tests worked but the tests were not complete.

Anyway we are now preparing the RC3 and it should become available over
the weekend. The upload is very slow.

We changed also the update Url for better tracking of this release and I
integrated a further language Turkish which was ready and 100% UI
complete. But we should keep in mind the translation deadline for AOO
4.0.1 was Sep. 6th.

I will be on vacation but Herbert will replace me as acting release
manager and will take care that the bits are available finally on dist.


Juergen

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



Reporting a problem with the OpenOffice website

2013-09-20 Thread Wilma

Goedemiddag,

Per abuis heb ik mijn creditcard nummer opgegeven maar ik wil niet van 
uw diensten gebruik maken.

Kortom, ik wil geen abonnement op generlei wijze.

Ik vertrouw erop dat u hier goede notitie van wilt nemen,

Wilma Nieman

ps: This is dutch language.

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



[RELEASE 4.0.1][Product Update Notification Service] updated XML feeds for the former versions to be notified about version 4.0.1

2013-09-20 Thread Oliver-Rainer Wittmann

Hi,

forgive me for writing in English, but this post goes to several native 
language mailing lists and to dev@o.a.o and l10n@o.a.o.


I am currently preparing the update of the XML feeds for our product 
update notification service for former OpenOffice versions (3.2.0, 
3.2.1, 3.3.0, 3.4.0, 3.4.1, 4.0.0) in order to enable the notification 
about new version 4.0.1


For most of the languages the user is directed by the update 
notification to our main download side [1].
For the following languages the user is directed to the corresponding 
native languages page:

- Chinese (simplified)
- Chinese (traditional)
- Dutch
- French
- German
- Italian
- Japanese
- Slovak
- Spanish

IMPORTANT:
Please drop me a short note, when the corresponding native langauge 
pages has been updated after version 4.0.1 has been released

OR
drop me a short note, when no update to the native language page is needed.

When I have collected the replies for all the above mentioned languages 
I will enable the product update notification for version 4.0.1


BTW, if for your languages the user shall also be directed to a 
corresponding native languages pages, then let me know this page. I will 
include it in the update XML feeds.


[1] www.openoffice.org/download


Thanks in advance for your replies and help.

Best regards, Oliver.

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



4.0.1_release_blocker requested: [Bug 123091] [sidebar]: Appearing vertical scroll bar causes decreasing width of elements and double written subtitles

2013-09-20 Thread bugzilla
Ariel Constenla-Haile  has asked  for
4.0.1_release_blocker:
Bug 123091: [sidebar]: Appearing vertical scroll bar causes decreasing width of
elements and double written subtitles
https://issues.apache.org/ooo/show_bug.cgi?id=123091


--- Additional Comments from Ariel Constenla-Haile 
(In reply to sevalav from comment #13)
> (In reply to Ariel Constenla-Haile from comment #12)
> 
> > Development towards 4.0.1 happens in a so called "branch"; if you want this

> > fix to be available in that branch, you have to request release blocker
flag.
> 
> Please, can you do this to me (about request)? Relative I am new here and I
> do not know how to do that. I was thinking that when something is done, that
> (patch) is automaticaly inside every new version of AOO..

Requesting release blocker flag per user request.
There is a fix already committed in trunk, but not merged in the AOO401 branch.


Note: I didn't verify the bug is fixed on trunk, and the bug status is still
CONFIRMED.
@sevalav: can you verify if its fixed on the trunk build? Thanks in advice.

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



Re: Windows 64 bit and printers

2013-09-20 Thread Armin Le Grand

Hi Rory,

On 20.09.2013 10:32, Rory O'Farrell wrote:
[stuff deleted here]
I'll try and follow up on this, but will be offline next week. I have 
posted some links which Raphael has already looked at. There are more 
but they may take some finding; I'll hope to get them posted before I 
go offline next week, but things have suddenly started to crop up 
which will eat up time between now and then. 


Okay, thanks in Advance!

@Raphael: Hi!
If he can not make it, could you be so kind and provide the infos 
already existent to the forum thread please 
(http://forum.openoffice.org/en/forum/viewtopic.php?f=15&t=64191) ? Also 
thanks in advance!


Sincerely,
Armin
--
ALG

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



Re: I need Help, OpenOffice 4.0.0, cli_cppuhelper SEHException

2013-09-20 Thread Armin Le Grand

Hi Juergen,

On 20.09.2013 10:31, Jürgen Schmidt wrote:

the problem will be fixed in the upcoming AOO 4.0.1 version


Cool ;-) You did it!
Have a nice vacation!



Juergen

On 9/20/13 8:59 AM, Jürgen Schmidt wrote:

Hi,

we currently have a problem with the .NET binding that we are analyzing.
But it takes time to figure out some details.

Juergen

On 9/13/13 8:35 AM, m.fess...@ibak.de wrote:

Hello developer,

i am looking for solution. I get a error by automating OpenOffice 4.0.
I am looking in internet for solutions but nothing helps.
Where is the problem?
Where is the mistakee?
Do you can help me?

System:
Apache OpenOffice 4 is instaled.
Windiws 7 Professional SP1, 64 Bit is me develop engine
VS2010, c#, .Net Framework 3.5
PATH= C:\Program Files (x86)\OpenOffice 4\program;
UNO_PATH=C:\Program Files (x86)\OpenOffice 4\program;
I take cli_*.dll files from openoffice1.cab to integrate in my project.

C# code:
using unoidl.com.sun.star.lang;
using unoidl.com.sun.star.frame;
using unoidl.com.sun.star.ucb;
using unoidl.com.sun.star.uno;
using unoidl.com.sun.star.beans;
using unoidl.com.sun.star.text;
using uno;

This line ...
  XComponentContext localContext = uno.util.Bootstrap.bootstrap();
... cast the following exception:

System.Runtime.InteropServices.SEHException wurde nicht von Benutzercode
behandelt.
Message=Eine externe Komponente hat eine Ausnahme ausgelöst.
Source=cli_cppuhelper
ErrorCode=-2147467259
StackTrace:
bei cppu.bootstrap(Reference* )
bei uno.util.Bootstrap.bootstrap()
...

Best regards.

Mit freundlichen Grüßen.

Michael Feßler
Softwareentwicklung

--
Tel.: +49 (0)431 7270-407
Fax.: +49 (0)431 7270-325
e-mail: m.fess...@ibak.de

IBAK Helmut Hunger GmbH & Co. KG
Wehdenweg 122 l 24148 Kiel l Germany
www.ibak.de

Sitz und Registergericht: Kiel l HRA 940 l Ust-Id.Nr. DE 134958228
Geschäftsführer: Dr. Werner Hunger
Persönlich haftende Gesellschafterin: Elektro-Apparatebau Kiel GmbH
Sitz und Registergericht: Kiel l HRB 394



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




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



Re: Windows 64 bit and printers

2013-09-20 Thread Raphael Bircher

Am 20.09.13 16:14, schrieb Armin Le Grand:

Hi Rory,

On 20.09.2013 10:32, Rory O'Farrell wrote:
[stuff deleted here]
I'll try and follow up on this, but will be offline next week. I have 
posted some links which Raphael has already looked at. There are more 
but they may take some finding; I'll hope to get them posted before I 
go offline next week, but things have suddenly started to crop up 
which will eat up time between now and then. 


Okay, thanks in Advance!

@Raphael: Hi!
If he can not make it, could you be so kind and provide the infos 
already existent to the forum thread please 
(http://forum.openoffice.org/en/forum/viewtopic.php?f=15&t=64191) ? 
Also thanks in advance!
I think this is a different issue. Here the user talk about he can't 
printing in color. But he is able to print. In the issue we talked about 
here you are not able to print anything. The printer driver is not 
recognized at all. So this is not the same bug.


Greetings Raphael



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



Re: EXTERNAL: Re: Building comphelper

2013-09-20 Thread Herbert Duerr

Hi Raymond,


I found hash_set in ../main/stlport/systemstl

Is that where it is supposed to be.


Yes.


Once, I added this to my SOLARINC and SOLARINV environment variables, 
everything was okay, but then I received a

"/usr/local/include/boost/tr1/detail/config_all.hpp", line 161: Error: Could not open 
include file<../include/utility>


The  header should come somewhere from your c++ compiler 
includes.  According to [1] it should be there somewhere. If it is not 
found we need to put its path at the end of the include paths.


[1] http://docs.oracle.com/cd/E19205-01/819-5267/bkajw/index.html

Sorry for the late answer. I was busy with AOO401rc3.

Herbert

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



Re: I need Help, OpenOffice 4.0.0, cli_cppuhelper SEHException

2013-09-20 Thread Jürgen Schmidt
On 9/20/13 4:16 PM, Armin Le Grand wrote:
> Hi Juergen,
> 
> On 20.09.2013 10:31, Jürgen Schmidt wrote:
>> the problem will be fixed in the upcoming AOO 4.0.1 version
> 
> Cool ;-) You did it!
> Have a nice vacation!

the problem was between my ears and sometimes it's good to have
colleagues able to help. In this case Oliver helped me and reviewed my
code :-)

Juergen

> 
>>
>> Juergen
>>
>> On 9/20/13 8:59 AM, Jürgen Schmidt wrote:
>>> Hi,
>>>
>>> we currently have a problem with the .NET binding that we are analyzing.
>>> But it takes time to figure out some details.
>>>
>>> Juergen
>>>
>>> On 9/13/13 8:35 AM, m.fess...@ibak.de wrote:
 Hello developer,

 i am looking for solution. I get a error by automating OpenOffice 4.0.
 I am looking in internet for solutions but nothing helps.
 Where is the problem?
 Where is the mistakee?
 Do you can help me?

 System:
 Apache OpenOffice 4 is instaled.
 Windiws 7 Professional SP1, 64 Bit is me develop engine
 VS2010, c#, .Net Framework 3.5
 PATH= C:\Program Files (x86)\OpenOffice 4\program;
 UNO_PATH=C:\Program Files (x86)\OpenOffice 4\program;
 I take cli_*.dll files from openoffice1.cab to integrate in my project.

 C# code:
 using unoidl.com.sun.star.lang;
 using unoidl.com.sun.star.frame;
 using unoidl.com.sun.star.ucb;
 using unoidl.com.sun.star.uno;
 using unoidl.com.sun.star.beans;
 using unoidl.com.sun.star.text;
 using uno;

 This line ...
   XComponentContext localContext = uno.util.Bootstrap.bootstrap();
 ... cast the following exception:

 System.Runtime.InteropServices.SEHException wurde nicht von
 Benutzercode
 behandelt.
 Message=Eine externe Komponente hat eine Ausnahme ausgelöst.
 Source=cli_cppuhelper
 ErrorCode=-2147467259
 StackTrace:
 bei cppu.bootstrap(Reference* )
 bei uno.util.Bootstrap.bootstrap()
 ...

 Best regards.

 Mit freundlichen Grüßen.

 Michael Feßler
 Softwareentwicklung

 -- 
 Tel.: +49 (0)431 7270-407
 Fax.: +49 (0)431 7270-325
 e-mail: m.fess...@ibak.de

 IBAK Helmut Hunger GmbH & Co. KG
 Wehdenweg 122 l 24148 Kiel l Germany
 www.ibak.de

 Sitz und Registergericht: Kiel l HRA 940 l Ust-Id.Nr. DE 134958228
 Geschäftsführer: Dr. Werner Hunger
 Persönlich haftende Gesellschafterin: Elektro-Apparatebau Kiel GmbH
 Sitz und Registergericht: Kiel l HRB 394

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


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



Re: Windows 64 bit and printers

2013-09-20 Thread Armin Le Grand

Hi Raphael,

On 20.09.2013 16:33, Raphael Bircher wrote:

Am 20.09.13 16:14, schrieb Armin Le Grand:

Hi Rory,

On 20.09.2013 10:32, Rory O'Farrell wrote:
[stuff deleted here]
I'll try and follow up on this, but will be offline next week. I 
have posted some links which Raphael has already looked at. There 
are more but they may take some finding; I'll hope to get them 
posted before I go offline next week, but things have suddenly 
started to crop up which will eat up time between now and then. 


Okay, thanks in Advance!

@Raphael: Hi!
If he can not make it, could you be so kind and provide the infos 
already existent to the forum thread please 
(http://forum.openoffice.org/en/forum/viewtopic.php?f=15&t=64191) ? 
Also thanks in advance!
I think this is a different issue. Here the user talk about he can't 
printing in color. But he is able to print. In the issue we talked 
about here you are not able to print anything. The printer driver is 
not recognized at all. So this is not the same bug.


Okay - too many bugs in my memory, my multitasking is at the limit maybe!



Greetings Raphael


Sincerely back to Swizerland,
Armin





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


--
ALG

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



RE: EXTERNAL: Re: Building comphelper

2013-09-20 Thread Steele, Raymond
No problems on the delay. I am very greatful for your assistance!!

Here is my compiler command and below are locations of my utility file. 
Hopefully this may help. I added utility to the include path, but still no luck.

bash-3.2# /opt/solarisstudio12.3/bin/CC  -c -temp=/tmp -xarch=generic -xO3 
-DENABLE_LAYOUT=0 -DENABLE_LAYOUT_EXPERIMENTAL=0   -D_FILE_OFFSET_BITS=64 -I. 
-I../../unxsoli4.pro/inc/oslall -I.. /inc -I../../inc/pch -I../../inc 
-I../../unx/inc -I../../unxsoli4.pro/inc -I. 
-I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/stl 
-I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/externa l 
-I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc 
-I/opt/aoo-4.0.0/main/solenv/unxsoli4/inc -I/opt/aoo-4.0.0/main/solenv/inc 
-I/opt/aoo-4.0.0/main/res -I/opt/aoo-4.0.0/main/solver/400/unx 
soli4.pro/inc/stl -I/opt/solarisstudio12.3/include 
-I/opt/aoo-4.0.0/main/solenv/inc/Xp31 -I/usr/jdk/latest/include 
-I/usr/jdk/latest/include/solaris -I/usr/jdk/latest/include/native_threads 
/include: -I/usr/local/include -I/usr/include -I/usr/local/include/rasqal 
-I/usr/include/stdcxx4 -I/opt/aoo-4.0.0/main/stlport/systemstl/: 
-I/usr/local/include -I/usr/include -I/usr/local/i nclude/rasqal 
-I/usr/include/stdcxx4 -I/opt/aoo-4.0.0/main/stlport/systemstl/: 
-I/usr/local/include -I/usr/include -I/usr/local/inclue/rasqal 
-I/opt/aoo-4.0.0/main/stlport/systemstl/ -I/opt 
/solarisstudio12.3/prod/include/CC/Cstd/  
-I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/offuh -I. -I../../res -I. 
-features=no%altspell "-features=rvalueref" +w2 -erroff=doubunder,ident 
expected,inllargeuse,inllargeint,notemsource,reftotemp,truncwarn,wnoretvalue,anonnotype
   -KPIC -mt -DSOLARIS -DUNX -DVCL -DC52 -DC52 -DINTEL -D_PTHREADS -DSYSV -DSUN 
-DSUN4 -D_REENTRANT -D _POSIX_PTHREAD_SEMANTICS -DSTLPORT_VERSION=400 -D__DMAKE 
-DUNIX -DCPPU_ENV=sunpro5 -DSUPD=400 -DPRODUCT -DNDEBUG -DOSL_DEBUG_LEVEL=0 
-DOPTIMIZE -DCUI -DSOLAR_JAVA  -DEXCEPTIONS_ON  -o . 
./../unxsoli4.pro/obj/debugbase.o /opt/aoo-4.0.0/main/sal/osl/all/debugbase.cxx
"/usr/local/include/boost/tr1/detail/config_all.hpp", line 161: Error: Could 
not open include file<../include/utility>.

/usr/sfw/include/c++/3.4.3/utility 
/usr/include/stdcxx4/utility
/usr/local/include/boost/tr1/tr1/utility
/usr/local/include/boost/spirit/home/classic/utility
/usr/local/include/boost/spirit/utility 
/usr/local/include/boost/utility
/usr/local/include/boost/xpressive/detail/utility
/usr/local/gcc-4.8.1/include/c++/4.8.1/tr1/utility
/usr/local/gcc-4.8.1/include/c++/4.8.1/utility 
/export/home/aoo-4.0.0/main/i18nutil/source/utility
/opt/aoo-4.0.0/main/i18nutil/source/utility
/opt/aoo-4.0.0/main/vigra/unxsoli4.pro/misc/build/vigra1.6.0/include/IRIX/utility
/opt/aoo-4.0.0/ext_sources/boost_1_48_0/boost/tr1/tr1/utility
/opt/aoo-4.0.0/ext_sources/boost_1_48_0/boost/spirit/home/classic/utility
/opt/aoo-4.0.0/ext_sources/boost_1_48_0/boost/spirit/utility
/opt/aoo-4.0.0/ext_sources/boost_1_48_0/boost/utility
/opt/aoo-4.0.0/ext_sources/boost_1_48_0/boost/xpressive/detail/utility
/opt/aoo-4.0.0/ext_sources/boost_1_48_0/libs/utility
/opt/solarisstudio12.3/prod/include/CC/Cstd/utility
/opt/solarisstudio12.3/prod/include/CC/stlport4/utility

I found this about Solaris 11, but the fix appears to be included in boost 
version 1_48 (Mine is attached).

https://svn.boost.org/trac/boost/ticket/5111




From: Herbert Duerr [h...@apache.org]
Sent: Friday, September 20, 2013 8:53 AM
To: dev@openoffice.apache.org
Cc: Steele, Raymond
Subject: Re: EXTERNAL: Re: Building comphelper

Hi Raymond,

> I found hash_set in ../main/stlport/systemstl
>
> Is that where it is supposed to be.

Yes.

> Once, I added this to my SOLARINC and SOLARINV environment variables, 
> everything was okay, but then I received a
>
> "/usr/local/include/boost/tr1/detail/config_all.hpp", line 161: Error: Could 
> not open include file<../include/utility>

The  header should come somewhere from your c++ compiler
includes.  According to [1] it should be there somewhere. If it is not
found we need to put its path at the end of the include paths.

[1] http://docs.oracle.com/cd/E19205-01/819-5267/bkajw/index.html

Sorry for the late answer. I was busy with AOO401rc3.

Herbert


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

Re: Testing RC2

2013-09-20 Thread Armin Le Grand

Hi Drew,

On 20.09.2013 19:01, Drew Jensen wrote:

Howdy,

Just read Juergen's note about an RC3 and that not withstanding really am
happy to pass back my report here.

After installing RC2 and throwing everything I'd done recently at it I can
very happily report - zero crashes, zero hangs, no funny control behavior
(even when I drop the OS memory down to stated minimum) - I went ahead an
ran some cursory and a bit more jobs with Base against HSQLdb internal and
external, MDB and ACCDB and MySQL data sources, without any significant
problems.

Also opened up the ODFAuthors chapter on Base and made a good number of
edits, early on, minimized it but never saved it.

Finally after 27 hours  up time (I crashed and got some sleep) for the AOO
session I forced the VM to crash - on re-launch the AOO application
reported that my user configuration appeared to be locked, with the warning
about multiple users, and then started up just fine with no loss of my
configuration data. The changes to the odt file, the Base Getting Started
Guide, also all came back.

To all involved - Thanks very much for your hard work


Wow - that sounds good! You really wnat to know it, don't you ;-)
Thats the right spirit - as a developer I can just say we need as many 
people as possible to set AOO on situations I as a developer would never 
think about - the main problem with looking too much at the code from my 
POV. Both is needed, definitely!


Thanks a lot,
Armin



//drew


--
ALG

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



Re: EXTERNAL: Re: Building comphelper

2013-09-20 Thread Herbert Duerr

Hi Raymond,

On 20.09.2013 19:52, Steele, Raymond wrote:

No problems on the delay. I am very greatful for your assistance!!

Here is my compiler command and below are locations of my utility file. 
Hopefully this may help. I added utility to the include path, but still no luck.

bash-3.2# /opt/solarisstudio12.3/bin/CC  -c -temp=/tmp -xarch=generic -xO3 
-DENABLE_LAYOUT=0 -DENABLE_LAYOUT_EXPERIMENTAL=0   -D_FILE_OFFSET_BITS=64 -I. 
-I../../unxsoli4.pro/inc/oslall -I.. /inc -I../../inc/pch -I../../inc 
-I../../unx/inc -I../../unxsoli4.pro/inc -I. 
-I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/stl 
-I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/externa l 
-I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc 
-I/opt/aoo-4.0.0/main/solenv/unxsoli4/inc -I/opt/aoo-4.0.0/main/solenv/inc 
-I/opt/aoo-4.0.0/main/res -I/opt/aoo-4.0.0/main/solver/400/unx 
soli4.pro/inc/stl -I/opt/solarisstudio12.3/include 
-I/opt/aoo-4.0.0/main/solenv/inc/Xp31 -I/usr/jdk/latest/include 
-I/usr/jdk/latest/include/solaris -I/usr/jdk/latest/include/native_threads 
/include: -I/usr/local/include -I/usr/include -I/usr/local/include/rasqal 
-I/usr/include/stdcxx4 -I/opt/aoo-4.0.0/main/stlport/systemstl/: 
-I/usr/local/include -I/usr/include -I/usr/local/i nclude/rasqal 
-I/usr/include/stdcxx4 -I/opt/a

oo-4.0.0/main/stlport/systemstl/: -I/usr/local/include -I/usr/include 
-I/usr/local/inclue/rasqal -I/opt/aoo-4.0.0/main/stlport/systemstl/ -I/opt 
/solarisstudio12.3/prod/include/CC/Cstd/  
-I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/offuh -I. -I../../res -I. 
-features=no%altspell "-features=rvalueref" +w2 -erroff=doubunder,ident 
expected,inllargeuse,inllargeint,notemsource,reftotemp,truncwarn,wnoretvalue,anonnotype   
-KPIC -mt -DSOLARIS -DUNX -DVCL -DC52 -DC52 -DINTEL -D_PTHREADS -DSYSV -DSUN -DSUN4 
-D_REENTRANT -D _POSIX_PTHREAD_SEMANTICS -DSTLPORT_VERSION=400 -D__DMAKE -DUNIX 
-DCPPU_ENV=sunpro5 -DSUPD=400 -DPRODUCT -DNDEBUG -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DCUI 
-DSOLAR_JAVA  -DEXCEPTIONS_ON  -o . ./../unxsoli4.pro/obj/debugbase.o 
/opt/aoo-4.0.0/main/sal/osl/all/debugbase.cxx

"/usr/local/include/boost/tr1/detail/config_all.hpp", line 161: Error: Could not open 
include file<../include/utility>.

[...]
/usr/include/stdcxx4/utility
[...]
/opt/solarisstudio12.3/prod/include/CC/Cstd/utility


I think one of these two header files is the one we are looking for.
Boost is using the "relative include path" trick with its 
BOOST_TR1_STD_HEADER() macro because the neat "include_next" extension 
is not supported in the solaris compiler.


One of the BOOST_TR1_STD_HEADER defines in config_all.hpp is looking for 
the stdcxx4 path. I wonder why it isn't picked up. Either
1. one of the defines is wrong (__SUNPRO_CC,__STD_RWCOMPILER_H, 
___RWSTD_VER) or boost erroneously doesn't pick it up
2. the -I/opt/solarisstudio12.3/prod/include/CC/Cstd/ part of the 
compile options should be changed to find /usr/include/stdcxx4/ instead

3. the BOOST_TR1_STD_HEADER define should be changed to "../Cstd/"

Which of the alternatives 2. or 3. is better depends on which of both 
STL header sets better implements C++'s std templates as defined in TR1. 
From the name I'd guess the Cstd one is better.



/opt/solarisstudio12.3/prod/include/CC/stlport4/utility

I found this about Solaris 11, but the fix appears to be included in boost 
version 1_48 (Mine is attached).

https://svn.boost.org/trac/boost/ticket/5111


Interesting. Maybe the above and this are related.

Hope that helps. Have a nice weekend!

Herbert
(about to upload AOO401rc3 to the snapshot page)


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



Testing RC2

2013-09-20 Thread Drew Jensen
Howdy,

Just read Juergen's note about an RC3 and that not withstanding really am
happy to pass back my report here.

After installing RC2 and throwing everything I'd done recently at it I can
very happily report - zero crashes, zero hangs, no funny control behavior
(even when I drop the OS memory down to stated minimum) - I went ahead an
ran some cursory and a bit more jobs with Base against HSQLdb internal and
external, MDB and ACCDB and MySQL data sources, without any significant
problems.

Also opened up the ODFAuthors chapter on Base and made a good number of
edits, early on, minimized it but never saved it.

Finally after 27 hours  up time (I crashed and got some sleep) for the AOO
session I forced the VM to crash - on re-launch the AOO application
reported that my user configuration appeared to be locked, with the warning
about multiple users, and then started up just fine with no loss of my
configuration data. The changes to the odt file, the Base Getting Started
Guide, also all came back.

To all involved - Thanks very much for your hard work

//drew


Module 3 Corrections

2013-09-20 Thread Bonnie Kim
Hello,

I noticed a number of corrections that needed to be made on Module 3 of the
Orientation Modules, as well as the Lazy Consensus article.

I could list these corrections, but I wouldn't mind entering them myself;
where can I go to make them?

Bonnie

-- 
Bonnie Kim
University of California, Berkeley
English, B. A.
bonnie...@berkeley.edu
(510) 908-0479


Re: Can we do this email thing (whatever it is called)?

2013-09-20 Thread Andrea Pescetti

On 17/09/2013 Rob Weir wrote:

On Tue, Sep 17, 2013 at 1:09 PM, Donald Whytock wrote:

But a lot of products have a pop-up on startup with tips, which I assume
are packaged with the product.  That can be made optional, it can cycle
through tips or select from them randomly, it can allow the users to page
through the tips if they want, and you can make the tip file a periodic
mini-update without requiring an entire release.

That makes sense.  For new users we know in advance the kind of info
that would be interesting to them.  We can prepare that in advance,
translate, etc.  And one of the tips could be to sign up for the
announcement mailing list.


This is a very good idea, probably better than the "e-mail thing" (which 
is not a bad idea in itself, but would pose some issues, like preparing 
content that is relevant both now and in three months and at the same 
time is not too generic).


Having a communication channel to users is very good. We could make the 
tips/announcements unobtrusive by including them in the Start Centre, 
and actually I'd focus on announcements more than tips. Ideally, we 
could even make them language-dependent. And the possibility to 
broadcast announcements like "Want OpenOffice 4 in Arabic? You can help: 
9000 [8000, 7000...] words untranslated" would help a lot in enlarging 
our community.


Of course, this is a non-trivial coding effort, but it would have 
long-term benefits.


Regards,
  Andrea.

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



RE: EXTERNAL: Re: Building comphelper

2013-09-20 Thread Steele, Raymond
I am not sure why my attachments are not going through, but here is the 
preprocessor output. I filtered on utility.

/opt/solarisstudio12.3/bin/CC  -E -temp=/tmp -xarch=generic -xO3 
-DENABLE_LAYOUT=0 -DENABLE_LAYOUT_EXPERIMENTAL=0   -D_FILE_OFFSET_BITS=64 
-I/usr/local/include/boost/ -I. -I../../unxsoli4.pro/inc/oslall -I../inc 
-I../../inc/pch -I../../inc -I../../unx/inc -I../../unxsoli4.pro/inc -I. 
-I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/stl 
-I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/external 
-I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc 
-I/opt/aoo-4.0.0/main/solenv/unxsoli4/inc -I/opt/aoo-4.0.0/main/solenv/inc 
-I/opt/aoo-4.0.0/main/res -I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/stl 
-I/opt/solarisstudio12.3/include -I/opt/aoo-4.0.0/main/solenv/inc/Xp31 
-I/usr/jdk/latest/include -I/usr/jdk/latest/include/solaris 
-I/usr/jdk/latest/include/native_threads/include: -I/usr/local/include 
-I/usr/include -I/usr/local/include/rasqal -I/usr/include/stdcxx4 
-I/opt/aoo-4.0.0/main/stlport/systemstl/: -I/usr/local/include -I/usr/include 
-I/usr/local/include/rasqal -I/usr/include/stdcxx4 
-I/opt/aoo-4.0.0/main/stlport/systemstl/: -I/usr/local/include -I/usr/include 
-I/usr/local/inclue/rasqal -I/opt/aoo-4.0.0/main/stlport/systemstl/ 
-I/opt/solarisstudio12.3/prod/include/CC/Cstd/  
-I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/offuh -I. -I../../res -I. 
-features=no%altspell "-features=rvalueref" +w2 
-erroff=doubunder,identexpected,inllargeuse,inllargeint,notemsource,reftotemp,truncwarn,wnoretvalue,anonnotype
 -KPIC -mt -DSOLARIS -DUNX -DVCL -DC52 -DC52 -DINTEL -D_PTHREADS -DSYSV -DSUN 
-DSUN4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DSTLPORT_VERSION=400 -D__DMAKE 
-DUNIX -DCPPU_ENV=sunpro5 -DSUPD=400 -DPRODUCT -DNDEBUG -DOSL_DEBUG_LEVEL=0 
-DOPTIMIZE -DCUI -DSOLAR_JAVA  -DEXCEPTIONS_ON  -o /tmp/file 
/opt/aoo-4.0.0/main/sal/osl/all/debugbase.cxx|grep utility
#1 "/usr/local/include/boost/config/no_tr1/utility.hpp"
#1 "/opt/solarisstudio12.3/prod/include/CC/Cstd/utility"
#52 "/opt/solarisstudio12.3/prod/include/CC/Cstd/utility"
#1 "/usr/local/include/boost/utility/enable_if.hpp"
#1 "/usr/local/include/boost/utility/addressof.hpp"
#1 "/usr/local/include/boost/utility/swap.hpp"
"/usr/local/include/boost/tr1/detail/config_all.hpp", line 161: Error: Could 
not open include file<../include/utility>.


From: Herbert Duerr [h...@apache.org]
Sent: Friday, September 20, 2013 8:53 AM
To: dev@openoffice.apache.org
Cc: Steele, Raymond
Subject: Re: EXTERNAL: Re: Building comphelper

Hi Raymond,

> I found hash_set in ../main/stlport/systemstl
>
> Is that where it is supposed to be.

Yes.

> Once, I added this to my SOLARINC and SOLARINV environment variables, 
> everything was okay, but then I received a
>
> "/usr/local/include/boost/tr1/detail/config_all.hpp", line 161: Error: Could 
> not open include file<../include/utility>

The  header should come somewhere from your c++ compiler
includes.  According to [1] it should be there somewhere. If it is not
found we need to put its path at the end of the include paths.

[1] http://docs.oracle.com/cd/E19205-01/819-5267/bkajw/index.html

Sorry for the late answer. I was busy with AOO401rc3.

Herbert

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



Re: University Student Promotional Flyer ( was: Re: Yet another flyer)

2013-09-20 Thread Drew Jensen
Howdy,

Wanted to update those file on confluence, apparently I'm unable with my
account, to delete attachments I've uploaded, (so I take it from reading
the Atlassian docs) which sorta makes sense I suppose, but I can update
them and with that.

Updated the three-up card piece at:
https://cwiki.apache.org/confluence/download/attachments/34022580/ThreeUp_GI_rays2.pdf
[note I seem to have not copied the odt file to the thumbdrive, so that
update will need to wait till Monday]
This piece is constructed with 6 independent frames so that it would be
easy for someone to use it and generate a full page of any single card
design.

Also added this file, as a proposal for a general branding motif I would
like to use going forward with this small set of items:
https://cwiki.apache.org/confluence/download/attachments/34022580/oRBS.pdf

ALSO - that would be my proposal for an NGO focused piece, if the text
seems familiar..it should as I borrowed from the WHY web pages.

The question was asked how this brochure would look in Grayscale (off a
copier I assume)  so part of the change in graphics design was to
facilitate that and here is rough estimation of how that would look:
https://cwiki.apache.org/confluence/download/attachments/34022580/oRBS.png

Finally, I added to possible web graphics using the ORB as motif:
https://cwiki.apache.org/confluence/download/attachments/34022580/AOO-4_0_1-explore_blog.gif
and
https://cwiki.apache.org/confluence/download/attachments/34022580/AOO-4_0_1-explore.gif

Unfortunately they don't look so great after Google enhances them...arrgh,
so updates for both on Monday.

Thanks

//drew




On Wed, Sep 18, 2013 at 12:27 PM, Drew Jensen wrote:

> Well, hows about we get Google out of the middle.
>
> Take a look at these pieces
>
> https://cwiki.apache.org/confluence/pages/viewpageattachments.action?pageId=34022580
>
> I've changed the fonts from M+ to, Bitstream Vera Sans for headers and
> Times New Roman for body text, so that folks can actually open the odt file.
>
> //drew
>
>
> On Tue, Sep 17, 2013 at 4:26 PM, Drew Jensen 
> wrote:
>
>> Sorry - one example of a new piece - this was exported to PDF-A/1 from
>> Writer, then imported into Draw (with updated extension) then exported
>> again as SVG..
>>
>> Three-up Bingo Card Tall
>> Front
>> https://docs.google.com/file/d/0Bx7ZNEXlmR0IbW9qQzFBbVJpRXc
>>
>> Back
>> https://docs.google.com/file/d/0Bx7ZNEXlmR0IWXF2ZVoxS18wQjg
>>
>> as an aside - same Apache logo as the others - you should see what I see
>> now, in this svg file.
>>
>> Catch you all tomorrow.
>>
>> //drew
>>
>>
>> On Tue, Sep 17, 2013 at 4:19 PM, Drew Jensen 
>> wrote:
>>
>>> Yes, I've added a few new pieces, all with what is becoming a common
>>> theme of sorts 'Explore Apache OpenOffice' - using a minimal branding (no
>>> wave, no wire frame, no dots [yet ;])
>>>
>>> I will put them all to a single wiki page in the next few days and point
>>> folks to that.
>>>
>>> For now, I've just grabbed the RC2 build and will give Base
>>> w/(updated)MySQL_connector as good an exercise as I can tonight.
>>>
>>> As for the things I've found already, they are all intermittent (though
>>> with some they persist till one fixes the corrupted file) so not really
>>> worth an update to the issue tracker yet, I suppose. Would still like to
>>> know where the darn crash reports are on this Vista system, but I have
>>> screen shots with the information so that should be sufficient.
>>>
>>> //drew
>>>
>>>
>>> On Fri, Sep 13, 2013 at 6:14 PM, Andrea Pescetti wrote:
>>>
 On 09/09/2013 23:40, Rob Weir wrote:

  On Mon, Sep 9, 2013 at 12:09 PM, Drew Jensen wrote:
>
>> That would be good for a one time push, then it's just a matter of
>> having
>> this stuff reasonably easy to find for folks coming along later - but
>> then
>> there lay the trick ;)
>>
> The key is to extend your targeted persona-based approach (which is a
> very smart approach) with a web page (or a wiki page) that is equally
> targeted and rich in relevant keywords, so it is findable in
> Google/Bing for someone looking for that kind of material.  The
> brochure could then be linked to from that page.
>

 This is a good approach. For the time being, Drew could also attach his
 nice series of brochures to
 https://cwiki.apache.org/**confluence/display/OOOUSERS/**Why+OpenOffice
 so that they are not lost in Google Docs and mailing list messages.

 Regards,
   Andrea.


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


>>>
>>
>


Re: Module 3 Corrections

2013-09-20 Thread Kay Schenk
On Fri, Sep 20, 2013 at 1:15 PM, Bonnie Kim  wrote:

> Hello,
>
> I noticed a number of corrections that needed to be made on Module 3 of the
> Orientation Modules, as well as the Lazy Consensus article.
>
> I could list these corrections, but I wouldn't mind entering them myself;
> where can I go to make them?
>
> Bonnie
>
> --
> Bonnie Kim
> University of California, Berkeley
> English, B. A.
> bonnie...@berkeley.edu
> (510) 908-0479
>

Bonnie --

Only committers can directly change this page. However, you can submit
corrections in the form of a "patch". Here is some information on how to do
that:

http://openoffice.apache.org/website-local.html#how-to-make-or-request-changes-to-the-websites

One of the easiest ways is to use the CMS Bookmarklet. Basically, you
navigate to the page you want to change and use the Apache CMS Bookmarklet
to make your changes, and then submit it.

Using patches allows us to review what you've done as well.

Please feel free to ask any follow-up questions about this procedure.

-- 
-
MzK

"Truth is stranger than fiction, but it is because Fiction is obliged
 to stick to possibilities. Truth isn't."
 -- "Following the Equator", Mark Twain


4.0.1_release_blocker requested: [Bug 123311] Print dialog too wide in EU localization

2013-09-20 Thread bugzilla
Ariel Constenla-Haile  has asked  for
4.0.1_release_blocker:
Bug 123311: Print dialog too wide in EU localization
https://issues.apache.org/ooo/show_bug.cgi?id=123311


--- Additional Comments from Ariel Constenla-Haile 
(In reply to Jon Peli Oleaga from comment #0)
> Created attachment 81591 [details]
> a copy of the screen with the opened window
> 
> When trying to print in the basque versions of CALC and WRITER (but not of
> IMPRESS) the opened window is too large.
> 
> It extends further than the right margin of the screen.

For Writer, the Pootle location seems to be 

File: sw/source/ui/config.po
Locations: optdlg.src#STR_PRINTOPTUI.18.itemlist.text


> The same problem existed on the 3.4 version.

For 3.4:
http://opengrok.adfinis-sygroup.org/source/more/aoo-AOO34/extras/l10n/source/eu
/localize.sdf?q=%22Aukera+hau+gaitzen%22&path=extras%2Fl10n%2Fsource%2Feu

For 4.0.1:
http://opengrok.adfinis-sygroup.org/source/more/aoo-trunk/extras/l10n/source/eu
/localize.sdf?q=%22itemlist+STR_PRINTOPTUI+18%22&path=extras%2Fl10n%2Fsource%2F
eu

-

Pootle location:

File: sw/source/ui/config.po
Locations: optdlg.src#STR_PRINTOPTUI.18.itemlist.text
en-US: ~Comments
eu: Aukera hau gaitzen bada, automatikoki txertatutako orrialde zuriak
inprimatu egingo dira. Orriaren bi aldeetan inprimatzean izan ohi da aukera hau
erabilgarri. Adibidez, liburu batean, "kapitulua" paragrafoaren estiloa beti
hasten da orrialde bakoitian. Aurreko kapitulua orrialde bakoiti batean
amaitzen bada, %PRODUCTNAME(e)k bikoitia den orrialde huts bat txertatuko du.
Aukera honek orrialde bikoiti horiek inprimatuko diren edo ez zehazten du.

Note that there are other strings that need to be reviewed, for example:

File: sw/source/ui/config.po
Locations: optdlg.src#STR_PRINTOPTUI.20.itemlist.text
en-US: All pages
eu: Hainbat erretilu dituzten inprimagailuetan, aukera honek erabiliko den
paperaren erretilua sistemako inprimagailuaren ezarpenak zehaztutakoa den edo
ez zehazten du.

-

The vcl::PrintDialog using dynamic layouting (vcl/inc/vcl/arrange.hxx), so it
resizes itself according to the length of its labels text.

Confirming.
Requesting release blocker flag.

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



CMS diff: Decision Making

2013-09-20 Thread Bonnie Kim
Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://openoffice.apache.org/orientation%2Fdecision-making.mdtext

Bonnie Kim

Index: trunk/content/orientation/decision-making.mdtext
===
--- trunk/content/orientation/decision-making.mdtext(revision 1525182)
+++ trunk/content/orientation/decision-making.mdtext(working copy)
@@ -31,13 +31,13 @@
 unnecessary and unproductive.  We have a "time machine" called Subversion 
that allows us to undo any changes to the product or website.   So if a 
Committer believes that a 
 change would be uncontroversial, and the change is reversible, then the 
default approach is to go ahead make the change.
 
-1. Terms that you might related to the above are: 
[JFDI](http://www.urbandictionary.com/define.php?term=JFDI) and "assuming lazy 
consensus".
+1. Terms that you might need to know related to the above are: 
[JFDI](http://www.urbandictionary.com/define.php?term=JFDI) and "assuming lazy 
consensus".
 
 1. However, there are times where CTR is not appropriate and RTC is used.  
This happens, for example, at the end of a release cycle, when we want to 
carefully review
 changes made to the product, in order to control the final quality before 
the release.  When we're in RTC mode, no changes are made to the code unless 
first discussed and approved
 on the mailing list.
 
-1. A Committer can also voluntarily invocate a RTC on their own changes.  
For example the Committer might be considering a change that of greater 
significance.  Maybe he would 
+1. A Committer can also voluntarily invocate a RTC on their own changes.  
For example the Committer might be considering a change that is of greater 
significance.  Maybe he would 
 value additional input, or technical review.  Maybe the change is 
controversial or require coordination.  If CTR is not appropriate then one can 
make a proposal and send it to 
 the dev mailing list.  
 


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