• Michael Stahl's avatar
    fdo#38056: ODF import: fix page style attributes: · 7f9928bf
    Michael Stahl yazdı
    PageMasterImportPropMapper: in the case of a single "fo:border"
    and "style:border-line-width" attribute, it is possible that the border
    is imported wrongly, like this:
    
    1. pAllBorderProperty is set from the imported value, with name "TopBorder"
    2. individual pNewBorder[i] are created as copies from pAllBorderProperty,
       one of which also with name "TopBorder"
    3. pNewBorder[i] is updated with widths from pBorderWidths[i]
    4. the individual pNewBorder[i] are added to the property vector
    5. the property vector is sorted by property name
    6. the properites are applied in order; if the pNewBorder[TOP]
       happens to precede the pAllBorderProperty (which is indeterminate
       as they both have name "TopBorder"), then the pAllBorderProperty
       will overwrite the border widths computed in step 3.
    
    Thus, nerf the various pAllFoo properties so they do not override
    the individual Foo properties later on.
    
    Change-Id: I87755f1184d59da2aa72ac053e6f77d7295d6958
    7f9928bf
Adı
Son kayıt (commit)
Son güncelleme
..
AttributeContainerHandler.cxx Loading commit data...
DashStyle.cxx Loading commit data...
DrawAspectHdl.cxx Loading commit data...
DrawAspectHdl.hxx Loading commit data...
EnumPropertyHdl.cxx Loading commit data...
FillStyleContext.cxx Loading commit data...
FillStyleContext.hxx Loading commit data...
GradientStyle.cxx Loading commit data...
HatchStyle.cxx Loading commit data...
ImageStyle.cxx Loading commit data...
MarkerStyle.cxx Loading commit data...
MultiPropertySetHelper.cxx Loading commit data...
NamedBoolPropertyHdl.cxx Loading commit data...
PageHeaderFooterContext.cxx Loading commit data...
PageHeaderFooterContext.hxx Loading commit data...
PageMasterExportPropMapper.cxx Loading commit data...
PageMasterExportPropMapper.hxx Loading commit data...
PageMasterImportContext.cxx Loading commit data...
PageMasterImportPropMapper.cxx Loading commit data...
PageMasterImportPropMapper.hxx Loading commit data...
PageMasterPropHdl.cxx Loading commit data...
PageMasterPropHdl.hxx Loading commit data...
PageMasterPropHdlFactory.cxx Loading commit data...
PageMasterPropHdlFactory.hxx Loading commit data...
PageMasterPropMapper.cxx Loading commit data...
PageMasterPropMapper.hxx Loading commit data...
PageMasterStyleMap.cxx Loading commit data...
PagePropertySetContext.cxx Loading commit data...
PagePropertySetContext.hxx Loading commit data...
SinglePropertySetInfoCache.cxx Loading commit data...
StyleMap.cxx Loading commit data...
TransGradientStyle.cxx Loading commit data...
WordWrapPropertyHdl.cxx Loading commit data...
XMLBackgroundImageContext.cxx Loading commit data...
XMLBackgroundImageExport.cxx Loading commit data...
XMLBitmapLogicalSizePropertyHandler.cxx Loading commit data...
XMLBitmapRepeatOffsetPropertyHandler.cxx Loading commit data...
XMLClipPropertyHandler.cxx Loading commit data...
XMLConstantsPropertyHandler.cxx Loading commit data...
XMLElementPropertyContext.cxx Loading commit data...
XMLFillBitmapSizePropertyHandler.cxx Loading commit data...
XMLFontAutoStylePool.cxx Loading commit data...
XMLFontStylesContext.cxx Loading commit data...
XMLFootnoteSeparatorExport.cxx Loading commit data...
XMLFootnoteSeparatorExport.hxx Loading commit data...
XMLFootnoteSeparatorImport.cxx Loading commit data...
XMLFootnoteSeparatorImport.hxx Loading commit data...
XMLIsPercentagePropertyHandler.cxx Loading commit data...
XMLPageExport.cxx Loading commit data...
XMLPercentOrMeasurePropertyHandler.cxx Loading commit data...
XMLRectangleMembersHandler.cxx Loading commit data...
adjushdl.cxx Loading commit data...
adjushdl.hxx Loading commit data...
backhdl.cxx Loading commit data...
backhdl.hxx Loading commit data...
bordrhdl.cxx Loading commit data...
bordrhdl.hxx Loading commit data...
breakhdl.cxx Loading commit data...
breakhdl.hxx Loading commit data...
cdouthdl.cxx Loading commit data...
cdouthdl.hxx Loading commit data...
chrhghdl.cxx Loading commit data...
chrhghdl.hxx Loading commit data...
chrlohdl.cxx Loading commit data...
chrlohdl.hxx Loading commit data...
csmaphdl.cxx Loading commit data...
csmaphdl.hxx Loading commit data...
durationhdl.cxx Loading commit data...
durationhdl.hxx Loading commit data...
escphdl.cxx Loading commit data...
escphdl.hxx Loading commit data...
fonthdl.cxx Loading commit data...
fonthdl.hxx Loading commit data...
impastp1.cxx Loading commit data...
impastp2.cxx Loading commit data...
impastp3.cxx Loading commit data...
impastp4.cxx Loading commit data...
impastpl.hxx Loading commit data...
kernihdl.cxx Loading commit data...
kernihdl.hxx Loading commit data...
lspachdl.cxx Loading commit data...
lspachdl.hxx Loading commit data...
numehelp.cxx Loading commit data...
opaquhdl.cxx Loading commit data...
opaquhdl.hxx Loading commit data...
postuhdl.cxx Loading commit data...
postuhdl.hxx Loading commit data...
prhdlfac.cxx Loading commit data...
prstylei.cxx Loading commit data...
shadwhdl.cxx Loading commit data...
shadwhdl.hxx Loading commit data...
shdwdhdl.cxx Loading commit data...
shdwdhdl.hxx Loading commit data...
styleexp.cxx Loading commit data...
tabsthdl.cxx Loading commit data...
tabsthdl.hxx Loading commit data...
undlihdl.cxx Loading commit data...
undlihdl.hxx Loading commit data...
uniref.cxx Loading commit data...
weighhdl.cxx Loading commit data...
weighhdl.hxx Loading commit data...
xmlaustp.cxx Loading commit data...
xmlbahdl.cxx Loading commit data...
xmlbahdl.hxx Loading commit data...
xmlexppr.cxx Loading commit data...
xmlimppr.cxx Loading commit data...
xmlnume.cxx Loading commit data...
xmlnumfe.cxx Loading commit data...
xmlnumfi.cxx Loading commit data...
xmlnumi.cxx Loading commit data...
xmlprcon.cxx Loading commit data...
xmlprhdl.cxx Loading commit data...
xmlprmap.cxx Loading commit data...
xmlstyle.cxx Loading commit data...
xmltabe.cxx Loading commit data...
xmltabi.cxx Loading commit data...