25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
koffice/filters/kword/oowriter
Michele Calgaro 7a7827396f
Replace Qt with TQt
1 ay önce
..
CHANGES Added old abandoned KDE3 version of koffice 14 yıl önce
ExportFilter.cpp Replaced various '#define' with actual strings - part 5 5 ay önce
ExportFilter.h Renaming of files in preparation for code style tools. 3 yıl önce
Makefile.am Renaming of files in preparation for code style tools. 3 yıl önce
README Added old abandoned KDE3 version of koffice 14 yıl önce
TODO Added old abandoned KDE3 version of koffice 14 yıl önce
conversion.cpp Replaced various '#define' with actual strings - part 3 5 ay önce
conversion.h Remove additional unneeded tq method conversions 13 yıl önce
kword_oowriter_export.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 yıl önce
kword_oowriter_import.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 yıl önce
oowriterexport.cpp Renaming of files in preparation for code style tools. 3 yıl önce
oowriterexport.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
oowriterimport.cpp Replace Qt with TQt 1 ay önce
oowriterimport.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce

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