Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
koffice/filters/kword/oowriter
Michele Calgaro 7a7827396f
Replace Qt with TQt
il y a 1 mois
..
CHANGES Added old abandoned KDE3 version of koffice il y a 14 ans
ExportFilter.cpp Replaced various '#define' with actual strings - part 5 il y a 5 mois
ExportFilter.h Renaming of files in preparation for code style tools. il y a 3 ans
Makefile.am Renaming of files in preparation for code style tools. il y a 3 ans
README Added old abandoned KDE3 version of koffice il y a 14 ans
TODO Added old abandoned KDE3 version of koffice il y a 14 ans
conversion.cpp Replaced various '#define' with actual strings - part 3 il y a 5 mois
conversion.h Remove additional unneeded tq method conversions il y a 13 ans
kword_oowriter_export.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications il y a 10 ans
kword_oowriter_import.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications il y a 10 ans
oowriterexport.cpp Renaming of files in preparation for code style tools. il y a 3 ans
oowriterexport.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
oowriterimport.cpp Replace Qt with TQt il y a 1 mois
oowriterimport.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois

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