LibreOffice Module package (master) 1
Macros | Functions
xfactory.cxx File Reference
#include <sal/config.h>
#include <sal/log.hxx>
#include <com/sun/star/ucb/SimpleFileAccess.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/embed/StorageFormats.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/io/TempFile.hpp>
#include <com/sun/star/io/XSeekable.hpp>
#include <comphelper/propertyvalue.hxx>
#include <comphelper/storagehelper.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/weak.hxx>
#include <osl/diagnose.h>
#include <unotools/tempfile.hxx>
#include "xfactory.hxx"
#include "xstorage.hxx"
Include dependency graph for xfactory.cxx:

Go to the source code of this file.

Macros

#define THROW_WHERE   SAL_WHERE
 

Functions

static bool CheckPackageSignature_Impl (const uno::Reference< io::XInputStream > &xInputStream, const uno::Reference< io::XSeekable > &xSeekable)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * package_OStorageFactory_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
 

Macro Definition Documentation

◆ THROW_WHERE

#define THROW_WHERE   SAL_WHERE

Definition at line 44 of file xfactory.cxx.

Function Documentation

◆ CheckPackageSignature_Impl()

static bool CheckPackageSignature_Impl ( const uno::Reference< io::XInputStream > &  xInputStream,
const uno::Reference< io::XSeekable > &  xSeekable 
)
static

Definition at line 49 of file xfactory.cxx.

References aData.

Referenced by OStorageFactory::createInstanceWithArguments().

◆ package_OStorageFactory_get_implementation()

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

Definition at line 286 of file xfactory.cxx.