LibreOffice Module writerfilter (master) 1
|
State of the parser, which gets saved / restored when changing groups. More...
#include <rtfdocumentimpl.hxx>
Public Types | |
enum class | RunType { NONE , LOCH , HICH , DBCH , LTRCH_RTLCH_1 , LTRCH_RTLCH_2 , RTLCH_LTRCH_1 , RTLCH_LTRCH_2 } |
Maps to OOXML's ascii, cs or eastAsia. More... | |
Private Attributes | |
RTFDocumentImpl * | m_pDocumentImpl |
RTFInternalState | m_nInternalState |
Destination | m_eDestination |
RTFFieldStatus | m_eFieldStatus |
bool | m_bFieldLocked |
RTFBorderState | m_nBorderState |
RTFSprms | m_aTableSprms |
RTFSprms | m_aTableAttributes |
RTFSprms | m_aCharacterSprms |
RTFSprms | m_aCharacterAttributes |
RTFSprms | m_aParagraphSprms |
RTFSprms | m_aParagraphAttributes |
RTFSprms | m_aSectionSprms |
RTFSprms | m_aSectionAttributes |
RTFSprms | m_aTableRowSprms |
RTFSprms | m_aTableRowAttributes |
RTFSprms | m_aTableCellSprms |
RTFSprms | m_aTableCellAttributes |
RTFSprms | m_aTabAttributes |
RTFColorTableEntry | m_aCurrentColor |
rtl_TextEncoding | m_nCurrentEncoding |
int | m_nUc |
Current \uc value. More... | |
int | m_nCharsToSkip |
Characters to skip, set to nUc by \u. More... | |
int | m_nBinaryToRead |
Characters to read, once in binary mode. More... | |
int | m_nListLevelNum |
Next list level index to use when parsing list table. More... | |
RTFSprms | m_aListLevelEntries |
List level entries, which will form a list entry later. More... | |
std::vector< sal_Int32 > | m_aLevelNumbers |
List of character positions in leveltext to replace. More... | |
bool | m_bLevelNumbersValid |
If aLevelNumbers should be read at all. More... | |
RTFPicture | m_aPicture |
RTFShape | m_aShape |
RTFDrawingObject | m_aDrawingObject |
RTFFrame | m_aFrame |
RunType | m_eRunType |
sal_Int16 | m_nYear |
sal_uInt16 | m_nMonth |
sal_uInt16 | m_nDay |
sal_uInt16 | m_nHour |
sal_uInt16 | m_nMinute |
OUStringBuffer | m_aDestinationText { 512 } |
Text from special destinations. More... | |
OUStringBuffer * | m_pCurrentDestinationText |
point to the buffer of the current destination More... | |
int | m_nCurrentStyleIndex |
Index of the current style. More... | |
int | m_nCurrentCharacterStyleIndex |
Index of the current character style. More... | |
int | m_nCurrentListIndex = -1 |
Current listid, points to a listtable entry. More... | |
int | m_nCurrentListOverrideIndex = -1 |
Current ls, points to a listoverridetable entry. More... | |
RTFBuffer_t * | m_pCurrentBuffer |
Points to the active buffer, if there is one. More... | |
bool | m_bInListpicture |
If we're inside a \listpicture group. More... | |
bool | m_bInBackground |
If we're inside a \background group. More... | |
bool | m_bHadShapeText |
bool | m_bInShapeGroup |
If we're inside a \shpgrp group. More... | |
bool | m_bInShape |
If we're inside a \shp group. More... | |
bool | m_bCreatedShapeGroup |
A GroupShape was created and pushed to the parent stack. More... | |
bool | m_bStartedTrackchange |
Track change is started, need to end it before popping. More... | |
OUString | m_aPropName |
User-defined property: key name. More... | |
css::uno::Type | m_aPropType |
User-defined property: value type. More... | |
int | m_nTableRowWidthAfter |
Width of invisible cell at the end of the row. More... | |
OUString | m_aDocVar |
For importing document variables which are not referenced in the document. More... | |
OUString | m_aDocVarName |
State of the parser, which gets saved / restored when changing groups.
Definition at line 393 of file rtfdocumentimpl.hxx.
|
strong |
Maps to OOXML's ascii, cs or eastAsia.
Enumerator | |
---|---|
NONE | |
LOCH | |
HICH | |
DBCH | |
LTRCH_RTLCH_1 | |
LTRCH_RTLCH_2 | |
RTLCH_LTRCH_1 | |
RTLCH_LTRCH_2 |
Definition at line 397 of file rtfdocumentimpl.hxx.
|
explicit |
Definition at line 3785 of file rtfdocumentimpl.cxx.
|
inline |
Definition at line 411 of file rtfdocumentimpl.hxx.
References m_pCurrentDestinationText.
Referenced by writerfilter::rtftok::RTFDocumentImpl::text().
|
inline |
Definition at line 528 of file rtfdocumentimpl.hxx.
References m_aDocVar.
Referenced by writerfilter::rtftok::RTFDocumentImpl::text().
|
inline |
Definition at line 531 of file rtfdocumentimpl.hxx.
References m_aDocVarName.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState().
|
inline |
Definition at line 493 of file rtfdocumentimpl.hxx.
References m_nBinaryToRead.
|
inline |
Definition at line 517 of file rtfdocumentimpl.hxx.
References m_nBorderState.
Referenced by writerfilter::rtftok::putBorderProperty().
|
inline |
Definition at line 512 of file rtfdocumentimpl.hxx.
References m_aCharacterAttributes.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::createStyleProperties(), writerfilter::rtftok::RTFDocumentImpl::dispatchDestination(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), writerfilter::rtftok::RTFDocumentImpl::dispatchToggle(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), writerfilter::rtftok::RTFDocumentImpl::resetAttributes(), writerfilter::rtftok::RTFDocumentImpl::resolvePict(), and writerfilter::rtftok::RTFDocumentImpl::runProps().
|
inline |
Definition at line 513 of file rtfdocumentimpl.hxx.
References m_aCharacterSprms.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::checkFirstRun(), writerfilter::rtftok::RTFDocumentImpl::createStyleProperties(), writerfilter::rtftok::RTFDocumentImpl::dispatchCharacterAttributeValue(), writerfilter::rtftok::RTFDocumentImpl::dispatchCharacterSprmValue(), writerfilter::rtftok::RTFDocumentImpl::dispatchDestination(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), writerfilter::rtftok::RTFDocumentImpl::dispatchToggle(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), writerfilter::rtftok::putBorderProperty(), writerfilter::rtftok::RTFDocumentImpl::resetSprms(), writerfilter::rtftok::RTFDocumentImpl::resolvePict(), and writerfilter::rtftok::RTFDocumentImpl::runProps().
|
inline |
Definition at line 494 of file rtfdocumentimpl.hxx.
References m_nCharsToSkip.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFDocumentImpl::resolveChars().
|
inline |
Definition at line 435 of file rtfdocumentimpl.hxx.
References m_bCreatedShapeGroup.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 447 of file rtfdocumentimpl.hxx.
References m_pCurrentBuffer.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::checkNeedPap(), writerfilter::rtftok::RTFDocumentImpl::dispatchDestination(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchFrameValue(), writerfilter::rtftok::RTFDocumentImpl::dispatchParagraphSprmValue(), writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), writerfilter::rtftok::RTFDocumentImpl::popState(), writerfilter::rtftok::RTFDocumentImpl::replayBuffer(), writerfilter::rtftok::RTFDocumentImpl::resolvePict(), writerfilter::rtftok::RTFDocumentImpl::runProps(), writerfilter::rtftok::RTFDocumentImpl::singleChar(), and writerfilter::rtftok::RTFDocumentImpl::text().
|
inline |
Definition at line 459 of file rtfdocumentimpl.hxx.
References m_nCurrentCharacterStyleIndex.
Referenced by writerfilter::rtftok::RTFDocumentImpl::getProperties().
|
inline |
Definition at line 502 of file rtfdocumentimpl.hxx.
References m_aCurrentColor.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFDocumentImpl::resolveChars().
|
inline |
Definition at line 466 of file rtfdocumentimpl.hxx.
References m_pCurrentDestinationText.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), writerfilter::rtftok::RTFDocumentImpl::handleEmbeddedObject(), writerfilter::rtftok::RTFDocumentImpl::handleFontTableEntry(), writerfilter::rtftok::RTFDocumentImpl::pushState(), and writerfilter::rtftok::RTFDocumentImpl::text().
|
inline |
Definition at line 501 of file rtfdocumentimpl.hxx.
References m_nCurrentEncoding.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::checkUnicode(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), writerfilter::rtftok::RTFDocumentImpl::getEncoding(), and writerfilter::rtftok::RTFDocumentImpl::resolveChars().
|
inline |
Definition at line 454 of file rtfdocumentimpl.hxx.
References m_nCurrentListIndex.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState().
|
inline |
Definition at line 452 of file rtfdocumentimpl.hxx.
References m_nCurrentListOverrideIndex.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState().
|
inline |
Definition at line 461 of file rtfdocumentimpl.hxx.
References m_nCurrentStyleIndex.
Referenced by writerfilter::rtftok::RTFDocumentImpl::bufferProperties(), and writerfilter::rtftok::RTFDocumentImpl::getProperties().
|
inline |
Definition at line 473 of file rtfdocumentimpl.hxx.
References m_nDay.
Referenced by writerfilter::rtftok::lcl_getDateTime().
|
inline |
Definition at line 523 of file rtfdocumentimpl.hxx.
References m_eDestination.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::checkUnicode(), writerfilter::rtftok::RTFDocumentImpl::dispatchCharacterSprmValue(), writerfilter::rtftok::RTFDocumentImpl::dispatchDestination(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), writerfilter::rtftok::RTFDocumentImpl::dispatchTableValue(), writerfilter::rtftok::RTFDocumentImpl::dispatchToggle(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), writerfilter::rtftok::RTFDocumentImpl::getDestination(), writerfilter::rtftok::RTFDocumentImpl::isStyleSheetImport(), writerfilter::rtftok::RTFDocumentImpl::pushState(), writerfilter::rtftok::RTFDocumentImpl::resetTableRowProperties(), writerfilter::rtftok::RTFDocumentImpl::resolveChars(), and writerfilter::rtftok::RTFDocumentImpl::text().
|
inline |
Definition at line 467 of file rtfdocumentimpl.hxx.
References m_aDestinationText.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::dispatchDestination(), writerfilter::rtftok::RTFDocumentImpl::pushState(), writerfilter::rtftok::RTFDocumentImpl::resolvePict(), and writerfilter::rtftok::RTFDocumentImpl::setDestinationText().
|
inline |
Definition at line 526 of file rtfdocumentimpl.hxx.
References m_pDocumentImpl.
|
inline |
Definition at line 527 of file rtfdocumentimpl.hxx.
References m_aDocVar.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState().
|
inline |
Definition at line 529 of file rtfdocumentimpl.hxx.
References m_aDocVarName.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState().
|
inline |
Definition at line 481 of file rtfdocumentimpl.hxx.
References m_aDrawingObject.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
|
inline |
Definition at line 519 of file rtfdocumentimpl.hxx.
References m_eFieldStatus.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState().
|
inline |
Definition at line 480 of file rtfdocumentimpl.hxx.
References m_aFrame.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::checkNeedPap(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchFrameValue(), writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), writerfilter::rtftok::RTFDocumentImpl::popState(), writerfilter::rtftok::RTFDocumentImpl::prepareProperties(), and writerfilter::rtftok::RTFDocumentImpl::resetFrame().
|
inline |
Definition at line 441 of file rtfdocumentimpl.hxx.
References m_bHadShapeText.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 471 of file rtfdocumentimpl.hxx.
References m_nHour.
Referenced by writerfilter::rtftok::lcl_getDateTime().
|
inline |
Definition at line 443 of file rtfdocumentimpl.hxx.
References m_bInBackground.
Referenced by writerfilter::rtftok::RTFDocumentImpl::isInBackground().
|
inline |
Definition at line 445 of file rtfdocumentimpl.hxx.
References m_bInListpicture.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
|
inline |
Definition at line 437 of file rtfdocumentimpl.hxx.
References m_bInShape.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
|
inline |
Definition at line 439 of file rtfdocumentimpl.hxx.
References m_bInShapeGroup.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 525 of file rtfdocumentimpl.hxx.
References m_nInternalState.
Referenced by writerfilter::rtftok::RTFDocumentImpl::getInternalState(), and writerfilter::rtftok::RTFDocumentImpl::resolveChars().
|
inline |
Definition at line 489 of file rtfdocumentimpl.hxx.
References m_aLevelNumbers.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFDocumentImpl::resolveChars().
|
inline |
Definition at line 488 of file rtfdocumentimpl.hxx.
References m_bLevelNumbersValid.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::beforePopState(), and writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 490 of file rtfdocumentimpl.hxx.
References m_aListLevelEntries.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), and writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 491 of file rtfdocumentimpl.hxx.
References m_nListLevelNum.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), and writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 469 of file rtfdocumentimpl.hxx.
References m_nMinute.
Referenced by writerfilter::rtftok::lcl_getDateTime().
|
inline |
Definition at line 475 of file rtfdocumentimpl.hxx.
References m_nMonth.
Referenced by writerfilter::rtftok::lcl_getDateTime().
|
inline |
Definition at line 510 of file rtfdocumentimpl.hxx.
References m_aParagraphAttributes.
Referenced by writerfilter::rtftok::RTFDocumentImpl::checkNeedPap(), writerfilter::rtftok::RTFDocumentImpl::createStyleProperties(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), writerfilter::rtftok::RTFDocumentImpl::prepareProperties(), and writerfilter::rtftok::RTFDocumentImpl::resetAttributes().
|
inline |
Definition at line 511 of file rtfdocumentimpl.hxx.
References m_aParagraphSprms.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::checkNeedPap(), writerfilter::rtftok::RTFDocumentImpl::createStyleProperties(), writerfilter::rtftok::RTFDocumentImpl::dispatchCharacterAttributeValue(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchParagraphSprmValue(), writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), writerfilter::rtftok::RTFDocumentImpl::dispatchToggle(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), writerfilter::rtftok::RTFDocumentImpl::prepareProperties(), writerfilter::rtftok::putBorderProperty(), and writerfilter::rtftok::RTFDocumentImpl::resetSprms().
|
inline |
Definition at line 483 of file rtfdocumentimpl.hxx.
References m_aPicture.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), writerfilter::rtftok::RTFDocumentImpl::replayBuffer(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
|
inline |
Definition at line 418 of file rtfdocumentimpl.hxx.
References m_aPropName.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), and writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 420 of file rtfdocumentimpl.hxx.
References m_aPropType.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 479 of file rtfdocumentimpl.hxx.
References m_eRunType.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchCharacterAttributeValue(), writerfilter::rtftok::RTFDocumentImpl::dispatchCharacterSprmValue(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchToggle(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), writerfilter::rtftok::RTFDocumentImpl::pushState(), and writerfilter::rtftok::RTFDocumentImpl::resolveChars().
|
inline |
Definition at line 508 of file rtfdocumentimpl.hxx.
References m_aSectionAttributes.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), and writerfilter::rtftok::RTFDocumentImpl::sectBreak().
|
inline |
Definition at line 509 of file rtfdocumentimpl.hxx.
References m_aSectionSprms.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), writerfilter::rtftok::RTFDocumentImpl::popState(), writerfilter::rtftok::putBorderProperty(), and writerfilter::rtftok::RTFDocumentImpl::sectBreak().
|
inline |
Definition at line 482 of file rtfdocumentimpl.hxx.
References m_aShape.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::dispatchDestination(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), writerfilter::rtftok::RTFDocumentImpl::replayBuffer(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
|
inline |
Definition at line 430 of file rtfdocumentimpl.hxx.
References m_bStartedTrackchange.
Referenced by writerfilter::rtftok::RTFDocumentImpl::popState().
|
inline |
Definition at line 503 of file rtfdocumentimpl.hxx.
References m_aTabAttributes.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), and writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 514 of file rtfdocumentimpl.hxx.
References m_aTableAttributes.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::createStyleProperties(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), writerfilter::rtftok::RTFDocumentImpl::handleFontTableEntry(), writerfilter::rtftok::RTFDocumentImpl::pushState(), writerfilter::rtftok::RTFDocumentImpl::resetAttributes(), and writerfilter::rtftok::RTFDocumentImpl::text().
|
inline |
Definition at line 504 of file rtfdocumentimpl.hxx.
References m_aTableCellAttributes.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchDestination(), writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), and writerfilter::rtftok::RTFDocumentImpl::dispatchTableValue().
|
inline |
Definition at line 505 of file rtfdocumentimpl.hxx.
References m_aTableCellSprms.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchDestination(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), writerfilter::rtftok::RTFDocumentImpl::dispatchTableValue(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), writerfilter::rtftok::putBorderProperty(), and writerfilter::rtftok::RTFDocumentImpl::text().
|
inline |
Definition at line 506 of file rtfdocumentimpl.hxx.
References m_aTableRowAttributes.
Referenced by writerfilter::rtftok::RTFDocumentImpl::backupTableRowProperties(), writerfilter::rtftok::RTFDocumentImpl::prepareProperties(), writerfilter::rtftok::RTFDocumentImpl::resetTableRowProperties(), and writerfilter::rtftok::RTFDocumentImpl::restoreTableRowProperties().
|
inline |
Definition at line 507 of file rtfdocumentimpl.hxx.
References m_aTableRowSprms.
Referenced by writerfilter::rtftok::RTFDocumentImpl::backupTableRowProperties(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchFloatingTableFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), writerfilter::rtftok::RTFDocumentImpl::dispatchTableValue(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), writerfilter::rtftok::RTFDocumentImpl::prepareProperties(), writerfilter::rtftok::RTFDocumentImpl::resetTableRowProperties(), and writerfilter::rtftok::RTFDocumentImpl::restoreTableRowProperties().
|
inline |
Definition at line 425 of file rtfdocumentimpl.hxx.
References m_nTableRowWidthAfter.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), and writerfilter::rtftok::RTFDocumentImpl::popState().
|
inline |
Definition at line 515 of file rtfdocumentimpl.hxx.
References m_aTableSprms.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::createStyleProperties(), writerfilter::rtftok::RTFDocumentImpl::dispatchCharacterSprmValue(), writerfilter::rtftok::RTFDocumentImpl::dispatchDestination(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchTableSprmValue(), writerfilter::rtftok::RTFDocumentImpl::dispatchToggle(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), writerfilter::rtftok::RTFDocumentImpl::handleFontTableEntry(), writerfilter::rtftok::RTFDocumentImpl::resetSprms(), and writerfilter::rtftok::RTFDocumentImpl::text().
|
inline |
Definition at line 496 of file rtfdocumentimpl.hxx.
References m_nUc.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 477 of file rtfdocumentimpl.hxx.
References m_nYear.
Referenced by writerfilter::rtftok::lcl_getDateTime().
|
inline |
Definition at line 521 of file rtfdocumentimpl.hxx.
References m_bFieldLocked.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 492 of file rtfdocumentimpl.hxx.
References m_nBinaryToRead.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 516 of file rtfdocumentimpl.hxx.
References m_nBorderState.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag().
|
inline |
Definition at line 431 of file rtfdocumentimpl.hxx.
References m_bCreatedShapeGroup.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchDestination().
|
inline |
Definition at line 446 of file rtfdocumentimpl.hxx.
References m_pCurrentBuffer.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchDestination(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), and writerfilter::rtftok::RTFDocumentImpl::replayBuffer().
|
inline |
Definition at line 455 of file rtfdocumentimpl.hxx.
References m_nCurrentCharacterStyleIndex.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), and writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 462 of file rtfdocumentimpl.hxx.
References m_pCurrentDestinationText.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchDestination(), and writerfilter::rtftok::RTFDocumentImpl::pushState().
|
inline |
Definition at line 497 of file rtfdocumentimpl.hxx.
References m_nCurrentEncoding.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFDocumentImpl::handleFontTableEntry().
|
inline |
Definition at line 453 of file rtfdocumentimpl.hxx.
References m_nCurrentListIndex.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 448 of file rtfdocumentimpl.hxx.
References m_nCurrentListOverrideIndex.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 460 of file rtfdocumentimpl.hxx.
References m_nCurrentStyleIndex.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFDocumentImpl::replayBuffer().
|
inline |
Definition at line 472 of file rtfdocumentimpl.hxx.
References m_nDay.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchInfoValue().
|
inline |
Definition at line 522 of file rtfdocumentimpl.hxx.
References m_eDestination.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchDestination(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::pushState(), and writerfilter::rtftok::RTFDocumentImpl::setDestination().
|
inline |
Definition at line 530 of file rtfdocumentimpl.hxx.
References m_aDocVarName.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState().
|
inline |
Definition at line 520 of file rtfdocumentimpl.hxx.
References m_bFieldLocked.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchDestination(), and writerfilter::rtftok::RTFDocumentImpl::dispatchFlag().
|
inline |
Definition at line 518 of file rtfdocumentimpl.hxx.
References m_eFieldStatus.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState().
|
inline |
Definition at line 440 of file rtfdocumentimpl.hxx.
References m_bHadShapeText.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState().
|
inline |
Definition at line 470 of file rtfdocumentimpl.hxx.
References m_nHour.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchInfoValue().
|
inline |
Definition at line 442 of file rtfdocumentimpl.hxx.
References m_bInBackground.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchDestination().
|
inline |
Definition at line 444 of file rtfdocumentimpl.hxx.
References m_bInListpicture.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchDestination().
|
inline |
Definition at line 436 of file rtfdocumentimpl.hxx.
References m_bInShape.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchDestination().
|
inline |
Definition at line 438 of file rtfdocumentimpl.hxx.
References m_bInShapeGroup.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchDestination().
|
inline |
Definition at line 524 of file rtfdocumentimpl.hxx.
References m_nInternalState.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), writerfilter::rtftok::RTFDocumentImpl::resolveChars(), and writerfilter::rtftok::RTFDocumentImpl::setInternalState().
|
inline |
Definition at line 484 of file rtfdocumentimpl.hxx.
References m_bLevelNumbersValid.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), and writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 468 of file rtfdocumentimpl.hxx.
References m_nMinute.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchInfoValue().
|
inline |
Definition at line 474 of file rtfdocumentimpl.hxx.
References m_nMonth.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchInfoValue().
|
inline |
Definition at line 417 of file rtfdocumentimpl.hxx.
References m_aPropName.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), and writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 419 of file rtfdocumentimpl.hxx.
References m_aPropType.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 478 of file rtfdocumentimpl.hxx.
References m_eRunType.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), and writerfilter::rtftok::RTFDocumentImpl::pushState().
|
inline |
Definition at line 426 of file rtfdocumentimpl.hxx.
References m_bStartedTrackchange.
Referenced by writerfilter::rtftok::RTFDocumentImpl::pushState(), and writerfilter::rtftok::RTFDocumentImpl::runProps().
|
inline |
Definition at line 421 of file rtfdocumentimpl.hxx.
References m_nTableRowWidthAfter.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), writerfilter::rtftok::RTFDocumentImpl::dispatchValue(), and writerfilter::rtftok::RTFDocumentImpl::popState().
|
inline |
Definition at line 495 of file rtfdocumentimpl.hxx.
References m_nUc.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 476 of file rtfdocumentimpl.hxx.
References m_nYear.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchInfoValue().
|
private |
Definition at line 545 of file rtfdocumentimpl.hxx.
Referenced by getCharacterAttributes().
|
private |
Definition at line 544 of file rtfdocumentimpl.hxx.
Referenced by getCharacterSprms().
|
private |
Definition at line 561 of file rtfdocumentimpl.hxx.
Referenced by getCurrentColor().
|
private |
Text from special destinations.
Definition at line 596 of file rtfdocumentimpl.hxx.
Referenced by getDestinationText().
|
private |
For importing document variables which are not referenced in the document.
Definition at line 633 of file rtfdocumentimpl.hxx.
Referenced by appendDocVar(), and getDocVar().
|
private |
Definition at line 634 of file rtfdocumentimpl.hxx.
Referenced by clearDocVarName(), getDocVarName(), and setDocVarName().
|
private |
Definition at line 583 of file rtfdocumentimpl.hxx.
Referenced by getDrawingObject().
|
private |
Definition at line 584 of file rtfdocumentimpl.hxx.
Referenced by getFrame().
|
private |
List of character positions in leveltext to replace.
Definition at line 577 of file rtfdocumentimpl.hxx.
Referenced by getLevelNumbers().
|
private |
List level entries, which will form a list entry later.
Definition at line 575 of file rtfdocumentimpl.hxx.
Referenced by getListLevelEntries().
|
private |
Definition at line 548 of file rtfdocumentimpl.hxx.
Referenced by getParagraphAttributes().
|
private |
Definition at line 547 of file rtfdocumentimpl.hxx.
Referenced by getParagraphSprms().
|
private |
Definition at line 581 of file rtfdocumentimpl.hxx.
Referenced by getPicture().
|
private |
User-defined property: key name.
Definition at line 625 of file rtfdocumentimpl.hxx.
Referenced by getPropName(), and setPropName().
|
private |
User-defined property: value type.
Definition at line 627 of file rtfdocumentimpl.hxx.
Referenced by getPropType(), and setPropType().
|
private |
Definition at line 551 of file rtfdocumentimpl.hxx.
Referenced by getSectionAttributes().
|
private |
Definition at line 550 of file rtfdocumentimpl.hxx.
Referenced by getSectionSprms().
|
private |
Definition at line 582 of file rtfdocumentimpl.hxx.
Referenced by getShape().
|
private |
Definition at line 559 of file rtfdocumentimpl.hxx.
Referenced by getTabAttributes().
|
private |
Definition at line 542 of file rtfdocumentimpl.hxx.
Referenced by getTableAttributes().
|
private |
Definition at line 557 of file rtfdocumentimpl.hxx.
Referenced by getTableCellAttributes().
|
private |
Definition at line 556 of file rtfdocumentimpl.hxx.
Referenced by getTableCellSprms().
|
private |
Definition at line 554 of file rtfdocumentimpl.hxx.
Referenced by getTableRowAttributes().
|
private |
Definition at line 553 of file rtfdocumentimpl.hxx.
Referenced by getTableRowSprms().
|
private |
Definition at line 541 of file rtfdocumentimpl.hxx.
Referenced by getTableSprms().
|
private |
A GroupShape was created and pushed to the parent stack.
Definition at line 621 of file rtfdocumentimpl.hxx.
Referenced by getCreatedShapeGroup(), and setCreatedShapeGroup().
|
private |
Definition at line 538 of file rtfdocumentimpl.hxx.
Referenced by isFieldLocked(), and setFieldLocked().
|
private |
Definition at line 618 of file rtfdocumentimpl.hxx.
Referenced by getHadShapeText(), and setHadShapeText().
|
private |
If we're inside a \background group.
Definition at line 616 of file rtfdocumentimpl.hxx.
Referenced by getInBackground(), and setInBackground().
|
private |
If we're inside a \listpicture group.
Definition at line 613 of file rtfdocumentimpl.hxx.
Referenced by getInListpicture(), and setInListpicture().
|
private |
If we're inside a \shp group.
Definition at line 620 of file rtfdocumentimpl.hxx.
Referenced by getInShape(), and setInShape().
|
private |
If we're inside a \shpgrp group.
Definition at line 619 of file rtfdocumentimpl.hxx.
Referenced by getInShapeGroup(), and setInShapeGroup().
|
private |
If aLevelNumbers should be read at all.
Definition at line 579 of file rtfdocumentimpl.hxx.
Referenced by getLevelNumbersValid(), and setLevelNumbersValid().
|
private |
Track change is started, need to end it before popping.
Definition at line 622 of file rtfdocumentimpl.hxx.
Referenced by getStartedTrackchange(), and setStartedTrackchange().
|
private |
Definition at line 536 of file rtfdocumentimpl.hxx.
Referenced by getDestination(), and setDestination().
|
private |
Definition at line 537 of file rtfdocumentimpl.hxx.
Referenced by getFieldStatus(), and setFieldStatus().
|
private |
Definition at line 586 of file rtfdocumentimpl.hxx.
Referenced by getRunType(), and setRunType().
|
private |
Characters to read, once in binary mode.
Definition at line 570 of file rtfdocumentimpl.hxx.
Referenced by getBinaryToRead(), and setBinaryToRead().
|
private |
Definition at line 539 of file rtfdocumentimpl.hxx.
Referenced by getBorderState(), and setBorderState().
|
private |
Characters to skip, set to nUc by \u.
Definition at line 568 of file rtfdocumentimpl.hxx.
Referenced by getCharsToSkip().
|
private |
Index of the current character style.
Definition at line 603 of file rtfdocumentimpl.hxx.
Referenced by getCurrentCharacterStyleIndex(), and setCurrentCharacterStyleIndex().
|
private |
Definition at line 563 of file rtfdocumentimpl.hxx.
Referenced by getCurrentEncoding(), and setCurrentEncoding().
|
private |
Current listid, points to a listtable entry.
Definition at line 605 of file rtfdocumentimpl.hxx.
Referenced by getCurrentListIndex(), and setCurrentListIndex().
|
private |
Current ls, points to a listoverridetable entry.
Definition at line 607 of file rtfdocumentimpl.hxx.
Referenced by getCurrentListOverrideIndex(), and setCurrentListOverrideIndex().
|
private |
Index of the current style.
Definition at line 601 of file rtfdocumentimpl.hxx.
Referenced by getCurrentStyleIndex(), and setCurrentStyleIndex().
|
private |
Definition at line 591 of file rtfdocumentimpl.hxx.
|
private |
Definition at line 592 of file rtfdocumentimpl.hxx.
|
private |
Definition at line 535 of file rtfdocumentimpl.hxx.
Referenced by getInternalState(), and setInternalState().
|
private |
Next list level index to use when parsing list table.
Definition at line 573 of file rtfdocumentimpl.hxx.
Referenced by getListLevelNum().
|
private |
Definition at line 593 of file rtfdocumentimpl.hxx.
Referenced by getMinute(), and setMinute().
|
private |
Definition at line 590 of file rtfdocumentimpl.hxx.
Referenced by getMonth(), and setMonth().
|
private |
Width of invisible cell at the end of the row.
Definition at line 630 of file rtfdocumentimpl.hxx.
Referenced by getTableRowWidthAfter(), and setTableRowWidthAfter().
|
private |
Current \uc value.
Definition at line 566 of file rtfdocumentimpl.hxx.
|
private |
Definition at line 589 of file rtfdocumentimpl.hxx.
|
private |
Points to the active buffer, if there is one.
Definition at line 610 of file rtfdocumentimpl.hxx.
Referenced by getCurrentBuffer(), and setCurrentBuffer().
|
private |
point to the buffer of the current destination
Definition at line 598 of file rtfdocumentimpl.hxx.
Referenced by appendDestinationText(), getCurrentDestinationText(), and setCurrentDestinationText().
|
private |
Definition at line 534 of file rtfdocumentimpl.hxx.
Referenced by getDocumentImpl().