Issue 50585

Summary: Rendering of slide show takes too long
Product: Impress Reporter: groucho266
Component: viewingAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues, jbf.faure
Version: OOo 1.0.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
PowerPoint created by WordPerfect Presentation none

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".