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
tpearson 7c71ab86d1
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
13 years ago
..
CHANGES Added old abandoned KDE3 version of koffice 15 years ago
ExportFilter.cc Remove the tq in front of these incorrectly TQt4-converted methods/data members: 13 years ago
ExportFilter.h Remove the tq in front of these incorrectly TQt4-converted methods/data members: 13 years ago
Makefile.am Added old abandoned KDE3 version of koffice 15 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.cc TQt4 port koffice 13 years ago
conversion.h TQt4 port koffice 13 years ago
kword_oowriter_export.desktop Added old abandoned KDE3 version of koffice 15 years ago
kword_oowriter_import.desktop Added old abandoned KDE3 version of koffice 15 years ago
oowriterexport.cc TQt4 port koffice 13 years ago
oowriterexport.h TQt4 port koffice 13 years ago
oowriterimport.cc Remove the tq in front of these incorrectly TQt4-converted methods/data members: 13 years ago
oowriterimport.h Remove the tq in front of these incorrectly TQt4-converted methods/data members: 13 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