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/kounavail
tpearson 8362bf63de
Added old abandoned KDE3 version of koffice
il y a 14 ans
..
Makefile.am Added old abandoned KDE3 version of koffice il y a 14 ans
README Added old abandoned KDE3 version of koffice il y a 14 ans
kounavail.cc Added old abandoned KDE3 version of koffice il y a 14 ans
kounavail.desktop Added old abandoned KDE3 version of koffice il y a 14 ans
kounavail.h Added old abandoned KDE3 version of koffice il y a 14 ans
test-kounavail.kwd Added old abandoned KDE3 version of koffice il y a 14 ans
test-kounavail2.kwd Added old abandoned KDE3 version of koffice il y a 14 ans

README

This is simply an empty part, that is loaded and displayed when a
document contains an invalid part
- either because the handler for this part isn't available
- or because the embedded document is external (out of the store) and unavailable

The goal of the part is to show a placeholder in the document, to tell
about the unavailable part, but also to be able to save itself as it was,
so that it's possible to edit a document with a missing child document
without losing information.

Test documents:
test-kounavail.kwd points to an invalid mimetype (case 1)
test-kounavail2.kwd points to a non-existing external document (case 2)

David Faure <faure@kde.org>