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 7a7827396f
Replace Qt with TQt
1 month ago
..
CHANGES Added old abandoned KDE3 version of koffice 14 years ago
ExportFilter.cpp Replaced various '#define' with actual strings - part 5 5 months 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 14 years ago
TODO Added old abandoned KDE3 version of koffice 14 years ago
conversion.cpp Replaced various '#define' with actual strings - part 3 5 months 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 9 months ago
oowriterimport.cpp Replace Qt with TQt 1 month ago
oowriterimport.h Replace Q_OBJECT with TQ_OBJECT 9 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