LibreOffice Module svx (master) 1
Functions
xmlexport.cxx File Reference
#include <comphelper/diagnose_ex.hxx>
#include <com/sun/star/xml/sax/InputSource.hpp>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#include <com/sun/star/xml/sax/Writer.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/xml/sax/XFastParser.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/document/XFilter.hpp>
#include <com/sun/star/document/XExporter.hpp>
#include <com/sun/star/document/XImporter.hpp>
#include <comphelper/processfactory.hxx>
#include <svx/svdmodel.hxx>
#include <svx/xmleohlp.hxx>
#include <svx/xmlgrhlp.hxx>
#include <svx/unomodel.hxx>
Include dependency graph for xmlexport.cxx:

Go to the source code of this file.

Functions

bool SvxDrawingLayerExport (SdrModel *pModel, const uno::Reference< io::XOutputStream > &xOut, const Reference< lang::XComponent > &xComponent)
 
bool SvxDrawingLayerExport (SdrModel *pModel, const uno::Reference< io::XOutputStream > &xOut, const Reference< lang::XComponent > &xComponent, const char *pExportService)
 
bool SvxDrawingLayerExport (SdrModel *pModel, const uno::Reference< io::XOutputStream > &xOut)
 
bool SvxDrawingLayerImport (SdrModel *pModel, const uno::Reference< io::XInputStream > &xInputStream, const Reference< lang::XComponent > &xComponent)
 
bool SvxDrawingLayerImport (SdrModel *pModel, const uno::Reference< io::XInputStream > &xInputStream, const Reference< lang::XComponent > &xComponent, const char *pImportService)
 
bool SvxDrawingLayerImport (SdrModel *pModel, const uno::Reference< io::XInputStream > &xInputStream)
 

Function Documentation

◆ SvxDrawingLayerExport() [1/3]

bool SvxDrawingLayerExport ( SdrModel pModel,
const uno::Reference< io::XOutputStream > &  xOut 
)

Definition at line 129 of file xmlexport.cxx.

References SvxDrawingLayerExport().

◆ SvxDrawingLayerExport() [2/3]

bool SvxDrawingLayerExport ( SdrModel pModel,
const uno::Reference< io::XOutputStream > &  xOut,
const Reference< lang::XComponent > &  xComponent 
)

◆ SvxDrawingLayerExport() [3/3]

bool SvxDrawingLayerExport ( SdrModel pModel,
const uno::Reference< io::XOutputStream > &  xOut,
const Reference< lang::XComponent > &  xComponent,
const char *  pExportService 
)

◆ SvxDrawingLayerImport() [1/3]

bool SvxDrawingLayerImport ( SdrModel pModel,
const uno::Reference< io::XInputStream > &  xInputStream 
)

Definition at line 233 of file xmlexport.cxx.

References SvxDrawingLayerImport().

◆ SvxDrawingLayerImport() [2/3]

bool SvxDrawingLayerImport ( SdrModel pModel,
const uno::Reference< io::XInputStream > &  xInputStream,
const Reference< lang::XComponent > &  xComponent 
)

Definition at line 137 of file xmlexport.cxx.

References SvxDrawingLayerImport().

Referenced by GallerySvDrawImport(), and SvxDrawingLayerImport().

◆ SvxDrawingLayerImport() [3/3]

bool SvxDrawingLayerImport ( SdrModel pModel,
const uno::Reference< io::XInputStream > &  xInputStream,
const Reference< lang::XComponent > &  xComponent,
const char *  pImportService 
)