LibreOffice Module sc (master) 1
Macros | Functions
scdetect.cxx File Reference
#include "scdetect.hxx"
#include <sal/macros.h>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <com/sun/star/io/XInputStream.hpp>
#include <unotools/mediadescriptor.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/docfilt.hxx>
#include <sfx2/fcontnr.hxx>
Include dependency graph for scdetect.cxx:

Go to the source code of this file.

Macros

#define M_DC   0x0100
 
#define M_ALT(CNT)   (0x0200+(CNT))
 
#define M_END   0x8000
 

Functions

static bool lcl_MayBeDBase (SvStream &rStream)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_calc_FormatDetector_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &)
 

Macro Definition Documentation

◆ M_ALT

#define M_ALT (   CNT)    (0x0200+(CNT))

Definition at line 46 of file scdetect.cxx.

◆ M_DC

#define M_DC   0x0100

Definition at line 45 of file scdetect.cxx.

◆ M_END

#define M_END   0x8000

Definition at line 47 of file scdetect.cxx.

Function Documentation

◆ com_sun_star_comp_calc_FormatDetector_get_implementation()

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

Definition at line 346 of file scdetect.cxx.

◆ lcl_MayBeDBase()

static bool lcl_MayBeDBase ( SvStream rStream)
static