//all properties given in the constructor are stored in the following three sequences
//properties which should be given to a model are additionally stored in this sequence (not documented properties and deprecated properties are not included!)
css::uno::Sequence< css::beans::PropertyValue >
m_aModelProperties; //these are properties which are not described in service com.sun.star.document.MediaDescriptor
css::uno::Reference< css::io::XOutputStream >
OutputStream; //a stream to receive the document data for saving bool ISSET_OutputStream;
css::uno::Reference< css::io::XInputStream >
InputStream; //content of document. bool ISSET_InputStream;
bool ReadOnly; //open document readonly.
OUString URL;// FileName, URL of the document. bool ISSET_URL;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.