[dev] Proposal of new project for UOF

2010-07-07 Thread LiHeng

Hi ALL,

UOF is a Chinese document format developed by Chinese
government and all elements of UOF with Chinese tag-name and it is
updated frequently in current period, a lots of new feature would be add
into this standard. To launch a separate project of UOF may focus on
special features of China and Chinese market, and all of office software
provider who based on OpenOffice.org in China can maintain only one
project of UOF interoperability for OpenOffice.org, and we can get the
best interoperability of UOF in China.
*There are 2 products, RedOffice   CS2C, based OpenOffice.org
have supported UOF format.
*And IBM Symphony has supported UOF too.
*Several universities are also focus on UOF, OOXML and ODF
converters.

Proposal of UOF Interoperability Project
Summary
UOF is a Chinese developed open standard for 'office'
applications. It includes word processing, presentation, and spreadsheet
modules, and is made up of GUI, API, and format specifications. The
document format described uses XML contained in a compressed file
container.  This project improve the interoperability of UOF, include
all features, GUI and API and solve the problems in Chinese office
application system.
UOF is not in same structure of ODF, some features(such as
Media Object and Conditional format of Spreadsheet ) can not transform
well only with XSLT, so we need to develop a set of extensions to
transform them into a friendly structure first. For UOF API we must bind
a bundle of interfaces and services on OpenOffice.org in order to
OpenOffice.org can be integrated into office system with UOF API.
The mission of this project is improving the interoperability of
UOF.We're going in for transforming the format between UOF and ODF with
XSLT.There's an UOF filter including an extension to solve some
very important problems with Calc and OLE.

Scope
1.To develop and maintain the filters for every UOF version. Include
XSLT template and a set extensions.
2.To develop and maintain all IDL and services of  UOF APIs
3.To Implement the Chinese special features of UOF in OpenOffice.org
4.To collect the suggestions on UOF from community and participate in
editing of UOF

We will open all XSLT and filter(now as a extension) source
code we have done. And to work on new version of UOF with all contributors.
Now we are working on transforming the format between UOF2.0
and ODF with XSLT stylesheet, and the new features about media object.
UOF2.0 is multiple documents construction and will be a kind of
compression format. Each document is a XML file using  Chinese tags.  We
should convert all documents into a FlatXML which could present all tags
of different documents,and then convert the FlatXML file into ODF with
XSLT stylesheet. And in the other conversion direction ,firstly,ODF will
be converted into multiple documents with XSLT stylesheet,and then the
multiple documents will be packed into UOF2.0 format.

Best regards!
--

LiHeng

RedFlag Chinese 2000




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



[dev] Proposal of new project for UOF

2010-07-07 Thread LiHeng

Hi ALL,

UOF is a Chinese document format developed by Chinese
government and all elements of UOF with Chinese tag-name and it is
updated frequently in current period, a lots of new feature would be add
into this standard. To launch a separate project of UOF may focus on
special features of China and Chinese market, and all of office software
provider who based on OpenOffice.org in China can maintain only one
project of UOF interoperability for OpenOffice.org, and we can get the
best interoperability of UOF in China.
   *There are 2 products, RedOffice  CS2C, based OpenOffice.org
have supported UOF format.
   *And IBM Symphony has supported UOF too.
   *Several universities are also focus on UOF, OOXML and ODF
converters.

Proposal of UOF Interoperability Project
Summary
UOF is a Chinese developed open standard for 'office'
applications. It includes word processing, presentation, and spreadsheet
modules, and is made up of GUI, API, and format specifications. The
document format described uses XML contained in a compressed file
container.  This project improve the interoperability of UOF, include
all features, GUI and API and solve the problems in Chinese office
application system.
UOF is not in same structure of ODF, some features(such as
Media Object and Conditional format of Spreadsheet ) can not transform
well only with XSLT, so we need to develop a set of extensions to
transform them into a friendly structure first. For UOF API we must bind
a bundle of interfaces and services on OpenOffice.org in order to
OpenOffice.org can be integrated into office system with UOF API.
The mission of this project is improving the interoperability of
UOF.We're going in for transforming the format between UOF and ODF with
XSLT.There's an UOF filter including an extension to solve some
very important problems with Calc and OLE.

Scope
1.To develop and maintain the filters for every UOF version. Include
XSLT template and a set extensions.
2.To develop and maintain all IDL and services of  UOF APIs
3.To Implement the Chinese special features of UOF in OpenOffice.org
4.To collect the suggestions on UOF from community and participate in
editing of UOF

We will open all XSLT and filter(now as a extension) source
code we have done. And to work on new version of UOF with all contributors.
Now we are working on transforming the format between UOF2.0
and ODF with XSLT stylesheet, and the new features about media object.
UOF2.0 is multiple documents construction and will be a kind of
compression format. Each document is a XML file using  Chinese tags.  We
should convert all documents into a FlatXML which could present all tags
of different documents,and then convert the FlatXML file into ODF with
XSLT stylesheet. And in the other conversion direction ,firstly,ODF will
be converted into multiple documents with XSLT stylesheet,and then the
multiple documents will be packed into UOF2.0 format.

Best regards!
--

LiHeng

RedFlag Chinese 2000



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



[dev] empty MS Word text fields not empty in Writer

2010-07-07 Thread Joerg Reschke
Hi,

we have to migrate a lot of MS Word documents (.doc) to OOo and we have a 
problem with the empty MS Word text fields. The Writer imports these text 
fields, but the value is not empty: 
- MS Word displays empty text fields as ° and prints these values as 
space. 
- The Writer displays imported empty text fields with @ and prints also 
the value as @. 

We've testet with win32 version 3.2.1 and a current development snapshot. The 
first idea was to replace the string @ with   doesn't work, because 
the search and replace function doesn't find the @ value. So, our plan is 
now to change the import filter and build a own OOo. Can anyone help to find 
the relevant place in the source of the import filter?

Many thanks for your help.
Jörg Reschke
-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] empty MS Word text fields not empty in Writer

2010-07-07 Thread Andrew Douglas Pitonyak

On 07/07/2010 05:48 AM, Joerg Reschke wrote:

Hi,

we have to migrate a lot of MS Word documents (.doc) to OOo and we have a 
problem with the empty MS Word text fields. The Writer imports these text 
fields, but the value is not empty:
- MS Word displays empty text fields as ° and prints these values as 
space.
- The Writer displays imported empty text fields with @ and prints also the value 
as @.

We've testet with win32 version 3.2.1 and a current development snapshot. The first idea was to replace the 
string @ with   doesn't work, because the search and replace function doesn't 
find the @ value. So, our plan is now to change the import filter and build a own OOo. Can 
anyone help to find the relevant place in the source of the import filter?

Many thanks for your help.
Jörg Reschke
   

Just saw this and wanted to throw out an idea

You are able to enumerate through your text fields and change the values 
in those fields. That would be easier than modifying OOo. That said, 
this sounds like it may be a bug so you should probably file a bug 
report as well.


--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
My Book: http://www.hentzenwerke.com/catalog/oome.htm
Info:  http://www.pitonyak.org/oo.php
See Also: http://documentation.openoffice.org/HOW_TO/index.html


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



Re: [dev] oo3.2 (vista) freezes after double click on user field

2010-07-07 Thread TJ Frazier

On 7/7/2010 08:47, Oliver Brinzing wrote:

Hi,

can someone confirm ?

- open writer
- insert an user field
- try to edit user field (e.g. double click)
- oo freezes

i use vista 32 (OO 3.2)

btw: xp (OO3.2) and OO 3.3 (vista/xp) does not freeze

Oliver


Hi, Oliver,
In a new document under WV and 3.2.1, I followed Insert  Fields  Other 
 Variables tab, selected User Field and General, supplied name Bip, 
and inserted the field.
It showed up with value 0. Double-clicking gave me the same tab again, 
where I could have entered a value. No freeze.

Did you mean something else?
--
/tj/


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



Re: [dev] oo3.2 (vista) freezes after double click on user field

2010-07-07 Thread Oliver Brinzing
Hi,

 Did you mean something else?

no, i did exactly the same, oo 3.2 freezes on vista - oo 3.2.1 is ok ...

Regards
Oliver

-- 

GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45



signature.asc
Description: OpenPGP digital signature


[dev] What is the best desktop tool to browse/navigate the OOo source?

2010-07-07 Thread Samphan Raruenrom

I want to fix some locale-dependent bugs in OOo.

Several years ago, I used to use RedHat's source-navigator to 
index/crossref and browse in the OOo source.
The tool was very buggy. However, I still want to use desktop tool like 
sourcenav

since you can edit the code as soon as you found the suspect.

What is the best GUI source browser/cross-reference tools for the giant 
OOo source now?

sourcenav? eclipse?

--
_/|\_ /Samphan Raruenrom./  Open Source Development Co., Ltd.
Tel: +66 2 2699889  Fax: +66 38 773128  Web: www.osdev.co.th 
http://www.osdev.co.th/
Twitter: @osdev http://twitter.com/osdev  Facebook: 
www.facebook.com/osdev http://www.facebook.com/osdev


Re: [dev] What is the best desktop tool to browse/navigate the OOo source?

2010-07-07 Thread Joost Andrae

Hi Samphan.


What is the best GUI source browser/cross-reference tools for the giant
OOo source now?
sourcenav? eclipse?


do you mean something like http://svn.services.openoffice.org/opengrok/ ?

If you just like to browse the source then 
http://hg.services.openoffice.org/ might be something for you.


DEV300 codeline is to be understood as 'trunk'
OOO330 release codeline is a branch-off of DEV300_m84 milestone to 
stabilize this branch before OpenOffice.org 3.3.x release (next: 3.3.0)


Information about the API can be found here: http://api.openoffice.org/
Information about usage of a NetBeans plugin can be found here: 
http://wiki.services.openoffice.org/wiki/OpenOffice_NetBeans_Integration
Information about usage of an Eclipse plugin can be found 
here:http://wiki.services.openoffice.org/wiki/OpenOffice_Eclipse_Integration


Kind regards, Joost

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



Re: [dev] oo3.2 (vista) freezes after double click on user field

2010-07-07 Thread Németh László
Hi,

There is a similar problem, but in special circumstances:
http://www.openoffice.org/issues/show_bug.cgi?id=109521
(Editing hidden cross reference crashes OOo)

A test document would be fine.

Regards,
László

2010/7/7 Oliver Brinzing oliver.brinz...@gmx.de:
 Hi,

 Did you mean something else?

 no, i did exactly the same, oo 3.2 freezes on vista - oo 3.2.1 is ok ...

 Regards
 Oliver

 --

 GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45



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



Re: [dev] oo3.2 (vista) freezes after double click on user field

2010-07-07 Thread TJ Frazier

Hi, László,

I tried your test case under WV and 3.2.1, and it works fine (no crash). 
You should close your bug report as fixed in 3.2.1. QA will love you 
for that.

-- /tj/
On 7/7/2010 12:14, Németh László wrote:

Hi,

There is a similar problem, but in special circumstances:
http://www.openoffice.org/issues/show_bug.cgi?id=109521
(Editing hidden cross reference crashes OOo)

A test document would be fine.

Regards,
László

2010/7/7 Oliver Brinzingoliver.brinz...@gmx.de:

Hi,


Did you mean something else?


no, i did exactly the same, oo 3.2 freezes on vista - oo 3.2.1 is ok ...

Regards
Oliver



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



Re: [dev] oo3.2 (vista) freezes after double click on user field

2010-07-07 Thread Németh László
Hi,

The problem still exists under Linux with OOo 3.2.1, but I have added
your test result to the issue.

Thanks,
László

2010/7/7 TJ Frazier tjfraz...@cfl.rr.com:
 Hi, László,

 I tried your test case under WV and 3.2.1, and it works fine (no crash). You
 should close your bug report as fixed in 3.2.1. QA will love you for that.
 -- /tj/
 On 7/7/2010 12:14, Németh László wrote:

 Hi,

 There is a similar problem, but in special circumstances:
 http://www.openoffice.org/issues/show_bug.cgi?id=109521
 (Editing hidden cross reference crashes OOo)

 A test document would be fine.

 Regards,
 László

 2010/7/7 Oliver Brinzingoliver.brinz...@gmx.de:

 Hi,

 Did you mean something else?

 no, i did exactly the same, oo 3.2 freezes on vista - oo 3.2.1 is ok ...

 Regards
 Oliver


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



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



Re: [dev] What is the best desktop tool to browse/navigate the OOo source?

2010-07-07 Thread Samphan Raruenrom

Thank you :)

On 7/7/2553 22:45, Joost Andrae wrote:

Hi Samphan.


What is the best GUI source browser/cross-reference tools for the giant
OOo source now?
sourcenav? eclipse?


do you mean something like http://svn.services.openoffice.org/opengrok/ ?

If you just like to browse the source then 
http://hg.services.openoffice.org/ might be something for you.


DEV300 codeline is to be understood as 'trunk'
OOO330 release codeline is a branch-off of DEV300_m84 milestone to 
stabilize this branch before OpenOffice.org 3.3.x release (next: 3.3.0)


Information about the API can be found here: http://api.openoffice.org/
Information about usage of a NetBeans plugin can be found here: 
http://wiki.services.openoffice.org/wiki/OpenOffice_NetBeans_Integration
Information about usage of an Eclipse plugin can be found 
here:http://wiki.services.openoffice.org/wiki/OpenOffice_Eclipse_Integration 



Kind regards, Joost

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




--
_/|\_ /Samphan Raruenrom./  Open Source Development Co., Ltd.
Tel: +66 2 2699889  Fax: +66 38 773128  Web: www.osdev.co.th 
http://www.osdev.co.th/
Twitter: @osdev http://twitter.com/osdev  Facebook: 
www.facebook.com/osdev http://www.facebook.com/osdev