LibreOffice Module sd (master) 1
Classes | Namespaces | Functions
sdfilter.hxx File Reference
#include <osl/module.h>
#include <rtl/ustring.hxx>
#include <tools/ref.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/task/XStatusIndicator.hpp>
#include "sddllapi.h"
#include <vector>
Include dependency graph for sdfilter.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SdFilter
 

Namespaces

namespace  osl
 
namespace  sd
 

Functions

SD_DLLPUBLIC bool ExportPPT (const std::vector< css::beans::PropertyValue > &rMediaData, tools::SvRef< SotStorage > const &rSvStorage, css::uno::Reference< css::frame::XModel > const &rXModel, css::uno::Reference< css::task::XStatusIndicator > const &rXStatInd, SvMemoryStream *pVBA, sal_uInt32 nCnvrtFlags)
 
SD_DLLPUBLIC bool ImportPPT (SdDrawDocument *pDocument, SvStream &rDocStream, SotStorage &rStorage, SfxMedium &rMedium)
 
SD_DLLPUBLIC bool SaveVBA (SfxObjectShell &rDocShell, SvMemoryStream *&pBas)
 

Function Documentation

◆ ExportPPT()

SD_DLLPUBLIC bool ExportPPT ( const std::vector< css::beans::PropertyValue > &  rMediaData,
tools::SvRef< SotStorage > const &  rSvStorage,
css::uno::Reference< css::frame::XModel > const &  rXModel,
css::uno::Reference< css::task::XStatusIndicator > const &  rXStatInd,
SvMemoryStream pVBA,
sal_uInt32  nCnvrtFlags 
)

Definition at line 1421 of file eppt.cxx.

References PPTWriterBase::exportPPT(), and PPTWriter::IsValid().

Referenced by SdPPTFilter::Export().

◆ ImportPPT()

SD_DLLPUBLIC bool ImportPPT ( SdDrawDocument pDocument,
SvStream rDocStream,
SotStorage rStorage,
SfxMedium rMedium 
)

Definition at line 2762 of file pptin.cxx.

Referenced by SdPPTFilter::Import(), and TestImportPPT().

◆ SaveVBA()

SD_DLLPUBLIC bool SaveVBA ( SfxObjectShell rDocShell,
SvMemoryStream *&  pBas 
)