Issue 50585 - Rendering of slide show takes too long
Summary: Rendering of slide show takes too long
Status: CONFIRMED
Alias: None
Product: Impress
Classification: Application
Component: viewing (show other issues)
Version: OOo 1.0.0
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-10 15:07 UTC by groucho266
Modified: 2017-05-20 11:08 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
PowerPoint created by WordPerfect Presentation (491.00 KB, application/vnd.ms-powerpoint)
2005-06-10 15:13 UTC, groucho266
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description groucho266 2005-06-10 15:07:13 UTC
With the ppt export of WordPerfect Presentation 12 I have created the attached
bug doc.  On my system it takes roughly 60 seconds to render each of the three
slides (thats with a non-pro version with debug code.)

This clearly is too long.

Maybe you can valgrind this?
Comment 1 groucho266 2005-06-10 15:13:13 UTC
Created attachment 27078 [details]
PowerPoint created by WordPerfect Presentation
Comment 2 Daniel Boelzle [:dbo] 2005-06-15 11:32:24 UTC
No sever problem, occurs _only_ on nonpro because of

svx/source/svdraw/impgrfll.cxx:

#ifdef DBG_UTIL
        ::rtl::OString aStr( aFill.toString() );
#endif

which takes too much time.  I suggest to change this to

#if OSL_DEBUG_LEVEL > 1

thus toString() is only called when compiled with debug=t

=> set to OOoLater
=> THB: as agreed to you...
Comment 3 jbf.faure 2008-01-26 13:56:06 UTC
Works well for me in OOH680_m4 and 2.3.1
@thb : perhaps this issue should be closed as worksforme ?
Comment 4 Marcus 2017-05-20 11:08:28 UTC
Reset assigne to the default "issues@openoffice.apache.org".