Re: [dev] question about improving the speed of openning .ppt file ( delay load slide page )

2005-09-19 Thread 蒋东进
Hi,Sven Jacobi Thanks for your reply! - Original Message - > Hi, > > 蒋东进 wrote: > > Hi,all > > > > I have implemented delay load slide page in impress these days. Now I > > can import a BIG .ppt file in several seconds. > > Here is my way: I modify func ** sal_Bool ImplSdPPT

Re: [dev] question about improving the speed of openning .ppt file ( delay load slide page )

2005-09-19 Thread Sven Jacobi
Hi, 蒋东进 wrote: > Hi,all > > I have implemented delay load slide page in impress these days. Now I can > import a BIG .ppt file in several seconds. > Here is my way: I modify func ** sal_Bool ImplSdPPTImport::Import() **, > only complete load several pages( start 4-6 pages ) at import ph

[dev] question about improving the speed of openning .ppt file ( delay load slide page )

2005-09-14 Thread 蒋东进
Hi,all I have implemented delay load slide page in impress these days. Now I can import a BIG .ppt file in several seconds. Here is my way: I modify func ** sal_Bool ImplSdPPTImport::Import() **, only complete load several pages( start 4-6 pages ) at import phase, for other pages I only

Re: [dev] question about improving the speed of openning .ppt file

2005-05-17 Thread Sven Jacobi
Thorsten Behrens wrote: "jiangdongjin" <[EMAIL PROTECTED]> writes: If I omit these functions, My test .ppt file opened as fast as MS Powerpoint(maybe 1-2 seconds slower), but all my pictures are missing. Hi jiangdongjin, okay, it wasn't clear to me from your original mail that delay-loading the im

Re: [dev] question about improving the speed of openning .ppt file

2005-05-17 Thread Thorsten Behrens
"jiangdongjin" <[EMAIL PROTECTED]> writes: > If I omit these functions, My test .ppt file opened as fast as MS > Powerpoint(maybe 1-2 seconds slower), but all my pictures are > missing. > Hi jiangdongjin, okay, it wasn't clear to me from your original mail that delay-loading the images is suffici

Re: [dev] question about improving the speed of openning .ppt file

2005-05-17 Thread jiangdongjin
Hi Thorsten, - Original Message - From: "Thorsten Behrens" <[EMAIL PROTECTED]> Newsgroups: openoffice.dev To: Sent: Tuesday, May 17, 2005 5:38 PM Subject: Re: [dev] question about improving the speed of openning .ppt file > "jiangdongjin" <[EMAIL P

Re: [dev] question about improving the speed of openning .ppt file

2005-05-17 Thread Thorsten Behrens
"jiangdongjin" <[EMAIL PROTECTED]> writes: > To my opinion, OOo impress opens .ppt file slower because of: > 1. It imports all contents before displays, but MS Powerpoint only > imports those needed; > 2. It create too many temp files for those pictures embeded in > slide pages, but MS

[dev] question about improving the speed of openning .ppt file

2005-05-16 Thread jiangdongjin
Hi all, These days I am doing the work to improve the speed of openning a .ppt file which contains many jpg or bmp pictures. I found use MS Powerpoint and OOo impress to open the same .ppt file(contains many jpg or bmp pictures),OOo impress is much more slower than MS Powerpoint.In my test,MS