Kaydet (Commit) 6cd346c5 authored tarafından Lei De Bin's avatar Lei De Bin Kaydeden (comit) Xisco Fauli

#120573# fix the export issue for the text box in header&footer with the margin mirrored layout

Reported by: Yan Ji
Patch by: Lei De Bin
Review by: Chen Zuo Jun
üst ec585b96
...@@ -2229,6 +2229,12 @@ bool WinwordAnchoring::ConvertPosition( SwFmtHoriOrient& _iorHoriOri, ...@@ -2229,6 +2229,12 @@ bool WinwordAnchoring::ConvertPosition( SwFmtHoriOrient& _iorHoriOri,
{ {
eHoriConv = CONV2PG; eHoriConv = CONV2PG;
} }
else if ( _iorHoriOri.IsPosToggle()
&& _iorHoriOri.GetHoriOrient() == text::HoriOrientation::RIGHT )
{
eHoriConv = NO_CONV;
_iorHoriOri.SetHoriOrient( text::HoriOrientation::OUTSIDE );
}
else else
{ {
switch ( _iorHoriOri.GetRelationOrient() ) switch ( _iorHoriOri.GetRelationOrient() )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment