You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/filters/kword/oowriter
Timothy Pearson fd7a824a66
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
10 years ago
..
CHANGES Added old abandoned KDE3 version of koffice 14 years ago
ExportFilter.cc Rename additional header files to avoid conflicts with KDE4 11 years ago
ExportFilter.h Rename obsolete tq methods to standard names 13 years ago
Makefile.am Added old abandoned KDE3 version of koffice 14 years ago
README Added old abandoned KDE3 version of koffice 14 years ago
TODO Added old abandoned KDE3 version of koffice 14 years ago
conversion.cc Rename additional header files to avoid conflicts with KDE4 11 years ago
conversion.h Remove additional unneeded tq method conversions 13 years ago
kword_oowriter_export.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
kword_oowriter_import.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
oowriterexport.cc Rename old tq methods that no longer need a unique name 13 years ago
oowriterexport.h Remove spurious TQ_OBJECT instances 12 years ago
oowriterimport.cc Rename additional header files to avoid conflicts with KDE4 11 years ago
oowriterimport.h Remove spurious TQ_OBJECT instances 12 years ago

README

This is the OOWriter import filter.

Format documentation: 
http://xml.openoffice.org/general.html

Tip for reading OO files: after unzipping them, run this script:
for i in *.xml; do
  xmllint --format $i -o xmllint.out && mv -f xmllint.out $i
done