LibreOffice Module sw (master) 1
|
#include <shellio.hxx>
Public Member Functions | |
StgWriter () | |
virtual bool | IsStgWriter () const override |
virtual ErrCode | Write (SwPaM &, const css::uno::Reference< css::embed::XStorage > &, const OUString *, SfxMedium *=nullptr) override |
virtual ErrCode | Write (SwPaM &, SotStorage &, const OUString *) override |
SotStorage & | GetStorage () const |
Public Member Functions inherited from Writer | |
Writer () | |
virtual | ~Writer () override |
virtual ErrCode | Write (SwPaM &, SfxMedium &, const OUString *) |
ErrCode | Write (SwPaM &, SvStream &, const OUString *) |
virtual ErrCode | Write (SwPaM &, const css::uno::Reference< css::embed::XStorage > &, const OUString *, SfxMedium *=nullptr) |
virtual ErrCode | Write (SwPaM &, SotStorage &, const OUString *) |
virtual void | SetupFilterOptions (SfxMedium &rMedium) |
virtual bool | IsStgWriter () const |
void | SetShowProgress (bool bFlag) |
const OUString * | GetOrigFileName () const |
const SwAsciiOptions & | GetAsciiOptions () const |
void | SetAsciiOptions (const SwAsciiOptions &rOpt) |
const OUString & | GetBaseURL () const |
sal_Int32 | FindPos_Bkmk (const SwPosition &rPos) const |
void | CreateBookmarkTable () |
bool | GetBookmarks (const SwContentNode &rNd, sal_Int32 nStt, sal_Int32 nEnd, std::vector< const ::sw::mark::IMark * > &rArr) |
bool | CopyLocalFileToINet (OUString &rFileNm) |
void | SetStream (SvStream *const pStream) |
SvStream & | Strm () |
void | SetOrganizerMode (bool bSet) |
Public Member Functions inherited from SvRefBase | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
Protected Member Functions | |
virtual ErrCode | WriteStream () override |
virtual ErrCode | WriteStorage ()=0 |
virtual ErrCode | WriteMedium (SfxMedium &)=0 |
virtual ErrCode | Write (SwPaM &, SfxMedium &, const OUString *) |
ErrCode | Write (SwPaM &, SvStream &, const OUString *) |
virtual ErrCode | Write (SwPaM &, const css::uno::Reference< css::embed::XStorage > &, const OUString *, SfxMedium *=nullptr) |
virtual ErrCode | Write (SwPaM &, SotStorage &, const OUString *) |
Protected Member Functions inherited from Writer | |
void | ResetWriter () |
bool | CopyNextPam (SwPaM **) |
void | PutNumFormatFontsInAttrPool () |
void | PutEditEngFontsInAttrPool () |
virtual ErrCode | WriteStream ()=0 |
void | SetBaseURL (const OUString &rURL) |
IDocumentSettingAccess & | getIDocumentSettingAccess () |
const IDocumentSettingAccess & | getIDocumentSettingAccess () const |
IDocumentStylePoolAccess & | getIDocumentStylePoolAccess () |
const IDocumentStylePoolAccess & | getIDocumentStylePoolAccess () const |
Protected Member Functions inherited from SvRefBase | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Protected Attributes | |
tools::SvRef< SotStorage > | m_pStg |
css::uno::Reference< css::embed::XStorage > | m_xStg |
Protected Attributes inherited from Writer | |
const OUString * | m_pOrigFileName |
Additional Inherited Members | |
Static Public Member Functions inherited from Writer | |
static std::shared_ptr< SwUnoCursor > | NewUnoCursor (SwDoc &rDoc, SwNodeOffset const nStartIdx, SwNodeOffset const nEndIdx) |
Public Attributes inherited from Writer | |
SwDoc * | m_pDoc |
SwPaM * | m_pOrigPam |
std::shared_ptr< SwUnoCursor > | m_pCurrentPam |
bool | m_bWriteAll: 1 |
bool | m_bShowProgress: 1 |
bool | m_bWriteClipboardDoc: 1 |
bool | m_bWriteOnlyFirstTable: 1 |
bool | m_bASCII_ParaAsCR: 1 |
bool | m_bASCII_ParaAsBlank: 1 |
bool | m_bASCII_NoLastLineEnd: 1 |
bool | m_bUCS2_WithStartChar: 1 |
bool | m_bExportParagraphNumbering: 1 |
bool | m_bBlock: 1 |
bool | m_bOrganizerMode: 1 |
bool | m_bHideDeleteRedlines: 1 |
Definition at line 473 of file shellio.hxx.
|
inline |
Definition at line 487 of file shellio.hxx.
|
inline |
Definition at line 494 of file shellio.hxx.
Referenced by SwMSConvertControls::ExportControl(), WW8Export::ExportDocument_Impl(), WW8Export::OutputLinkedOLE(), WW8Export::OutputOLENode(), WW8Export::PrepareStorage(), and WW8Export::WriteFkpPlcUsw().
|
overridevirtual |
Reimplemented from Writer.
Definition at line 190 of file fltini.cxx.
Referenced by SwXMLWriter::Write().
|
protectedvirtual |
Reimplemented from Writer.
|
overridevirtual |
Reimplemented from Writer.
Reimplemented in SwWW8Writer, and SwXMLWriter.
References Write.
Referenced by SwWW8Writer::Write().
|
protectedvirtual |
Reimplemented from Writer.
Definition at line 427 of file writer.cxx.
|
protectedvirtual |
Reimplemented from Writer.
Definition at line 430 of file writer.cxx.
|
overridevirtual |
Reimplemented from Writer.
Reimplemented in SwWW8Writer, and SwXMLWriter.
Definition at line 456 of file writer.cxx.
References SwDoc::CreateUnoCursor(), SwPaM::End(), SwPaM::GetDoc(), Writer::m_pCurrentPam, Writer::m_pDoc, Writer::m_pOrigFileName, Writer::m_pOrigPam, m_pStg, Writer::ResetWriter(), Writer::SetStream(), SwPaM::Start(), and WriteStorage().
Definition at line 428 of file writer.cxx.
Implemented in SwWW8Writer, and SwXMLWriter.
|
protectedpure virtual |
Implemented in SwWW8Writer, and SwXMLWriter.
Referenced by Write().
|
overrideprotectedvirtual |
|
protected |
Definition at line 476 of file shellio.hxx.
Referenced by Write(), and SwWW8Writer::WriteStorage().
|
protected |
Definition at line 477 of file shellio.hxx.
Referenced by SwXMLWriter::Write_().