LibreOffice Module writerfilter (master) 1
|
RTF tokenizer that separates control words from text. More...
#include <rtftokenizer.hxx>
Public Member Functions | |
RTFTokenizer (RTFListener &rImport, SvStream *pInStream, css::uno::Reference< css::task::XStatusIndicator > const &xStatusIndicator) | |
~RTFTokenizer () override | |
RTFError | resolveParse () |
int | getGroup () const |
Number of states on the stack. More... | |
void | pushGroup () |
To be invoked by the pushState() callback to signal when the importer enters a group. More... | |
void | popGroup () |
To be invoked by the popState() callback to signal when the importer leaves a group. More... | |
OUString | getPosition () |
std::size_t | getGroupStart () const |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
Static Public Member Functions | |
static bool | lookupMathKeyword (RTFMathSymbol &rSymbol) |
To look up additional properties of a math symbol. More... | |
Private Member Functions | |
SvStream & | Strm () |
RTFError | resolveKeyword () |
RTFError | dispatchKeyword (OString const &rKeyword, bool bParam, int nParam) |
Private Attributes | |
RTFListener & | m_rImport |
SvStream * | m_pInStream |
css::uno::Reference< css::task::XStatusIndicator > const & | m_xStatusIndicator |
int | m_nGroup |
Same as the size of the importer's states, except that this can be negative for invalid input. More... | |
sal_Int32 | m_nLineNumber |
std::size_t | m_nLineStartPos |
std::size_t | m_nGroupStart |
Static Private Attributes | |
static std::unordered_map< OString, RTFSymbol > | s_aRTFControlWords |
static bool | s_bControlWordsInitialised |
static std::vector< RTFMathSymbol > | s_aRTFMathControlWords |
static bool | s_bMathControlWordsSorted |
Additional Inherited Members | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
RTF tokenizer that separates control words from text.
Definition at line 31 of file rtftokenizer.hxx.
writerfilter::rtftok::RTFTokenizer::RTFTokenizer | ( | RTFListener & | rImport, |
SvStream * | pInStream, | ||
css::uno::Reference< css::task::XStatusIndicator > const & | xStatusIndicator | ||
) |
Definition at line 32 of file rtftokenizer.cxx.
References writerfilter::rtftok::aRTFControlWords, writerfilter::rtftok::aRTFMathControlWords, i, m_rImport, writerfilter::rtftok::nRTFControlWords, writerfilter::rtftok::nRTFMathControlWords, s_aRTFControlWords, s_aRTFMathControlWords, s_bControlWordsInitialised, and s_bMathControlWordsSorted.
|
overridedefault |
|
private |
Definition at line 261 of file rtftokenizer.cxx.
References writerfilter::rtftok::DESTINATION, writerfilter::rtftok::RTFListener::dispatchDestination(), writerfilter::rtftok::RTFListener::dispatchFlag(), writerfilter::rtftok::RTFListener::dispatchSymbol(), writerfilter::rtftok::RTFListener::dispatchToggle(), writerfilter::rtftok::RTFListener::dispatchValue(), writerfilter::rtftok::FLAG, writerfilter::rtftok::RTFSymbol::GetControlType(), writerfilter::rtftok::RTFSymbol::GetDefValue(), writerfilter::rtftok::RTFListener::getDestination(), writerfilter::rtftok::RTFSymbol::GetIndex(), m_rImport, writerfilter::rtftok::OK, s_aRTFControlWords, SAL_INFO, SvStream::SeekRel(), writerfilter::rtftok::RTFSkipDestination::setParsed(), writerfilter::rtftok::SKIP, Strm(), writerfilter::rtftok::SYMBOL, writerfilter::rtftok::TOGGLE, and writerfilter::rtftok::VALUE.
Referenced by resolveKeyword().
|
inline |
|
inline |
Definition at line 46 of file rtftokenizer.hxx.
References m_nGroupStart.
OUString writerfilter::rtftok::RTFTokenizer::getPosition | ( | ) |
Definition at line 322 of file rtftokenizer.cxx.
References m_nLineNumber, m_nLineStartPos, and Strm().
|
static |
To look up additional properties of a math symbol.
Definition at line 251 of file rtftokenizer.cxx.
References s_aRTFMathControlWords.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchDestination().
void writerfilter::rtftok::RTFTokenizer::popGroup | ( | ) |
To be invoked by the popState() callback to signal when the importer leaves a group.
Definition at line 182 of file rtftokenizer.cxx.
References m_nGroup.
void writerfilter::rtftok::RTFTokenizer::pushGroup | ( | ) |
To be invoked by the pushState() callback to signal when the importer enters a group.
Definition at line 180 of file rtftokenizer.cxx.
References m_nGroup.
|
private |
Definition at line 184 of file rtftokenizer.cxx.
References aBuf, ch, dispatchKeyword(), SvStream::ReadChar(), SvStream::SeekRel(), Strm(), o3tl::toInt32(), and writerfilter::rtftok::UNEXPECTED_EOF.
Referenced by resolveParse().
RTFError writerfilter::rtftok::RTFTokenizer::resolveParse | ( | ) |
Definition at line 60 of file rtftokenizer.cxx.
References msfilter::rtfutil::AsHex(), writerfilter::rtftok::BIN, ch, writerfilter::rtftok::CHAR_OVER, count, writerfilter::rtftok::RTFListener::finishSubstream(), writerfilter::rtftok::RTFListener::getInternalState(), writerfilter::rtftok::GROUP_OVER, writerfilter::rtftok::GROUP_UNDER, writerfilter::rtftok::HEX_INVALID, writerfilter::rtftok::RTFListener::isSubstream(), m_nGroup, m_nGroupStart, m_nLineNumber, m_nLineStartPos, m_rImport, m_xStatusIndicator, writerfilter::rtftok::NORMAL, writerfilter::rtftok::OK, writerfilter::rtftok::RTFListener::popState(), writerfilter::rtftok::RTFListener::pushState(), SvStream::remainingSize(), writerfilter::rtftok::RTFListener::resolveChars(), resolveKeyword(), SAL_INFO, writerfilter::rtftok::RTFListener::setInternalState(), Strm(), SvxResId(), and SvStream::Tell().
|
inlineprivate |
Definition at line 51 of file rtftokenizer.hxx.
References m_pInStream.
Referenced by dispatchKeyword(), getPosition(), resolveKeyword(), and resolveParse().
|
private |
Same as the size of the importer's states, except that this can be negative for invalid input.
Definition at line 65 of file rtftokenizer.hxx.
Referenced by getGroup(), popGroup(), pushGroup(), and resolveParse().
|
private |
Definition at line 68 of file rtftokenizer.hxx.
Referenced by getGroupStart(), and resolveParse().
|
private |
Definition at line 66 of file rtftokenizer.hxx.
Referenced by getPosition(), and resolveParse().
|
private |
Definition at line 67 of file rtftokenizer.hxx.
Referenced by getPosition(), and resolveParse().
|
private |
Definition at line 56 of file rtftokenizer.hxx.
Referenced by Strm().
|
private |
Definition at line 55 of file rtftokenizer.hxx.
Referenced by dispatchKeyword(), and resolveParse().
|
private |
Definition at line 57 of file rtftokenizer.hxx.
Referenced by resolveParse().
|
staticprivate |
Definition at line 59 of file rtftokenizer.hxx.
Referenced by dispatchKeyword(), and RTFTokenizer().
|
staticprivate |
Definition at line 62 of file rtftokenizer.hxx.
Referenced by lookupMathKeyword(), and RTFTokenizer().
|
staticprivate |
Definition at line 60 of file rtftokenizer.hxx.
Referenced by RTFTokenizer().
|
staticprivate |
Definition at line 63 of file rtftokenizer.hxx.
Referenced by RTFTokenizer().