------------------------------------------------------------------------------- - - - KWord Part-Frame Specification - first draft - - - - by Werner, last changed 990730 by Werner - - - ------------------------------------------------------------------------------- At the moment KWord is not able to store the contents of Part-Frames. This document suggests a possible solution, assuming that the KOffice Storage Format is used. 1) Change the handling of picture-frames (frameType=1): At the moment the "normal" filename is stored. This has to be changed to match the new stroage format. A picture would be addressed like: "/Pictures/picture4.png" 2) Save Part-Frames (frameType=2): The first thing to do is to name the part which should be saved. This name will be used in the gzipped-tar-structure. Maybe KTar should suggest a unique name? All the frame information and the "filename" are stored in the kwd-file. I suggest using a FRAMESET, because I think the changes are not very large. Reggie? After that you have to tell the Part to save itself using the correct name and off you go. 3) Loading Part-Frames: Read the FRAMESET, fetch the file, create a part and tell it to open the specific file :) This is the first draft, so don't kill me for not knowing all the CORBA-suff :) Werner