Re: [dev] Need help with Open Office

2011-02-01 Thread Mathias Bauer

On 28.01.2011 21:30, Yashavant Kulkarni wrote:

Hello,

I am importing several documents that were prepared in Micorsoft Office
2000. They have password protection both for opening and changing.

I am trying to use those documents in Open Office.  I can open them by
entering open password. However Open Office does not ask for write
password. When I try to make changes to the documents, it does not allow
changes.

What can I do ?

First you can tell us which OOo version you are talking about.

Regards,
Mathias

--
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS
Please don't reply to nospamfor...@gmx.de.
I use it for the OOo lists and only rarely read other mails sent to it.

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



Re: [dev] javac not found set with_jdk_home

2011-02-01 Thread Mathias Bauer

On 31.01.2011 10:18, Zongbo Zhang wrote:

Hi,

I am trying to config the dev300_m97 from the cygwin shell, finally I
got a 'javac not found set with_jdk_home' error.

I have the jdk1.6.0_23 installed and  path set, the path is:
'C:\program Files\Java\jdk1.6.0_23\bin', and I certainly put a ';'
before the above path, and put nothing after the 'bin', actually,
this is the usual way in which I set up the path, I also do a test in
the cmd, it seems ok, do I need to do any extra for it to work under
cygwin shell?


As you didn't tell us your configure parameters, I assume that you 
didn't use


--with-jdk-home=/cygdrive/c/program files/Java/jdk1.6.0_23

This should fix your problem.

Regards,
Mathias

--
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS
Please don't reply to nospamfor...@gmx.de.
I use it for the OOo lists and only rarely read other mails sent to it.

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



Re: [dev] Re: [l10n-dev] Dictionaries in OOo 3.3

2011-02-01 Thread Stephan Bergmann

On 02/01/11 09:21, Ariel Constenla-Haile wrote:

The problem is with the XCU file.
The value of the Locations property is written in two lines:

 prop oor:name=Locations oor:type=oor:string-list
 value%origin%/es_AR.aff
%origin%/es_AR.dic
 /value
 /prop

if you change this and write the value in a single line:

 prop oor:name=Locations oor:type=oor:string-list
 value%origin%/es_ES.aff %origin%/es_ES.dic/value
 /prop

the dictionary works.

It looks like something changed in the config. code, sure Stephan can tell if
this is a new feature or a bug.


In the first case, there is whitespace at the end of the list, so the 
new (OOo 3.3) configmgr implementation faithfully reports a third list 
element after that whitespace---an element that happens to be the empty 
string.  The old configmgr implementation behaved differently, so this 
example happened to work there as it probably had been intended by the 
example's author.


For OOo 3.3, an even better way to write string lists is with it 
elements, like


valueit%origin%/es_AR.aff/itit%origin%/es_AR.dic/it/value

You can sprinkle as much whitespace as you like around the it elements.

-Stephan

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



[dev] mozilla build problem

2011-02-01 Thread Zongbo Zhang
Hi,

First of all, big thanks goes to Mathias Bauer! the java home and javac thing 
is no long an issue.

However, the mozilla build tooling becomes an obstacle now, at first, it said 
in the shell that the build tooling not found, then I did as it tell, install 
the latest version of the mozillabuild, then, use the --with-mozilla-build 
option, now an new error occurs, the mozilla build tooling in complete,  I 
have no idea what does this mean, I think I have completely installed the 
mozilla build.

what should I do now?

BR
zongbo zhang

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



[dev] openoffice build problem

2011-02-01 Thread Rohit Kulkarni
I am building OpenOffice but stuck with some linking error related to
redland.
I have OpenOffice source code which contains redland module with redland
1.0.8 , rasqal 0.9.16 and raptor 1.4.18.
Kindly provide me with links or patches that can solve this issue


Re: [dev] mozilla build problem

2011-02-01 Thread Mathias Bauer

On 01.02.2011 11:12, Zongbo Zhang wrote:

Hi,

First of all, big thanks goes to Mathias Bauer! the java home and
javac thing is no long an issue.

However, the mozilla build tooling becomes an obstacle now, at first,
it said in the shell that the build tooling not found, then I did as
it tell, install the latest version of the mozillabuild, then, use
the --with-mozilla-build option, now an new error occurs, the
mozilla build tooling in complete,  I have no idea what does this
mean, I think I have completely installed the mozilla build.

what should I do now?

On Windows you shouldn't try to build Mozilla sources, as this requires
an outdated msvc++ compiler. You should download the zipped mozilla 
binraries (it is described in the building guide in our wiki where you 
can get them) and use --disable-build-mozilla for configure.


Did you have a look on our building guide? If not, please do so 
(http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Windows). 
It will prevent you from running into problems like those you reported.


Regards,
Mathias

--
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS
Please don't reply to nospamfor...@gmx.de.
I use it for the OOo lists and only rarely read other mails sent to it.

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