Apache OpenOffice (AOO) Bugzilla – Issue 119544
[From Symphony] sequence number is not displayed when open docx
Last modified: 2012-10-09 08:17:46 UTC
Created attachment 77752 [details] sample Buid: Aoo3.4 Steps: 1.Open the attached sample file 2.Check the sequence number for table, graphic on page1 Bug: Sequence number can't display.
I will work on this.
Created attachment 78026 [details] Fix for the problem Add code to handle the SEQ field command. Below is a simple example. { SEQ Table \* ROMAN } The logic is 1) extract the sequence name followed by 'SEQ' 2) create a new field master using the sequence name 3) apply the numbering type (Roman, Arabic, alphabetic) 4) attach the field master to the field
I have applied the patch locally and build it now to verify the fix. The next time it would be very helpful to create a patch from the trunk or at least the main directory to have the necessary file path information in the patch.
bug reviewed, built, tested and applied on trunk. trunk -> revision 1347450
Verified it on Aoo_Trunk_20120616.1800.1350879 and it does not reproduce, so close it as fixed.
set Target Milestone to AOO 3.5.0 for PM purpose.