office-gobmx/offapi
Zolnai Tamás 8b94913444 fdo#65403, fdo#65404 DOCX export/import of character highlight
Steps
-Add a new character attribute (RES_CHRATR_HIGHLIGHT)
-Get this character attribute via SwFont class just like
background
-If has highlight, then paint that, otherwise paint background
-Extend UNO API
-Implement DOCX export and import filter
Note: By now character highlight can't be set via UI.
It's a next step to add a highlight option.

Change-Id: I7f81e173744bf256891487f898d06dbf372a2f88
2013-09-29 11:27:34 +02:00
..
com/sun/star fdo#65403, fdo#65404 DOCX export/import of character highlight 2013-09-29 11:27:34 +02:00
org/freedesktop/PackageKit Fix UNOIDL interface method parameter identifiers 2013-09-04 16:54:23 +02:00
type_reference Directly build UNOIDL .rdb files from .idl files 2013-09-19 15:50:04 +02:00
util
Makefile
Module_offapi.mk
README Replace binary type_references with human-readable .idl versions 2013-09-18 14:44:10 +02:00
UnoApi_offapi.mk Start hacking --enable-canonical-installation-tree-structure back into shape 2013-09-25 22:13:23 +02:00

Contains all of the IDL files except those in [[udkapi]]

i.e. the interfaces that are specific to the OppenOffice.org application.
An artificial (?) separation.

The reference offapi/type_reference/offapi.idl and
udkapi/type_reference/udkapi.idl (formerly combined into a single
offapi/type_reference/types.rdb) are used to detect inadvertent incompatible
changes.  They are plain-text .idl files (not stricly lexicographically sorted,
though, so they satisfy the .idl file requirements for no forward dependencies),
so in cases where we deliberately /do/ become incompatible they can be modified
manually.

Old such cases of deliberately becoming incompatible are listed in
offapi/type_reference/typelibrary_history.txt, newer such cases are recorded in
the git logs of (now superseded) offapi/type_reference/types.rdb,
offapi/type_reference/offapi.rdb, and udkapi/type_reference/udkapi.rdb, new such
cases are recorded in the git logs of offapi/type_reference/offapi.idl and
udkapi/type_reference/udkapi.idl.