about openoffice support on SVG ?

2012-05-20 Thread jianlizhao
Hello my friend, 

I ask you some question as below:
1) source code with support for SVG code, What programming language is used?


IS   C + + or JAVA?
2) In order to support SVG features, which files additions and modifications
to those source code?

 

Thanks...

 Best Regards!



Re: about openoffice support on SVG ?

2012-05-20 Thread Armin Le Grand
Hi jianlizhao,

jianlizhao jianlizh...@hotmail.com wrote:
 Hello my friend,
 
 I ask you some question as below:
 1) source code with support for SVG code, What programming language is used?

It's C++.


 IS   C + + or JAVA?
 2) In order to support SVG features, which files additions and modifications
 to those source code?

The code is in the main/svgio module, I wrote it. What do you want to do?
Maybe I can help you or just support your needs. Have you read the blog
entry on it
(https://blogs.apache.org/OOo/entry/native_svg_support_for_apache), it
explains some basic principles about it and how it is added to the office
processing (primitive usage).

 Thanks...
 
  Best Regards!

Sincerely,
Armin
-- 
ALG



答复: about openoffice support on SVG ?

2012-05-20 Thread jianlizhao
Hi,Armin :
thanks for you  replay.

I often deal with the digital camera file, its file format is RAW format,
I would like to develop an addon in the openoffice's write , through the addon  
import RAW files.

Import new pictures to openoffice's write,  the same as Svg import. 

I see you develop SVG, no change openoffice's file format, and to maintain the 
compatibility of the before and after, this realization of the idea of ​​a good.

I work on the C++ program development in Windows platform about 10 years, but 
not familiar with the openoffice extension development. Therefore, I need your 
help.

Can you give me an addon examples code that the following functions

1) Click on the menu, display a dialog box, a text input box and a button in 
the dialog box 
2) Click the button on the dialog box , display let users to select the RAW 
format files.

In this way, I only  consider the  program  procedure, rather than familiar 
with the addon framework.

 Look forward to your reply.
  Best Regards!
 


-邮件原件-
发件人: Armin Le Grand [mailto:armin.le.gr...@me.com] 
发送时间: 2012年5月20日 19:37
收件人: ooo-dev@incubator.apache.org
主题: Re: about openoffice support on SVG ?

Hi jianlizhao,

jianlizhao jianlizh...@hotmail.com wrote:
 Hello my friend,
 
 I ask you some question as below:
 1) source code with support for SVG code, What programming language is used?

It's C++.


 IS   C + + or JAVA?
 2) In order to support SVG features, which files additions and modifications
 to those source code?

The code is in the main/svgio module, I wrote it. What do you want to do?
Maybe I can help you or just support your needs. Have you read the blog
entry on it
(https://blogs.apache.org/OOo/entry/native_svg_support_for_apache), it
explains some basic principles about it and how it is added to the office
processing (primitive usage).

 Thanks...
 
  Best Regards!

Sincerely,
Armin
-- 
ALG




Re: 答复: about openoffice support on SVG ?

2012-05-20 Thread Regina Henschel

Hi,

jianlizhao schrieb:

Hi,Armin : thanks for you  replay.

I often deal with the digital camera file, its file format is RAW
format, I would like to develop an addon in the openoffice's write ,
through the addon  import RAW files.

Import new pictures to openoffice's write,  the same as Svg import.

I see you develop SVG, no change openoffice's file format, and to
maintain the compatibility of the before and after, this realization
of the idea of ​​a good.

I work on the C++ program development in Windows platform about 10
years, but not familiar with the openoffice extension development.
Therefore, I need your help.

Can you give me an addon examples code that the following functions



If you will work on extensions, you should download and install the 
Software Development Kit (SDK). Or have you already done it?

http://www.openoffice.org/download/other.html

The SDK provides you with the Developer Guide, the API and other 
references and some examples.


Kind regards
Regina