#include "ooxmldocpropimport.hxx"
#include <vector>
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/embed/XHierarchicalStorageAccess.hpp>
#include <com/sun/star/embed/XRelationshipAccess.hpp>
#include <com/sun/star/embed/XStorage.hpp>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/xml/sax/InputSource.hpp>
#include <oox/core/fastparser.hxx>
#include <oox/core/relations.hxx>
#include "docprophandler.hxx"
#include <comphelper/sequence.hxx>
#include <cppuhelper/supportsservice.hxx>
Go to the source code of this file.
◆ com_sun_star_comp_oox_docprop_DocumentPropertiesImporter_get_implementation()
SAL_DLLPUBLIC_EXPORT uno::XInterface * com_sun_star_comp_oox_docprop_DocumentPropertiesImporter_get_implementation |
( |
uno::XComponentContext * |
pCtx, |
|
|
uno::Sequence< uno::Any > const & |
|
|
) |
| |