Hi,

I have now improved on the representation and am storing the fields in
CommentList vector inside SlidePersist.

Again I have found out a few more things...

   - CreateXShapes (presentationfragmenthandler) calls
   - CreateAndInsert() // pptshape which further calls createAndInsert() //
   shape.cxx creatInstance()
   - here there is no identified implementation for Annotations as there is
   for Notes (com.sun.star.presentation.NotesShape)
   - Similar kind of flow is followed for .odp and ximppage.cxx populates
   the XAnnotations for Start Element and End Element

Which data structure needs to be populated for an Annotation to be
displayed (rendered )?

Regards,

Vinaya


On Mon, Jan 28, 2013 at 8:04 PM, Vinaya Mandke <[email protected]>wrote:

> Hi,
>
> PFA the diff file...
>
> I know that its incomplete and should have a separate handler, but as of
> now I can atleast save the comment data...
>
> This is what I have done
>
>    - I have handled comments exactly as notes
>    - In slidefragmenthandler added tokens to handle the comment attributes
>    - New file: annotation_buffer.h contains a vector to save anntotation
>    data of the particular slide
>    - Modified fragmenthandler2.cxx: startFastElement , endFastElement to
>    handle and save text characters of the comment
>
> Regards,
> Vinaya
>
>
>
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to