LibreOffice Module sw (master) 1
Functions | Variables
iodetect.cxx File Reference
#include <iodetect.hxx>
#include <memory>
#include <osl/endian.h>
#include <sot/storage.hxx>
#include <tools/urlobj.hxx>
#include <unotools/moduleoptions.hxx>
#include <sfx2/docfilt.hxx>
#include <sfx2/fcontnr.hxx>
#include <sfx2/docfile.hxx>
#include <com/sun/star/ucb/ContentCreationException.hpp>
#include <com/sun/star/embed/XStorage.hpp>
#include <unicode/ucsdet.h>
Include dependency graph for iodetect.cxx:

Go to the source code of this file.

Functions

static bool IsDocShellRegistered ()
 

Variables

SwIoDetect aFilterDetect []
 

Function Documentation

◆ IsDocShellRegistered()

static bool IsDocShellRegistered ( )
static

Variable Documentation

◆ aFilterDetect

SwIoDetect aFilterDetect[]
Initial value:
=
{
}
constexpr OUStringLiteral FILTER_WW8
WinWord 97 filter.
Definition: iodetect.hxx:36
constexpr OUStringLiteral FILTER_TEXT_DLG
text filter with encoding dialog
Definition: iodetect.hxx:37
constexpr OUStringLiteral sRtfWH
Definition: iodetect.hxx:33
constexpr OUStringLiteral FILTER_RTF
RTF filter.
Definition: iodetect.hxx:32
constexpr OUStringLiteral FILTER_XML
XML filter.
Definition: iodetect.hxx:38
constexpr OUStringLiteral FILTER_BAS
StarBasic (identical to ANSI)
Definition: iodetect.hxx:35
constexpr OUStringLiteral sWW5
Definition: iodetect.hxx:43
constexpr OUStringLiteral FILTER_DOCX
Definition: iodetect.hxx:41
constexpr OUStringLiteral sWW6
Definition: iodetect.hxx:44
constexpr OUStringLiteral sHTML
Definition: iodetect.hxx:42
constexpr OUStringLiteral FILTER_TEXT
text filter with default codeset
Definition: iodetect.hxx:34

Definition at line 40 of file iodetect.cxx.

Referenced by SwReaderWriter::GetReader(), and SwReaderWriter::GetWriter().