LibreOffice Module writerperfect (master) 1
Functions
WordPerfectImportFilter.cxx File Reference
#include <osl/diagnose.h>
#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/xml/sax/XFastDocumentHandler.hpp>
#include <com/sun/star/uno/Reference.h>
#include <cppuhelper/supportsservice.hxx>
#include <DocumentHandler.hxx>
#include <WPXSvInputStream.hxx>
#include <sfx2/passwd.hxx>
#include <ucbhelper/content.hxx>
#include <vcl/svapp.hxx>
#include <xmloff/xmlimp.hxx>
#include <libwpd/libwpd.h>
#include <libwpg/libwpg.h>
#include "WordPerfectImportFilter.hxx"
Include dependency graph for WordPerfectImportFilter.cxx:

Go to the source code of this file.

Functions

static bool handleEmbeddedWPGObject (const librevenge::RVNGBinaryData &data, OdfDocumentHandler *pHandler, const OdfStreamType streamType)
 
static bool handleEmbeddedWPGImage (const librevenge::RVNGBinaryData &input, librevenge::RVNGBinaryData &output)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_Writer_WordPerfectImportFilter_get_implementation (css::uno::XComponentContext *const context, const css::uno::Sequence< css::uno::Any > &)
 

Function Documentation

◆ com_sun_star_comp_Writer_WordPerfectImportFilter_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_Writer_WordPerfectImportFilter_get_implementation ( css::uno::XComponentContext *const  context,
const css::uno::Sequence< css::uno::Any > &   
)

Definition at line 227 of file WordPerfectImportFilter.cxx.

◆ handleEmbeddedWPGImage()

static bool handleEmbeddedWPGImage ( const librevenge::RVNGBinaryData &  input,
librevenge::RVNGBinaryData &  output 
)
static

Definition at line 56 of file WordPerfectImportFilter.cxx.

References size.

Referenced by WordPerfectImportFilter::importImpl().

◆ handleEmbeddedWPGObject()

static bool handleEmbeddedWPGObject ( const librevenge::RVNGBinaryData &  data,
OdfDocumentHandler *  pHandler,
const OdfStreamType  streamType 
)
static

Definition at line 42 of file WordPerfectImportFilter.cxx.

Referenced by WordPerfectImportFilter::importImpl().