LibreOffice Module comphelper (master) 1
|
#include <sal/config.h>
#include <string_view>
#include <com/sun/star/uno/Sequence.h>
#include <comphelper/comphelperdllapi.h>
Go to the source code of this file.
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::beans |
namespace | com::sun::star::io |
namespace | com::sun::star::uno |
namespace | comphelper |
namespace | comphelper::OFOPXMLHelper |
Functions | |
COMPHELPER_DLLPUBLIC css::uno::Sequence< css::uno::Sequence< css::beans::StringPair > > | comphelper::OFOPXMLHelper::ReadRelationsInfoSequence (const css::uno::Reference< css::io::XInputStream > &xInStream, std::u16string_view aStreamName, const css::uno::Reference< css::uno::XComponentContext > &rContext) |
COMPHELPER_DLLPUBLIC css::uno::Sequence< css::uno::Sequence< css::beans::StringPair > > | comphelper::OFOPXMLHelper::ReadContentTypeSequence (const css::uno::Reference< css::io::XInputStream > &xInStream, const css::uno::Reference< css::uno::XComponentContext > &rContext) |
OUString | comphelper::OFOPXMLHelper::GetContentTypeByName (const css::uno::Sequence< css::uno::Sequence< css::beans::StringPair > > &rContentTypes, const OUString &rFilename) |
COMPHELPER_DLLPUBLIC void | comphelper::OFOPXMLHelper::WriteRelationsInfoSequence (const css::uno::Reference< css::io::XOutputStream > &xOutStream, const css::uno::Sequence< css::uno::Sequence< css::beans::StringPair > > &aSequence, const css::uno::Reference< css::uno::XComponentContext > &rContext) |
COMPHELPER_DLLPUBLIC void | comphelper::OFOPXMLHelper::WriteContentSequence (const css::uno::Reference< css::io::XOutputStream > &xOutStream, const css::uno::Sequence< css::beans::StringPair > &aDefaultsSequence, const css::uno::Sequence< css::beans::StringPair > &aOverridesSequence, const css::uno::Reference< css::uno::XComponentContext > &rContext) |