2003/12/02 08:58:05 fme 1.34.10.2: RESYNC: (1.34-1.35); FILE MERGED
2003/11/27 09:01:34 fme 1.34.10.1: #109071# Provide fallback value for footnote line so that GetFtnLine does not have to invalidate in case that the are no paragraph information available
2003/12/02 08:57:57 fme 1.65.30.2: RESYNC: (1.65-1.66); FILE MERGED
2003/11/27 09:01:34 fme 1.65.30.1: #109071# Provide fallback value for footnote line so that GetFtnLine does not have to invalidate in case that the are no paragraph information available
2003/12/02 08:59:29 fme 1.52.62.2: RESYNC: (1.52-1.53); FILE MERGED
2003/11/10 15:55:31 fme 1.52.62.1: #112243# Invalidate fly content when inserting content into a section which is located inside a fly frame
2003/11/27 09:01:44 fme 1.32.54.1: #109071# Provide fallback value for footnote line so that GetFtnLine does not have to invalidate in case that the are no paragraph information available
2003/12/02 09:02:54 fme 1.17.202.2: RESYNC: (1.17-1.18); FILE MERGED
2003/11/27 13:41:29 od 1.17.202.1: #112045# <SwFEShell::InsertLabel(..)> - for labeling marked drawing
object, copy marked object to local list and work on this list
to label each of them.
2003/12/02 09:05:06 fme 1.13.184.2: RESYNC: (1.13-1.14); FILE MERGED
2003/11/27 13:44:15 od 1.13.184.1: #112045# <SwDoc::InsertDrawLabel(..)> - keep layer ID of drawing object
before removing its frames.
2003/11/27 12:34:51 cmc 1.106.18.7: #i3958# This inline escher feature is a pig to get working in all version of word, but this patch adds the extra pieces of magic to make it work in all versions, and then pretties up the load of the inlines ones, a real 50 coffee cup problem
2003/11/10 09:28:38 cmc 1.106.18.6: RESYNC: (1.106-1.107); FILE MERGED
2003/11/07 11:21:15 cmc 1.106.18.5: #i12367# b not f
2003/11/06 17:07:18 cmc 1.106.18.4: #i12367# Currently cannot support *hidden* escher elements, so don't import them at all
2003/11/03 13:58:00 cmc 1.106.18.3: #i22019# on import of word 7- drawing objects, set the SdrModel for boxes with text
2003/10/28 10:38:34 cmc 1.106.18.2: #112705# Getting a graphic from a SdrGrafObject sets the GrafType of the graphic (reasonably enough I guess)
2003/10/24 16:40:56 cmc 1.106.18.1: #i3958# Implement the insanely complicated mechanism word XP and later use to support inline escher objects, by means of a 0x08 escher object, a dummy 0x01 inline element which itself is an escher picture frame all inside a shape field, and with a magic property attached to the 0x08 and the 0x01 objects which must match
2003/11/10 09:31:05 cmc 1.31.2.5: RESYNC: (1.31-1.32); FILE MERGED
2003/11/03 13:19:11 cmc 1.31.2.4: #i21961# some properties are effectively uncompressible (without a lot of effort)
2003/10/31 18:00:26 cmc 1.31.2.3: #i21881# Add support for character styles as well as paragraph styles
2003/10/31 14:09:05 cmc 1.31.2.2: #i21881# make rtf filter use single word style paragraph stylemapping between rtf and ww8 filters
2003/10/28 14:13:12 cmc 1.31.2.1: #i21543# handle document properties appearing in the wrong place by changing the document defaults but not inserting a new segment at this location
2003/10/31 14:06:36 cmc 1.25.24.1: #i21881# remove dependancies of paragraph style mapping code on WW8 import filter classes, document the suckers. Move it all into one friendly utility class
2003/11/27 12:34:53 cmc 1.143.20.5: #i3958# This inline escher feature is a pig to get working in all version of word, but this patch adds the extra pieces of magic to make it work in all versions, and then pretties up the load of the inlines ones, a real 50 coffee cup problem
2003/11/10 13:54:03 cmc 1.143.20.4: merge errors
2003/11/10 09:29:56 cmc 1.143.20.3: RESYNC: (1.143-1.144); FILE MERGED
2003/10/29 10:28:57 cmc 1.143.20.2: #i21113# tables inside tables with absolute positioning around inside table, for formal frames we will only take the special table apo stuff into consideration for toplevel tables, and fold the floating table inside table magic into the existing table in table hackery
2003/10/20 13:37:37 cmc 1.143.20.1: #112727# import negative height headers/footers as floating frames inside fixed height headers/footers
2003/11/10 16:35:54 cmc 1.71.22.4: #i12367# ignore contents of empty fields
2003/11/10 09:29:47 cmc 1.71.22.3: RESYNC: (1.71-1.72); FILE MERGED
2003/11/04 13:10:47 cmc 1.71.22.2: #i21774# Take care of adjusting refstack content when deleting content as well as control stack content
2003/10/20 15:36:09 cmc 1.71.22.1: #i3256# Import and export hyperlinked toc entries as best as word can support
2003/11/10 09:29:38 cmc 1.41.24.4: RESYNC: (1.41-1.42); FILE MERGED
2003/10/28 12:28:33 cmc 1.41.24.3: #112778# Add some code to help dump graphic streams for debugging which is quite handy
2003/10/28 12:15:41 cmc 1.41.24.2: #112778# Add some code to help dump graphic streams for debugging which is quite handy
2003/10/20 13:25:40 cmc 1.41.24.1: #i20540# avoid problems with SdrOleObjects being converted from one version to another over themselves
2003/11/10 09:29:31 cmc 1.51.22.2: RESYNC: (1.51-1.52); FILE MERGED
2003/10/31 14:06:36 cmc 1.51.22.1: #i21881# remove dependancies of paragraph style mapping code on WW8 import filter classes, document the suckers. Move it all into one friendly utility class
2003/11/27 12:34:52 cmc 1.33.24.5: #i3958# This inline escher feature is a pig to get working in all version of word, but this patch adds the extra pieces of magic to make it work in all versions, and then pretties up the load of the inlines ones, a real 50 coffee cup problem
2003/11/10 09:29:22 cmc 1.33.24.4: RESYNC: (1.33-1.34); FILE MERGED
2003/10/31 18:01:32 cmc 1.33.24.3: #i21881# Add support for character styles as well as paragraph styles. Cunning (probably overcunning and it will bite me with some compiler or other) use made of template to have a single algorithm for char and para style mapping without all sorts of boolean flags and random hairy casting
2003/10/31 14:06:35 cmc 1.33.24.2: #i21881# remove dependancies of paragraph style mapping code on WW8 import filter classes, document the suckers. Move it all into one friendly utility class
2003/10/29 10:28:57 cmc 1.33.24.1: #i21113# tables inside tables with absolute positioning around inside table, for formal frames we will only take the special table apo stuff into consideration for toplevel tables, and fold the floating table inside table magic into the existing table in table hackery
2003/11/11 12:52:25 cmc 1.90.22.9: #i9718# merge adjoining top/bottom cell borders together in the way I think word does it
2003/11/11 11:03:44 cmc 1.90.22.8: #i22206# ww6 documents with no charset set use the default charset implied by the base language set ?
2003/11/10 09:29:14 cmc 1.90.22.7: RESYNC: (1.90-1.91); FILE MERGED
2003/11/04 13:10:46 cmc 1.90.22.6: #i21774# Take care of adjusting refstack content when deleting content as well as control stack content
2003/10/31 18:01:31 cmc 1.90.22.5: #i21881# Add support for character styles as well as paragraph styles. Cunning (probably overcunning and it will bite me with some compiler or other) use made of template to have a single algorithm for char and para style mapping without all sorts of boolean flags and random hairy casting
2003/10/31 14:06:34 cmc 1.90.22.4: #i21881# remove dependancies of paragraph style mapping code on WW8 import filter classes, document the suckers. Move it all into one friendly utility class
2003/10/29 10:28:56 cmc 1.90.22.3: #i21113# tables inside tables with absolute positioning around inside table, for formal frames we will only take the special table apo stuff into consideration for toplevel tables, and fold the floating table inside table magic into the existing table in table hackery
2003/10/22 12:59:03 cmc 1.90.22.2: #i18816# Strange word 6 numbering system, must not restart numbering when moving from one particular type to another, makes sense if considered in terms of the numberical code that word uses to denote them, but not given that we must map them to seperate lists
2003/10/20 13:37:37 cmc 1.90.22.1: #112727# import negative height headers/footers as floating frames inside fixed height headers/footers
2003/11/10 13:54:02 cmc 1.119.22.11: merge errors
2003/11/10 09:29:04 cmc 1.119.22.10: RESYNC: (1.119-1.120); FILE MERGED
2003/11/04 13:10:45 cmc 1.119.22.9: #i21774# Take care of adjusting refstack content when deleting content as well as control stack content
2003/10/31 18:01:31 cmc 1.119.22.8: #i21881# Add support for character styles as well as paragraph styles. Cunning (probably overcunning and it will bite me with some compiler or other) use made of template to have a single algorithm for char and para style mapping without all sorts of boolean flags and random hairy casting
2003/10/31 14:06:33 cmc 1.119.22.7: #i21881# remove dependancies of paragraph style mapping code on WW8 import filter classes, document the suckers. Move it all into one friendly utility class
2003/10/29 10:28:55 cmc 1.119.22.6: #i21113# tables inside tables with absolute positioning around inside table, for formal frames we will only take the special table apo stuff into consideration for toplevel tables, and fold the floating table inside table magic into the existing table in table hackery
2003/10/28 12:15:40 cmc 1.119.22.5: #112778# Add some code to help dump graphic streams for debugging which is quite handy
2003/10/22 12:59:03 cmc 1.119.22.4: #i18816# Strange word 6 numbering system, must not restart numbering when moving from one particular type to another, makes sense if considered in terms of the numberical code that word uses to denote them, but not given that we must map them to seperate lists
2003/10/20 15:36:08 cmc 1.119.22.3: #i3256# Import and export hyperlinked toc entries as best as word can support
2003/10/20 13:37:36 cmc 1.119.22.2: #112727# import negative height headers/footers as floating frames inside fixed height headers/footers
2003/10/20 13:25:39 cmc 1.119.22.1: #i20540# avoid problems with SdrOleObjects being converted from one version to another over themselves
2003/11/10 09:28:56 cmc 1.119.2.10: RESYNC: (1.119-1.120); FILE MERGED
2003/11/06 13:31:14 cmc 1.119.2.9: #i9573# support modifieddate field
2003/11/04 13:10:45 cmc 1.119.2.8: #i21774# Take care of adjusting refstack content when deleting content as well as control stack content
2003/11/03 17:03:07 cmc 1.119.2.7: #i21774# treat annotations similiarly to footnotes
2003/10/31 18:01:30 cmc 1.119.2.6: #i21881# Add support for character styles as well as paragraph styles. Cunning (probably overcunning and it will bite me with some compiler or other) use made of template to have a single algorithm for char and para style mapping without all sorts of boolean flags and random hairy casting
2003/10/31 14:06:32 cmc 1.119.2.5: #i21881# remove dependancies of paragraph style mapping code on WW8 import filter classes, document the suckers. Move it all into one friendly utility class
2003/10/28 12:15:39 cmc 1.119.2.4: #112778# Add some code to help dump graphic streams for debugging which is quite handy
2003/10/22 12:59:02 cmc 1.119.2.3: #i18816# Strange word 6 numbering system, must not restart numbering when moving from one particular type to another, makes sense if considered in terms of the numberical code that word uses to denote them, but not given that we must map them to seperate lists
2003/10/20 13:37:35 cmc 1.119.2.2: #112727# import negative height headers/footers as floating frames inside fixed height headers/footers
2003/10/20 13:25:38 cmc 1.119.2.1: #i20540# avoid problems with SdrOleObjects being converted from one version to another over themselves
2003/11/10 09:28:46 cmc 1.51.24.3: RESYNC: (1.51-1.52); FILE MERGED
2003/10/24 16:40:57 cmc 1.51.24.2: #i3958# Implement the insanely complicated mechanism word XP and later use to support inline escher objects, by means of a 0x08 escher object, a dummy 0x01 inline element which itself is an escher picture frame all inside a shape field, and with a magic property attached to the 0x08 and the 0x01 objects which must match
2003/10/22 08:26:17 cmc 1.51.24.1: #i21190 some strangeness in the original cropping and sizing code doesn't seem to make any sense whatsoever
2003/10/24 16:40:57 cmc 1.13.58.1: #i3958# Implement the insanely complicated mechanism word XP and later use to support inline escher objects, by means of a 0x08 escher object, a dummy 0x01 inline element which itself is an escher picture frame all inside a shape field, and with a magic property attached to the 0x08 and the 0x01 objects which must match
2003/11/27 12:34:50 cmc 1.68.22.13: #i3958# This inline escher feature is a pig to get working in all version of word, but this patch adds the extra pieces of magic to make it work in all versions, and then pretties up the load of the inlines ones, a real 50 coffee cup problem
2003/11/10 12:33:41 cmc 1.68.22.12: merge error
2003/11/10 09:28:15 cmc 1.68.22.11: RESYNC: (1.68-1.69); FILE MERGED
2003/11/06 13:31:13 cmc 1.68.22.10: #i9573# support modifieddate field
2003/11/06 10:15:59 cmc 1.68.22.9: #i9301# expand chapter fields in headers based on the page they are associated with, and take advantage of user supplied hard page breaks to break into sections when we have content in headers/footers which word cannot expand the way we can due to its lack of page descriptor style feature
2003/11/05 17:09:01 cmc 1.68.22.8: #i9301# Update chapter fields in headers before exporting their expansion so as to export the actual displayed text
2003/11/05 16:09:19 cmc 1.68.22.7: #i9301# Some improvements to try and export section breaks when encountering a style based break before that causes us to move to a new page descriptor
2003/11/04 14:48:47 cmc 1.68.22.6: #i21462# Not all the world uses a comma as a decimal point, if the user wants a decimal tab then he gets a decimal tab
2003/10/30 14:45:53 cmc 1.68.22.5: #i11717# make the effort to put humpy dumpty back together again if a section with a title page was imported from word see if our page follow formats are equivalent to a word section and export that as a single section. Split the various bits of code up into sensible self contained entities, and actually document the key bits.
2003/10/30 10:24:51 cmc 1.68.22.4: #i18480# Export stuff anchored inside frames as anchored as character seeing as that is all that word makes possible, now that we can handle inline drawings we can try this
2003/10/24 16:40:56 cmc 1.68.22.3: #i3958# Implement the insanely complicated mechanism word XP and later use to support inline escher objects, by means of a 0x08 escher object, a dummy 0x01 inline element which itself is an escher picture frame all inside a shape field, and with a magic property attached to the 0x08 and the 0x01 objects which must match
2003/10/21 15:42:54 cmc 1.68.22.2: #i19484# Implement cunning mechanism to export fixed height table rows if they contain a type of anchored element which word will not be able to autostretch the row height for
2003/10/20 15:36:07 cmc 1.68.22.1: #i3256# Import and export hyperlinked toc entries as best as word can support