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
Michele Calgaro ef14fba42c
Replace Q_OBJECT with TQ_OBJECT
11 months ago
..
CHANGES Added old abandoned KDE3 version of koffice 15 years ago
ExportFilter.cpp Renaming of files in preparation for code style tools. 3 years ago
ExportFilter.h Renaming of files in preparation for code style tools. 3 years ago
Makefile.am Renaming of files in preparation for code style tools. 3 years ago
README Added old abandoned KDE3 version of koffice 15 years ago
TODO Added old abandoned KDE3 version of koffice 15 years ago
conversion.cpp Renaming of files in preparation for code style tools. 3 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.cpp Renaming of files in preparation for code style tools. 3 years ago
oowriterexport.h Replace Q_OBJECT with TQ_OBJECT 11 months ago
oowriterimport.cpp Renaming of files in preparation for code style tools. 3 years ago
oowriterimport.h Replace Q_OBJECT with TQ_OBJECT 11 months 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