Bugzilla – Attachment 143532 Details for
Bug 104345
FILEOPEN DOCX: Paragraphs with top and bottom border, overlapping borders invisible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
tdf104345_docximportEmulation.patch
tdf104345_docximportEmulation.patch (text/plain), 2.05 KB, created by
Justin L
on 2018-07-13 11:13:25 UTC
(
hide
)
Description:
tdf104345_docximportEmulation.patch
Filename:
MIME Type:
Creator:
Justin L
Created:
2018-07-13 11:13:25 UTC
Size:
2.05 KB
patch
obsolete
>diff --git a/writerfilter/source/dmapper/DomainMapper.cxx b/writerfilter/source/dmapper/DomainMapper.cxx >index d3719e745b13..106771347483 100644 >--- a/writerfilter/source/dmapper/DomainMapper.cxx >+++ b/writerfilter/source/dmapper/DomainMapper.cxx >@@ -1356,6 +1356,7 @@ void DomainMapper::sprmWithProps( Sprm& rSprm, const PropertyMapPtr& rContext ) > eBorderDistId = PROP_RIGHT_BORDER_DISTANCE ; > break; > case NS_ooxml::LN_CT_PBdr_between: >+ rContext->Insert(PROP_PARA_IS_CONNECT_BORDER, uno::makeAny( false )); > //not supported > break; > default:; >diff --git a/writerfilter/source/dmapper/PropertyIds.cxx b/writerfilter/source/dmapper/PropertyIds.cxx >index f515d5118636..87aee20715b4 100644 >--- a/writerfilter/source/dmapper/PropertyIds.cxx >+++ b/writerfilter/source/dmapper/PropertyIds.cxx >@@ -90,6 +90,7 @@ OUString getPropertyName( PropertyIds eId ) > case PROP_PARA_BOTTOM_MARGIN_AFTER_AUTO_SPACING: sName = "ParaBottomMarginAfterAutoSpacing"; break; > case PROP_PARA_CONTEXT_MARGIN: sName = "ParaContextMargin"; break; > case PROP_PARA_BOTTOM_MARGIN: sName = "ParaBottomMargin"; break; >+ case PROP_PARA_IS_CONNECT_BORDER: sName = "ParaIsConnectBorder"; break; > case PROP_PARA_IS_HYPHENATION: sName = "ParaIsHyphenation"; break; > case PROP_PARA_LINE_NUMBER_COUNT: sName = "ParaLineNumberCount"; break; > case PROP_PARA_IS_HANGING_PUNCTUATION: sName = "ParaIsHangingPunctuation"; break; >diff --git a/writerfilter/source/dmapper/PropertyIds.hxx b/writerfilter/source/dmapper/PropertyIds.hxx >index 6d1d77bd743c..fe252072786a 100644 >--- a/writerfilter/source/dmapper/PropertyIds.hxx >+++ b/writerfilter/source/dmapper/PropertyIds.hxx >@@ -198,6 +198,7 @@ enum PropertyIds > ,PROP_PARA_ADJUST > ,PROP_PARA_BOTTOM_MARGIN > ,PROP_PARA_FIRST_LINE_INDENT >+ ,PROP_PARA_IS_CONNECT_BORDER > ,PROP_PARA_IS_HANGING_PUNCTUATION > ,PROP_PARA_IS_HYPHENATION > ,PROP_PARA_KEEP_TOGETHER
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 104345
:
129231
|
129234
|
129239
|
143141
|
143530
|
143531
| 143532