about souce code of write insert a picture ?

2012-05-17 Thread jianlizhao
Hello 
could you  the tell me openoffice's the write,How to insert a picture,Can
you briefly describe the implementation process? 

 insert a picture code  in which module ?

Regards
jianlizhao



about souce code of write insert a picture ?

2012-05-18 Thread jianlizhao
Hello  Jim Cheng:

Thanks you replay. 

Could I find a example of openoffice secondary development, programming
language use C++ language , the example Achieve Function
1)  dialog box 
2)  Click the button on the dialog box display "hello world".

Where can I download the example program?




about souce code of write insert a picture ?

2012-05-18 Thread jianlizhao
Hello  Jim Cheng:

Yes. a kind of customer application developed based on OpenOffice, call
Extensions .  the  Extensions  Has the following features
1)  dialog box
2)  Click the button on the dialog box display "hello world".

it was simple, but good learning.

Thanks...

Best Regards!


-邮件原件-
发件人: chengjh [mailto:chen...@apache.org] 
发送时间: 2012年5月18日 16:19
收件人: ooo-dev@incubator.apache.org
主题: Re: about souce code of write insert a picture ?

You mean a kind of customer application developed based on OpenOffice ,
such as "Hello World!",right?

On Fri, May 18, 2012 at 4:07 PM, jianlizhao  wrote:

> Hello  Jim Cheng:
>
> Thanks you replay.
>
> Could I find a example of openoffice secondary development, programming
> language use C++ language , the example Achieve Function
> 1)  dialog box
> 2)  Click the button on the dialog box display "hello world".
>
> Where can I download the example program?


Thanks...

Best Regards!

Jim Cheng (程建宏)



about souce code of write insert a picture ?

2012-05-18 Thread jianlizhao
Hello  Jim Cheng:

I see  http://wiki.services.openoffice.org/wiki/Documentation/DevGuide.

It is schematic respect, Very detailed.
I'm looking for a simple practical example

Thanks...
Best Regards!




Please refer to Yong Lin's reply...to find expected info from
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide

On Fri, May 18, 2012 at 4:39 PM, jianlizhao  wrote:

> Hello  Jim Cheng:
>
> Yes. a kind of customer application developed based on OpenOffice, call
> Extensions .  the  Extensions  Has the following features
> 1)  dialog box
> 2)  Click the button on the dialog box display "hello world".
>
> it was simple, but good learning.
>
> Thanks...
>
> Best Regards!
>
>
> -邮件原件-
> 发件人: chengjh [mailto:chen...@apache.org]
> 发送时间: 2012年5月18日 16:19
> 收件人: ooo-dev@incubator.apache.org
> 主题: Re: about souce code of write insert a picture ?
>
> You mean a kind of customer application developed based on OpenOffice ,
> such as "Hello World!",right?
>
> On Fri, May 18, 2012 at 4:07 PM, jianlizhao 
> wrote:
>
> > Hello  Jim Cheng:
> >
> > Thanks you replay.
> >
> > Could I find a example of openoffice secondary development, programming
> > language use C++ language , the example Achieve Function
> > 1)  dialog box
> > 2)  Click the button on the dialog box display "hello world".
> >
> > Where can I download the example program?
>
>
> Thanks...
>
> Best Regards!
>
> Jim Cheng (程建宏)
>
>


-- 

Thanks...

Best Regards!

Jim Cheng (程建宏)



Re: about souce code of write insert a picture ?

2012-05-18 Thread chengjh
The implementation of inserting graphic in Writer is locating at sw
module...You can have a look at these classes...
1.SwGrfNode
2.SwFrmFmt
3.SwFlyFrmFmt
4.SwDoc & its *pFrmFmtTbl,*pSpzFrmFmtTbl
5.SwFlyAtCntFrm

Through breaking at their construct functions in the debug env, the
inserting implementation will be clear...

On Thu, May 17, 2012 at 9:09 PM, jianlizhao  wrote:

> Hello
> could you  the tell me openoffice's the write,How to insert a picture,Can
> you briefly describe the implementation process?
>
>  insert a picture code  in which module ?
>
> Regards
> jianlizhao
>
>


-- 

Thanks...

Best Regards!

Jim Cheng (程建宏)


Re: about souce code of write insert a picture ?

2012-05-18 Thread Yong Lin Ma
Here is the AOO dev guide you could look into.

http://wiki.services.openoffice.org/wiki/Documentation/DevGuide

On Fri, May 18, 2012 at 4:07 PM, jianlizhao  wrote:
> Hello  Jim Cheng:
>
> Thanks you replay.
>
> Could I find a example of openoffice secondary development, programming
> language use C++ language , the example Achieve Function
> 1)  dialog box
> 2)  Click the button on the dialog box display "hello world".
>
> Where can I download the example program?
>
>



-- 
Erik Ma


Re: about souce code of write insert a picture ?

2012-05-18 Thread chengjh
You mean a kind of customer application developed based on OpenOffice ,
such as "Hello World!",right?

On Fri, May 18, 2012 at 4:07 PM, jianlizhao  wrote:

> Hello  Jim Cheng:
>
> Thanks you replay.
>
> Could I find a example of openoffice secondary development, programming
> language use C++ language , the example Achieve Function
> 1)  dialog box
> 2)  Click the button on the dialog box display "hello world".
>
> Where can I download the example program?
>
>
>


-- 

Thanks...

Best Regards!

Jim Cheng (程建宏)


Re: about souce code of write insert a picture ?

2012-05-18 Thread chengjh
Please refer to Yong Lin's reply...to find expected info from
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide

On Fri, May 18, 2012 at 4:39 PM, jianlizhao  wrote:

> Hello  Jim Cheng:
>
> Yes. a kind of customer application developed based on OpenOffice, call
> Extensions .  the  Extensions  Has the following features
> 1)  dialog box
> 2)  Click the button on the dialog box display "hello world".
>
> it was simple, but good learning.
>
> Thanks...
>
> Best Regards!
>
>
> -邮件原件-
> 发件人: chengjh [mailto:chen...@apache.org]
> 发送时间: 2012年5月18日 16:19
> 收件人: ooo-dev@incubator.apache.org
> 主题: Re: about souce code of write insert a picture ?
>
> You mean a kind of customer application developed based on OpenOffice ,
> such as "Hello World!",right?
>
> On Fri, May 18, 2012 at 4:07 PM, jianlizhao 
> wrote:
>
> > Hello  Jim Cheng:
> >
> > Thanks you replay.
> >
> > Could I find a example of openoffice secondary development, programming
> > language use C++ language , the example Achieve Function
> > 1)  dialog box
> > 2)  Click the button on the dialog box display "hello world".
> >
> > Where can I download the example program?
>
>
> Thanks...
>
> Best Regards!
>
> Jim Cheng (程建宏)
>
>


-- 

Thanks...

Best Regards!

Jim Cheng (程建宏)


Re: about souce code of write insert a picture ?

2012-05-18 Thread Yue Helen
Curious why do not you have a look at the developer guide? There's enough
information to build such a simple application...

Helen

2012/5/18 jianlizhao 

> Hello  Jim Cheng:
>
> Yes. a kind of customer application developed based on OpenOffice, call
> Extensions .  the  Extensions  Has the following features
> 1)  dialog box
> 2)  Click the button on the dialog box display "hello world".
>
> it was simple, but good learning.
>
> Thanks...
>
> Best Regards!
>
>
> -邮件原件-
> 发件人: chengjh [mailto:chen...@apache.org]
> 发送时间: 2012年5月18日 16:19
> 收件人: ooo-dev@incubator.apache.org
> 主题: Re: about souce code of write insert a picture ?
>
> You mean a kind of customer application developed based on OpenOffice ,
> such as "Hello World!",right?
>
> On Fri, May 18, 2012 at 4:07 PM, jianlizhao 
> wrote:
>
> > Hello  Jim Cheng:
> >
> > Thanks you replay.
> >
> > Could I find a example of openoffice secondary development, programming
> > language use C++ language , the example Achieve Function
> > 1)  dialog box
> > 2)  Click the button on the dialog box display "hello world".
> >
> > Where can I download the example program?
>
>
> Thanks...
>
> Best Regards!
>
> Jim Cheng (程建宏)
>
>


Re: about souce code of write insert a picture ?

2012-05-18 Thread Louis Suárez-Potts
Hi all,
Please interleave your responses and refrain for the terrible temptation of top 
posting. The idea is to situate the reader in the context and to maintain the 
illusion of a conversation.

Sorry for top posting this tedious plea,

Louis

On 2012-05-18, at 05:12 , jianlizhao wrote:

> Hello  Jim Cheng:
> 
> I see  http://wiki.services.openoffice.org/wiki/Documentation/DevGuide.
> 
> It is schematic respect, Very detailed.
> I'm looking for a simple practical example
> 
> Thanks...
> Best Regards!
> 
> 
> 
> 
> Please refer to Yong Lin's reply...to find expected info from
> http://wiki.services.openoffice.org/wiki/Documentation/DevGuide
> 
> On Fri, May 18, 2012 at 4:39 PM, jianlizhao  wrote:
> 
>> Hello  Jim Cheng:
>> 
>> Yes. a kind of customer application developed based on OpenOffice, call
>> Extensions .  the  Extensions  Has the following features
>> 1)  dialog box
>> 2)  Click the button on the dialog box display "hello world".
>> 
>> it was simple, but good learning.
>> 
>> Thanks...
>> 
>> Best Regards!
>> 
>> 
>> -----邮件原件-----
>> 发件人: chengjh [mailto:chen...@apache.org]
>> 发送时间: 2012年5月18日 16:19
>> 收件人: ooo-dev@incubator.apache.org
>> 主题: Re: about souce code of write insert a picture ?
>> 
>> You mean a kind of customer application developed based on OpenOffice ,
>> such as "Hello World!",right?
>> 
>> On Fri, May 18, 2012 at 4:07 PM, jianlizhao 
>> wrote:
>> 
>>> Hello  Jim Cheng:
>>> 
>>> Thanks you replay.
>>> 
>>> Could I find a example of openoffice secondary development, programming
>>> language use C++ language , the example Achieve Function
>>> 1)  dialog box
>>> 2)  Click the button on the dialog box display "hello world".
>>> 
>>> Where can I download the example program?
>> 
>> 
>> Thanks...
>> 
>> Best Regards!
>> 
>> Jim Cheng (程建宏)
>> 
>> 
> 
> 
> -- 
> 
> Thanks...
> 
> Best Regards!
> 
> Jim Cheng (程建宏)
> 



Re: about souce code of write insert a picture ?

2012-05-18 Thread drew
On Fri, 2012-05-18 at 17:12 +0800, jianlizhao wrote:
> Hello  Jim Cheng:
> 
> I see  http://wiki.services.openoffice.org/wiki/Documentation/DevGuide.
> 
> It is schematic respect, Very detailed.
> I'm looking for a simple practical example
> 
> Thanks...
> Best Regards!
> 

Hello,

The site is a tad broken since the migration, but I believe the examples
are still there, and hopefully will have something of what you are
looking for:
http://codesnippets.services.openoffice.org/index.xml

Best wishes,

//drew


> 
> 
> 
> Please refer to Yong Lin's reply...to find expected info from
> http://wiki.services.openoffice.org/wiki/Documentation/DevGuide
> 
> On Fri, May 18, 2012 at 4:39 PM, jianlizhao  wrote:
> 
> > Hello  Jim Cheng:
> >
> > Yes. a kind of customer application developed based on OpenOffice, call
> > Extensions .  the  Extensions  Has the following features
> > 1)  dialog box
> > 2)  Click the button on the dialog box display "hello world".
> >
> > it was simple, but good learning.
> >
> > Thanks...
> >
> > Best Regards!
> >
> >
> > -邮件原件-
> > 发件人: chengjh [mailto:chen...@apache.org]
> > 发送时间: 2012年5月18日 16:19
> > 收件人: ooo-dev@incubator.apache.org
> > 主题: Re: about souce code of write insert a picture ?
> >
> > You mean a kind of customer application developed based on OpenOffice ,
> > such as "Hello World!",right?
> >
> > On Fri, May 18, 2012 at 4:07 PM, jianlizhao 
> > wrote:
> >
> > > Hello  Jim Cheng:
> > >
> > > Thanks you replay.
> > >
> > > Could I find a example of openoffice secondary development, programming
> > > language use C++ language , the example Achieve Function
> > > 1)  dialog box
> > > 2)  Click the button on the dialog box display "hello world".
> > >
> > > Where can I download the example program?
> >
> >
> > Thanks...
> >
> > Best Regards!
> >
> > Jim Cheng (程建宏)
> >
> >
> 
> 




Bad Thread - Was: about souce code of write insert a picture ?

2012-05-18 Thread Peter Junge

Hi Jian Lizhao,

you have been creating this email by replying to another email by Hans 
Zybura, and then replacing the subject and body. This is bad because it 
orders incorrectly when using a threaded view in the email client.


If you want to copy an email address in a convenient way, just copy and 
paste it with your mouse rather than hijacking another discussion.


Thanks,
Peter

On 5/18/2012 4:07 PM, jianlizhao wrote:

Hello  Jim Cheng:

Thanks you replay.

Could I find a example of openoffice secondary development, programming
language use C++ language , the example Achieve Function
1)  dialog box
2)  Click the button on the dialog box display "hello world".

Where can I download the example program?