• Michael Stahl's avatar
    ODF import: workaround dubious draw:fill="solid" on frame styles · d7dbbae1
    Michael Stahl yazdı
    Since the gradient frame backgrounds were added in LO 4.1, we export
    this:
    
     fo:background-color="transparent" draw:fill="solid"
    
    Which doesn't make a whole lot of sense as this is really a "none" fill,
    and now with the backward compatibility stuff in the style import code
    we get the pool default color added when setting the BackTransparent
    property, and with the draw:fill="solid" it becomes visible and the
    background color is now Sky Blue 1.
    
    So try to detect draw:fill="solid" without draw:fill-color attribute
    and contradicting transparent legacy attribute and nerf it.  This way
    we also export draw:fill="none" again, although still with a bogus
    draw:fill-color but that shouldn't cause any harm.
    
    Change-Id: I1c2bea46ba7d9a3f042b875df0ca12c7f6037909
    (cherry picked from commit 68efa6f5)
    Reviewed-on: https://gerrit.libreoffice.org/18040Tested-by: 's avatarJenkins <ci@libreoffice.org>
    Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
    Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
    d7dbbae1
Adı
Son kayıt (commit)
Son güncelleme
..
EnhancedCustomShapeToken.cxx Loading commit data...
XMLGraphicsDefaultStyle.cxx Loading commit data...
XMLImageMapContext.cxx Loading commit data...
XMLImageMapExport.cxx Loading commit data...
XMLNumberStyles.cxx Loading commit data...
XMLNumberStylesExport.hxx Loading commit data...
XMLReplacementImageContext.cxx Loading commit data...
XMLShapePropertySetContext.cxx Loading commit data...
XMLShapeStyleContext.cxx Loading commit data...
animationexport.cxx Loading commit data...
animationimport.cxx Loading commit data...
animexp.cxx Loading commit data...
animimp.cxx Loading commit data...
descriptionimp.cxx Loading commit data...
descriptionimp.hxx Loading commit data...
eventimp.cxx Loading commit data...
eventimp.hxx Loading commit data...
layerexp.cxx Loading commit data...
layerexp.hxx Loading commit data...
layerimp.cxx Loading commit data...
layerimp.hxx Loading commit data...
numithdl.cxx Loading commit data...
numithdl.hxx Loading commit data...
propimp0.cxx Loading commit data...
propimp0.hxx Loading commit data...
sdpropls.cxx Loading commit data...
sdpropls.hxx Loading commit data...
sdxmlexp.cxx Loading commit data...
sdxmlexp_impl.hxx Loading commit data...
sdxmlimp.cxx Loading commit data...
sdxmlimp_impl.hxx Loading commit data...
shapeexport.cxx Loading commit data...
shapeimport.cxx Loading commit data...
xexptran.cxx Loading commit data...
ximp3dobject.cxx Loading commit data...
ximp3dobject.hxx Loading commit data...
ximp3dscene.cxx Loading commit data...
ximp3dscene.hxx Loading commit data...
ximpbody.cxx Loading commit data...
ximpbody.hxx Loading commit data...
ximpcustomshape.cxx Loading commit data...
ximpcustomshape.hxx Loading commit data...
ximpgrp.cxx Loading commit data...
ximpgrp.hxx Loading commit data...
ximplink.cxx Loading commit data...
ximplink.hxx Loading commit data...
ximpnote.cxx Loading commit data...
ximpnote.hxx Loading commit data...
ximppage.cxx Loading commit data...
ximppage.hxx Loading commit data...
ximpshap.cxx Loading commit data...
ximpshap.hxx Loading commit data...
ximpshow.cxx Loading commit data...
ximpshow.hxx Loading commit data...
ximpstyl.cxx Loading commit data...
ximpstyl.hxx Loading commit data...