LibreOffice Module sc (master) 1
|
#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>
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 &) |
#define M_ALT | ( | CNT | ) | (0x0200+(CNT)) |
Definition at line 46 of file scdetect.cxx.
#define M_DC 0x0100 |
Definition at line 45 of file scdetect.cxx.
#define M_END 0x8000 |
Definition at line 47 of file scdetect.cxx.
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.
|
static |
Definition at line 189 of file scdetect.cxx.
References i, SvStream::ReadUChar(), SvStream::ReadUInt16(), SvStream::ReadUInt32(), SAL_N_ELEMENTS, SvStream::Seek(), STREAM_SEEK_TO_BEGIN, and SvStream::TellEnd().
Referenced by ScFilterDetect::detect().