LibreOffice Module sw (master) 1
|
Dummy Writer implementation to be able to use the string format methods of the base class. More...
#include <rtfexportfilter.hxx>
Protected Member Functions | |
ErrCode | WriteStream () override |
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 |
Additional Inherited Members | |
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 |
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 |
Protected Attributes inherited from Writer | |
const OUString * | m_pOrigFileName |
Dummy Writer implementation to be able to use the string format methods of the base class.
Definition at line 35 of file rtfexportfilter.hxx.
|
inlineoverrideprotectedvirtual |