Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
koffice/filters/kword/starwriter
Michele Calgaro cb59219281
Replace Q_OBJECT with TQ_OBJECT
pirms 9 mēnešiem
..
Makefile.am Renaming of files in preparation for code style tools. pirms 3 gadiem
README Added old abandoned KDE3 version of koffice pirms 14 gadiem
kword_starwriter_import.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications pirms 10 gadiem
pole.cpp Remove additional unneeded tq method conversions pirms 13 gadiem
pole.h Added old abandoned KDE3 version of koffice pirms 14 gadiem
starwriterimport.cpp Renaming of files in preparation for code style tools. pirms 3 gadiem
starwriterimport.h Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
status.html Fix inadvertent TQt string conversions pirms 12 gadiem

README

StarWriter 5.x Import Filter
by Marco Zanon <info@marcozanon.com>

This filter is still under development, will probably sometimes crash
and may not work properly.
At the moment it only loads text, without attributes; support is going
to be added for tables (ready but still unstable), paragraphs and
characters attributes (to be written soon) and pictures.

NOTE. We need to know how to read page properties such as size and
margins (without using the 'J' section, which instead refers to
"File -> Printer setup" and not to "Format -> Page").

The filter only imports StarWriter Document (SDW) version 5. Older
version is not supported at the moment and might or might not be in
the future. StarWriter 6 document uses XML format which should be
handled by OpenOffice Writer filter.

POLE stuff (to read OLE storage) is written by Ariya Hidayat
<ariya@kde.org> and should be considered as experimental, not even in
alpha or beta quality.

Helps, patches, bug reports are all welcomed.