You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |
14 years ago | |
---|---|---|
.. | ||
Makefile.am | 15 years ago | |
README | 15 years ago | |
kounavail.cc | 14 years ago | |
kounavail.desktop | 15 years ago | |
kounavail.h | 14 years ago | |
test-kounavail.kwd | 15 years ago | |
test-kounavail2.kwd | 15 years ago |
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>