To make the Writer API convenient for text import methods to add text at the end of the document were necessary. Additionally methods to change already inserted content were necessary because
Word (.doc) e.g. stores text and context information in a somewhat reverse order.
In case of tables that means the complete textual content and attributes are imported and added to the Writer text and afterwards that the text is converted into a table (similar to the convert to table function in the UI) . The accomplish this the positions of the cells and the attributes of the cells, rows and table are collected while importing the table paragraphs.
All these methods are inherited into the interface css::text::XTextAppendAndConvert
Je suis mort de rire. Premier lien Google et de plus c'est encore a cause d'un truc Microsoft Word...
[^] # Re: Abiword et Gstreamer pour Totem
Posté par abramov_MS . En réponse à la dépêche GNOME 2.22 : évolution perpétuelle. Évalué à 1.
Word (.doc) e.g. stores text and context information in a somewhat reverse order.
In case of tables that means the complete textual content and attributes are imported and added to the Writer text and afterwards that the text is converted into a table (similar to the convert to table function in the UI) . The accomplish this the positions of the cells and the attributes of the cells, rows and table are collected while importing the table paragraphs.
All these methods are inherited into the interface css::text::XTextAppendAndConvert
Je suis mort de rire. Premier lien Google et de plus c'est encore a cause d'un truc Microsoft Word...
Tu es comique mais pas tres doue.