LibreOffice Module writerfilter (master) 1
|
This acts like an importer, but used for looking ahead, e.g. More...
#include <rtflookahead.hxx>
Public Member Functions | |
RTFLookahead (SvStream &rStream, sal_uInt64 nGroupStart) | |
~RTFLookahead () override | |
RTFError | dispatchDestination (RTFKeyword nKeyword) override |
RTFError | dispatchFlag (RTFKeyword nKeyword) override |
RTFError | dispatchSymbol (RTFKeyword nKeyword) override |
RTFError | dispatchToggle (RTFKeyword nKeyword, bool bParam, int nParam) override |
RTFError | dispatchValue (RTFKeyword nKeyword, int nParam) override |
RTFError | resolveChars (char ch) override |
RTFError | pushState () override |
RTFError | popState () override |
Destination | getDestination () override |
void | setDestination (Destination eDestination) override |
RTFInternalState | getInternalState () override |
void | setInternalState (RTFInternalState nInternalState) override |
bool | getSkipUnknown () override |
void | setSkipUnknown (bool bSkipUnknown) override |
void | finishSubstream () override |
bool | isSubstream () const override |
bool | hasTable () const |
bool | hasColumns () const |
![]() | |
virtual | ~RTFListener ()=default |
virtual RTFError | dispatchDestination (RTFKeyword nKeyword)=0 |
virtual RTFError | dispatchFlag (RTFKeyword nKeyword)=0 |
virtual RTFError | dispatchSymbol (RTFKeyword nKeyword)=0 |
virtual RTFError | dispatchToggle (RTFKeyword nKeyword, bool bParam, int nParam)=0 |
virtual RTFError | dispatchValue (RTFKeyword nKeyword, int nParam)=0 |
virtual RTFError | resolveChars (char ch)=0 |
virtual RTFError | pushState ()=0 |
virtual RTFError | popState ()=0 |
virtual Destination | getDestination ()=0 |
virtual void | setDestination (Destination eDestination)=0 |
virtual RTFInternalState | getInternalState ()=0 |
virtual void | setInternalState (RTFInternalState nInternalState)=0 |
virtual bool | getSkipUnknown ()=0 |
virtual void | setSkipUnknown (bool bSkipUnknown)=0 |
virtual void | finishSubstream ()=0 |
virtual bool | isSubstream () const =0 |
Private Attributes | |
tools::SvRef< RTFTokenizer > | m_pTokenizer |
SvStream & | m_rStream |
bool | m_bHasTable |
bool | m_bHasColumns |
This acts like an importer, but used for looking ahead, e.g.
to determine if the current group contains a table, etc.
Definition at line 25 of file rtflookahead.hxx.
writerfilter::rtftok::RTFLookahead::RTFLookahead | ( | SvStream & | rStream, |
sal_uInt64 | nGroupStart | ||
) |
Definition at line 24 of file rtflookahead.cxx.
References m_pTokenizer, m_rStream, nPos, SvStream::Seek(), and SvStream::Tell().
|
overridedefault |
|
overridevirtual |
Implements writerfilter::rtftok::RTFListener.
Definition at line 39 of file rtflookahead.cxx.
References writerfilter::rtftok::OK.
|
overridevirtual |
Implements writerfilter::rtftok::RTFListener.
Definition at line 41 of file rtflookahead.cxx.
References writerfilter::rtftok::INTBL, m_bHasTable, and writerfilter::rtftok::OK.
|
overridevirtual |
Implements writerfilter::rtftok::RTFListener.
Definition at line 48 of file rtflookahead.cxx.
References writerfilter::rtftok::OK.
|
overridevirtual |
Implements writerfilter::rtftok::RTFListener.
Definition at line 50 of file rtflookahead.cxx.
References writerfilter::rtftok::OK.
|
overridevirtual |
Implements writerfilter::rtftok::RTFListener.
Definition at line 55 of file rtflookahead.cxx.
References writerfilter::rtftok::COLS, m_bHasColumns, and writerfilter::rtftok::OK.
|
overridevirtual |
Implements writerfilter::rtftok::RTFListener.
Definition at line 95 of file rtflookahead.cxx.
|
overridevirtual |
Implements writerfilter::rtftok::RTFListener.
Definition at line 83 of file rtflookahead.cxx.
References writerfilter::rtftok::NORMAL.
|
overridevirtual |
Implements writerfilter::rtftok::RTFListener.
Definition at line 87 of file rtflookahead.cxx.
References writerfilter::rtftok::NORMAL.
|
overridevirtual |
Implements writerfilter::rtftok::RTFListener.
Definition at line 91 of file rtflookahead.cxx.
|
inline |
Definition at line 47 of file rtflookahead.hxx.
References m_bHasColumns.
Referenced by writerfilter::rtftok::RTFDocumentImpl::setNeedSect().
|
inline |
Definition at line 46 of file rtflookahead.hxx.
References m_bHasTable.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchDestination(), and writerfilter::rtftok::RTFDocumentImpl::setNeedSect().
|
overridevirtual |
Implements writerfilter::rtftok::RTFListener.
Definition at line 97 of file rtflookahead.cxx.
|
overridevirtual |
Implements writerfilter::rtftok::RTFListener.
Definition at line 77 of file rtflookahead.cxx.
References m_pTokenizer, and writerfilter::rtftok::OK.
|
overridevirtual |
Implements writerfilter::rtftok::RTFListener.
Definition at line 71 of file rtflookahead.cxx.
References m_pTokenizer, and writerfilter::rtftok::OK.
|
overridevirtual |
Implements writerfilter::rtftok::RTFListener.
Definition at line 62 of file rtflookahead.cxx.
References ch, SvStream::eof(), m_rStream, writerfilter::rtftok::OK, SvStream::ReadChar(), and SvStream::SeekRel().
|
overridevirtual |
Implements writerfilter::rtftok::RTFListener.
Definition at line 85 of file rtflookahead.cxx.
|
overridevirtual |
Implements writerfilter::rtftok::RTFListener.
Definition at line 89 of file rtflookahead.cxx.
|
overridevirtual |
Implements writerfilter::rtftok::RTFListener.
Definition at line 93 of file rtflookahead.cxx.
|
private |
Definition at line 53 of file rtflookahead.hxx.
Referenced by dispatchValue(), and hasColumns().
|
private |
Definition at line 52 of file rtflookahead.hxx.
Referenced by dispatchFlag(), and hasTable().
|
private |
Definition at line 50 of file rtflookahead.hxx.
Referenced by popState(), pushState(), and RTFLookahead().
|
private |
Definition at line 51 of file rtflookahead.hxx.
Referenced by resolveChars(), and RTFLookahead().