|
LibreOffice Module writerfilter (master) 1
|
#include "OLEHandler.hxx"#include "DomainMapper.hxx"#include "GraphicHelpers.hxx"#include <oox/ole/oleobjecthelper.hxx>#include <ooxml/resourceids.hxx>#include <rtl/ustring.hxx>#include <sal/log.hxx>#include <osl/diagnose.h>#include <comphelper/diagnose_ex.hxx>#include <unotools/mediadescriptor.hxx>#include <officecfg/Office/Common.hxx>#include <com/sun/star/container/XNameAccess.hpp>#include <com/sun/star/document/XEmbeddedObjectResolver.hpp>#include <com/sun/star/document/XEmbeddedObjectSupplier.hpp>#include <com/sun/star/document/XFilter.hpp>#include <com/sun/star/document/XImporter.hpp>#include <com/sun/star/drawing/XShape.hpp>#include <com/sun/star/graphic/XGraphic.hpp>#include <com/sun/star/io/XOutputStream.hpp>#include <com/sun/star/lang/XComponent.hpp>#include <com/sun/star/lang/XMultiServiceFactory.hpp>#include <com/sun/star/lang/XServiceInfo.hpp>#include <com/sun/star/text/XTextDocument.hpp>#include <com/sun/star/text/WrapTextMode.hpp>#include <com/sun/star/uno/XComponentContext.hpp>Go to the source code of this file.
Namespaces | |
| namespace | writerfilter |
| namespace | writerfilter::dmapper |