LibreOffice Module sw (master)
1
|
#include <memory>
#include <rtl/ustring.hxx>
#include <tools/lineend.hxx>
#include <tools/solar.h>
#include "swdllapi.h"
Go to the source code of this file.
Classes | |
class | com::sun::star::uno::Reference< class > |
struct | SwIoDetect |
class | SwIoSystem |
The following class is a wrapper for basic i/o functions of Writer 3.0. More... | |
Namespaces | |
com::sun::star::embed | |
com::sun::star::uno | |
Macros | |
#define | FILTER_RTF "RTF" |
RTF filter. More... | |
#define | sRtfWH "WH_RTF" |
#define | FILTER_TEXT u"TEXT" |
text filter with default codeset More... | |
#define | FILTER_BAS "BAS" |
StarBasic (identical to ANSI) More... | |
#define | FILTER_WW8 "CWW8" |
WinWord 97 filter. More... | |
#define | FILTER_TEXT_DLG "TEXT_DLG" |
text filter with encoding dialog More... | |
#define | FILTER_XML u"CXML" |
XML filter. More... | |
#define | FILTER_XMLV "CXMLV" |
XML filter. More... | |
#define | FILTER_XMLVW "CXMLVWEB" |
XML filter. More... | |
#define | FILTER_DOCX "OXML" |
#define | sHTML "HTML" |
#define | sWW5 "WW6" |
#define | sWW6 "CWW6" |
#define | sSWRITER "swriter" |
#define | sSWRITERWEB "swriter/web" |
Functions | |
SAL_DLLPUBLIC_EXPORT bool SAL_CALL | TestImportFODT (SvStream &rStream) |
Variables | |
SwIoDetect | aFilterDetect [] |
#define FILTER_BAS "BAS" |
StarBasic (identical to ANSI)
Definition at line 32 of file iodetect.hxx.
#define FILTER_DOCX "OXML" |
Definition at line 38 of file iodetect.hxx.
Referenced by IMPL_LINK(), and SwReader::Read().
#define FILTER_RTF "RTF" |
#define FILTER_TEXT u"TEXT" |
text filter with default codeset
Definition at line 31 of file iodetect.hxx.
Referenced by SwIoSystem::GetFileFilter(), and SwEditShell::GetSelectedText().
#define FILTER_TEXT_DLG "TEXT_DLG" |
text filter with encoding dialog
Definition at line 34 of file iodetect.hxx.
Referenced by SwDocShell::ConvertTo(), SwUnoCursorHelper::GetTextFromPam(), and SwDocShell::StartConvertFrom().
#define FILTER_WW8 "CWW8" |
WinWord 97 filter.
Definition at line 33 of file iodetect.hxx.
Referenced by SwIoSystem::GetSubStorageName(), IMPL_LINK(), IMPL_LINK_NOARG(), SwIoSystem::IsValidStgFilter(), SwDocShell::SaveAs(), and SwWW8Writer::SwWW8Writer().
#define FILTER_XML u"CXML" |
XML filter.
Definition at line 35 of file iodetect.hxx.
Referenced by SwDocShell::ConvertTo(), SwXMailMerge::execute(), SwIoSystem::GetSubStorageName(), IMPL_LINK_NOARG(), and SwDoc::SplitDoc().
#define FILTER_XMLV "CXMLV" |
XML filter.
Definition at line 36 of file iodetect.hxx.
Referenced by SwDocShell::ConvertTo(), and SwIoSystem::GetSubStorageName().
#define FILTER_XMLVW "CXMLVWEB" |
XML filter.
Definition at line 37 of file iodetect.hxx.
Referenced by SwDocShell::ConvertTo(), and SwIoSystem::GetSubStorageName().
#define sHTML "HTML" |
Definition at line 39 of file iodetect.hxx.
#define sRtfWH "WH_RTF" |
Definition at line 30 of file iodetect.hxx.
Referenced by SwReader::Read().
#define sSWRITER "swriter" |
Definition at line 43 of file iodetect.hxx.
Referenced by SwIoSystem::GetFileFilter(), and SwIoSystem::GetFilterOfFormat().
#define sSWRITERWEB "swriter/web" |
Definition at line 44 of file iodetect.hxx.
Referenced by SwIoSystem::GetFileFilter(), and SwIoSystem::GetFilterOfFormat().
#define sWW5 "WW6" |
Definition at line 40 of file iodetect.hxx.
#define sWW6 "CWW6" |
Definition at line 41 of file iodetect.hxx.
Referenced by SwIoSystem::GetSubStorageName(), and SwIoSystem::IsValidStgFilter().
enum ReaderWriterEnum |
Definition at line 68 of file iodetect.hxx.
SAL_DLLPUBLIC_EXPORT bool SAL_CALL TestImportFODT | ( | SvStream & | rStream | ) |
Definition at line 1766 of file xmlimp.cxx.
References SfxObjectShell::DoClose(), SfxObjectShell::DoInitNew(), SwGlobals::ensure(), SfxObjectShell::GetModel(), comphelper::getProcessServiceFactory(), comphelper::InitPropertySequence(), SfxObjectShell::SetLoading(), xModel, and xStream.
SwIoDetect aFilterDetect[] |
Definition at line 40 of file iodetect.cxx.
Referenced by SwReaderWriter::GetReader(), and SwReaderWriter::GetWriter().