/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
namespace com::sun::star
{ namespace beans
{ struct PropertyValue;
} namespace embed
{ class XHierarchicalStorageAccess;
} namespace io
{ class XOutputStream;
} namespace uno
{ class XComponentContext;
} namespace xml::sax
{ class XWriter;
}
}
namespace writerperfect
{ /// The epub package has direct access to the resulting ZIP file. class EPUBPackage : public libepubgen::EPUBPackage
{
css::uno::Reference<css::uno::XComponentContext> mxContext;
css::uno::Reference<css::embed::XHierarchicalStorageAccess> mxStorage;
css::uno::Reference<css::io::XOutputStream> mxOutputStream;
css::uno::Reference<css::xml::sax::XWriter> mxOutputWriter;
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.