• Miklos Vajna's avatar
    tdf#92586 xmloff: fix import of stretched background image · 6621da38
    Miklos Vajna yazdı
    The bug document has:
          <style:page-layout-properties ... style:repeat="no-repeat">
            <style:background-image ... style:repeat="stretch"/>
          </style:page-layout-properties>
    
    When a stretched background image is set on a page style using the Writer UI,
    then these two style:repeat attributes always match, but not in the bugdoc.
    The later used to have priority, till commit
    7d9bb549 (Related: #i124638# Second step of
    DrawingLayer FillAttributes..., 2014-06-02).
    
    Fix the problem by extending XMLBackgroundImageContext::EndElement(): if we
    know that the <style:page-layout-properties> sets the FillBitmapMode property,
    then don't blindly set BackGraphicLocation, but try to overwrite the exiting
    FillBitmapMode one.
    
    Change-Id: I64ab4363b20cc95003d35acd63ea421472b1c071
    6621da38
Adı
Son kayıt (commit)
Son güncelleme
..
data/odt Loading commit data...
docbookexport Loading commit data...
globalfilter Loading commit data...
htmlexport Loading commit data...
htmlimport Loading commit data...
inc Loading commit data...
mailmerge Loading commit data...
odfexport Loading commit data...
odfimport Loading commit data...
ooxmlexport Loading commit data...
ooxmlimport Loading commit data...
rtfexport Loading commit data...
rtfimport Loading commit data...
tiledrendering Loading commit data...
uiwriter Loading commit data...
ww8export Loading commit data...
ww8import Loading commit data...
README Loading commit data...
find-unused-data.sh Loading commit data...