[Libreoffice-bugs] [Bug 49425] DOCX import: frame with page number in footer wrongly positioned (not in frame)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri May 4 06:36:25 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=49425
Tobias Burnus <tobias.burnus at physik.fu-berlin.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|LibO 3.5.1 Release |LibO 3.5.3 release
--- Comment #1 from Tobias Burnus <tobias.burnus at physik.fu-berlin.de> 2012-05-04 06:36:25 PDT ---
Same result with 3.5.3.2.
If one looks at the file "word/footer2.xml", one sees the following. The first
block is in a frame - the second one is the normal foot-note text
<w:ftr>
<w:p w:rsidR="00DD70C3" w:rsidRDefault="00DD70C3">
<w:pPr>
<w:pStyle w:val="Footer"/>
<w:framePr w:wrap="around" w:vAnchor="text" w:hAnchor="margin"
w:xAlign="center" w:y="1"/>
<w:rPr>
<w:rStyle w:val="PageNumber"/>
<w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/>
<w:sz w:val="16"/><w:szCs w:val="20"/>
</w:rPr>
</w:pPr>
<w:r>
...
</w:r><w:r>
<w:rPr>
<w:rStyle w:val="PageNumber"/>
<w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/>
<w:sz w:val="16"/><w:szCs w:val="20"/>
</w:rPr>
<w:instrText xml:space="preserve">PAGE </w:instrText>
</w:r>
...
</w:p>
<w:p w:rsidR="00DD70C3" w:rsidRPr="00867F64" w:rsidRDefault="00DD70C3"
w:rsidP="00867F64">
...
<w:r>
<w:rPr>
<w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/><w:b/>
<w:sz w:val="16"/><w:szCs w:val="16"/>
</w:rPr>
<w:t>DRAFT</w:t>
</w:r>
</w:p>
...
</w:ftr>
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Libreoffice-bugs
mailing list