|
LibreOffice Module sw (master) 1
|
#include <init.hxx>
Public Member Functions | |
| Filters () | |
| ~Filters () | |
| oslGenericFunction | GetMswordLibSymbol (const char *pSymbol) |
Private Member Functions | |
| Filters (Filters const &)=delete | |
| Filters & | operator= (Filters const &)=delete |
Private Attributes | |
| osl::Module | msword_ |
|
privatedelete |
| sw::Filters::Filters | ( | ) |
Definition at line 101 of file fltini.cxx.
References ReadAscii, READER_WRITER_BAS, READER_WRITER_HTML, READER_WRITER_TEXT, READER_WRITER_TEXT_DLG, READER_WRITER_XML, ReadHTML, ReadXML, and SetFltPtr().
| sw::Filters::~Filters | ( | ) |
Definition at line 113 of file fltini.cxx.
References aReaderWriter, and msword_.
| oslGenericFunction sw::Filters::GetMswordLibSymbol | ( | const char * | pSymbol | ) |
Definition at line 129 of file fltini.cxx.
References msword_, SAL_WARN_IF, and SVLIBRARY.
Referenced by GetDOCXReader(), GetRTFReader(), GetRTFWriter(), GetSaveWarningOfMSVBAStorage(), GetWW8Reader(), GetWW8Writer(), and SaveOrDelMSVBAStorage().
|
private |
Definition at line 53 of file init.hxx.
Referenced by GetMswordLibSymbol(), and ~Filters().