LibreOffice Module sw (master) 1
|
#include <shellio.hxx>
Public Member Functions | |
AsciiReader () | |
Public Member Functions inherited from Reader | |
Reader () | |
virtual | ~Reader () |
virtual SwReaderType | GetReaderType () |
SwgReaderOption & | GetReaderOpt () |
virtual void | SetFltName (const OUString &rFltNm) |
SwDoc * | GetTemplateDoc (SwDoc &rDoc) |
bool | SetTemplate (SwDoc &rDoc) |
void | ClearTemplate () |
void | SetTemplateName (const OUString &rDir) |
void | MakeHTMLDummyTemplateDoc () |
bool | IsReadUTF8 () const |
void | SetReadUTF8 (bool bSet) |
bool | IsBlockMode () const |
void | SetBlockMode (bool bSet) |
bool | IsOrganizerMode () const |
void | SetOrganizerMode (bool bSet) |
void | SetIgnoreHTMLComments (bool bSet) |
virtual bool | HasGlossaries () const |
virtual bool | ReadGlossaries (SwTextBlocks &, bool bSaveRelFiles) const |
virtual size_t | GetSectionList (SfxMedium &rMedium, std::vector< OUString > &rStrings) const |
const tools::SvRef< SotStorage > & | getSotStorageRef () const |
void | setSotStorageRef (const tools::SvRef< SotStorage > &pStgRef) |
Private Member Functions | |
virtual ErrCode | Read (SwDoc &, const OUString &rBaseURL, SwPaM &, const OUString &) override |
Friends | |
class | SwReader |
Additional Inherited Members | |
Static Public Member Functions inherited from Reader | |
static void | ResetFrameFormatAttrs (SfxItemSet &rFrameSet) |
static void | ResetFrameFormats (SwDoc &rDoc) |
Protected Member Functions inherited from Reader | |
virtual OUString | GetTemplateName (SwDoc &rDoc) const |
Protected Attributes inherited from Reader | |
SvStream * | m_pStream |
tools::SvRef< SotStorage > | m_pStorage |
css::uno::Reference< css::embed::XStorage > | m_xStorage |
SfxMedium * | m_pMedium |
SwgReaderOption | m_aOption |
bool | m_bInsertMode: 1 |
bool | m_bTemplateBrowseMode: 1 |
bool | m_bReadUTF8: 1 |
bool | m_bBlockMode: 1 |
bool | m_bOrganizerMode: 1 |
bool | m_bHasAskTemplateName: 1 |
bool | m_bIgnoreHTMLComments: 1 |
bool | m_bSkipImages: 1 |
Definition at line 285 of file shellio.hxx.
|
inline |
Definition at line 290 of file shellio.hxx.
|
overrideprivatevirtual |
Implements Reader.
Definition at line 81 of file parasc.cxx.
References ERR_SWG_READ_ERROR, SwgReaderOption::GetASCIIOpts(), SfxMedium::GetItemSet(), Reader::m_aOption, Reader::m_bInsertMode, Reader::m_pMedium, Reader::m_pStream, SfxItemSet::Put(), and SwgReaderOption::ResetASCIIOpts().
|
friend |
Definition at line 287 of file shellio.hxx.