#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/ucb/XAnyCompareFactory.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <sfx2/sfxbasemodel.hxx>
#include <svx/fmdmod.hxx>
#include <svx/svxdllapi.h>
#include <cppuhelper/weakref.hxx>
Go to the source code of this file.
|
SVXCORE_DLLPUBLIC bool | SvxDrawingLayerExport (SdrModel *pModel, const css::uno::Reference< css::io::XOutputStream > &xOut) |
|
bool | SvxDrawingLayerExport (SdrModel *pModel, const css::uno::Reference< css::io::XOutputStream > &xOut, const css::uno::Reference< css::lang::XComponent > &xComponent) |
|
SVXCORE_DLLPUBLIC bool | SvxDrawingLayerExport (SdrModel *pModel, const css::uno::Reference< css::io::XOutputStream > &xOut, const css::uno::Reference< css::lang::XComponent > &xComponent, const char *pExportService) |
|
SVXCORE_DLLPUBLIC bool | SvxDrawingLayerImport (SdrModel *pModel, const css::uno::Reference< css::io::XInputStream > &xInputStream) |
|
bool | SvxDrawingLayerImport (SdrModel *pModel, const css::uno::Reference< css::io::XInputStream > &xInputStream, const css::uno::Reference< css::lang::XComponent > &xComponent) |
|
SVXCORE_DLLPUBLIC bool | SvxDrawingLayerImport (SdrModel *pModel, const css::uno::Reference< css::io::XInputStream > &xInputStream, const css::uno::Reference< css::lang::XComponent > &xComponent, const char *pImportService) |
|
◆ SvxDrawingLayerExport() [1/3]
◆ SvxDrawingLayerExport() [2/3]
◆ SvxDrawingLayerExport() [3/3]
◆ SvxDrawingLayerImport() [1/3]
◆ SvxDrawingLayerImport() [2/3]
◆ SvxDrawingLayerImport() [3/3]