7
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
koffice/filters/kword/oowriter
Michele Calgaro 7a7827396f
Replace Qt with TQt
vor 1 Monat
..
CHANGES Added old abandoned KDE3 version of koffice vor 14 Jahren
ExportFilter.cpp Replaced various '#define' with actual strings - part 5 vor 5 Monaten
ExportFilter.h Renaming of files in preparation for code style tools. vor 3 Jahren
Makefile.am Renaming of files in preparation for code style tools. vor 3 Jahren
README Added old abandoned KDE3 version of koffice vor 14 Jahren
TODO Added old abandoned KDE3 version of koffice vor 14 Jahren
conversion.cpp Replaced various '#define' with actual strings - part 3 vor 5 Monaten
conversion.h Remove additional unneeded tq method conversions vor 13 Jahren
kword_oowriter_export.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications vor 10 Jahren
kword_oowriter_import.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications vor 10 Jahren
oowriterexport.cpp Renaming of files in preparation for code style tools. vor 3 Jahren
oowriterexport.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
oowriterimport.cpp Replace Qt with TQt vor 1 Monat
oowriterimport.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten

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