Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
koffice/filters/kword/oowriter
Michele Calgaro 7a7827396f
Replace Qt with TQt
1 mês atrás
..
CHANGES Added old abandoned KDE3 version of koffice 14 anos atrás
ExportFilter.cpp Replaced various '#define' with actual strings - part 5 5 meses atrás
ExportFilter.h Renaming of files in preparation for code style tools. 3 anos atrás
Makefile.am Renaming of files in preparation for code style tools. 3 anos atrás
README Added old abandoned KDE3 version of koffice 14 anos atrás
TODO Added old abandoned KDE3 version of koffice 14 anos atrás
conversion.cpp Replaced various '#define' with actual strings - part 3 5 meses atrás
conversion.h Remove additional unneeded tq method conversions 13 anos atrás
kword_oowriter_export.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 anos atrás
kword_oowriter_import.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 anos atrás
oowriterexport.cpp Renaming of files in preparation for code style tools. 3 anos atrás
oowriterexport.h Replace Q_OBJECT with TQ_OBJECT 9 meses atrás
oowriterimport.cpp Replace Qt with TQt 1 mês atrás
oowriterimport.h Replace Q_OBJECT with TQ_OBJECT 9 meses atrás

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