• Michael Stahl's avatar
    sd: OOoXML import: fix loss of animations · 5206929f
    Michael Stahl yazdı
    There are 2 different animation formats, legacy one used in OOoXML
    format, based on presentation:animations element, and SMIL based one
    used in ODF format, based on a node hierarchy with
    <anim:par presentation:node-type="timing-root"> at the top.
    
    The problem is that when the legacy animations are imported, they are
    not immediately set on the draw-page in the same way as the new
    animations are imported.
    
    "soffice --convert-to odp ooo28334-1.sxi" loses all of the animations,
    whereas loading the file in the UI and storing it all animations are
    converted, and if you use API load/store methods some are converted and
    some not depending on timing.
    
    The problem is that there is a necessary conversion step
    MainSequence::implRebuild() that needs to happen after all the
    EffectMigration calls for a particular SdPage are finished, which
    is only triggered by a timer MainSequence::onTimerHdl().
    
    Fix it by forcing a call to implRebuild() from DrawDocShell::Load().
    
    Note: SdDrawDocument::NewOrLoadCompleted() is a horribly misleading
    function name as it is actually called *before* loading the document.
    
    Change-Id: I9881cb9bf2ae6ccc5fcf06602343f2d0e0704699
    5206929f
Adı
Son kayıt (commit)
Son güncelleme
..
cgm Loading commit data...
odg Loading commit data...
odp Loading commit data...
pdf Loading commit data...
ppt Loading commit data...
pptx Loading commit data...
svg Loading commit data...
sxi Loading commit data...
xml Loading commit data...
AllTransitions.odp Loading commit data...
HtmlExportTestDocument.odp Loading commit data...
README Loading commit data...
bnc822347_EmptyBullet.odp Loading commit data...
empty.fodp Loading commit data...
fdo47434.pptx Loading commit data...
fdo64512.odp Loading commit data...
fdo64586.ppt Loading commit data...
fdo71075.odp Loading commit data...
fdo71434.pptx Loading commit data...
fdo71961.odp Loading commit data...
fdo79731.odp Loading commit data...
fdo84043.odp Loading commit data...
fdo90607.pptx Loading commit data...
media_embedding.odp Loading commit data...
n593612.pptx Loading commit data...
n758621.ppt Loading commit data...
n759180.pptx Loading commit data...
n762695.pptx Loading commit data...
n819614.pptx Loading commit data...
n820786.pptx Loading commit data...
n828390_4.odp Loading commit data...
n828390_5.odp Loading commit data...
n902652.pptx Loading commit data...
smoketest.pptx Loading commit data...
strict_ooxml.pptx Loading commit data...
tdf90338.odp Loading commit data...
tdf90403.pptx Loading commit data...
tdf92001.odp Loading commit data...
tdf97808.fodp Loading commit data...
tdf99396.odp Loading commit data...
tolerance.xml Loading commit data...