#include <ie_imp_RTF.h>
Public Types | |
| enum | ParaJustification { pjLeft, pjCentre, pjRight, pjFull } |
Public Member Functions | |
| RTFProps_ParaProps () | |
| RTFProps_ParaProps & | operator= (const RTFProps_ParaProps &) |
Public Attributes | |
| ParaJustification | m_justification |
| UT_uint32 | m_spaceBefore |
| UT_uint32 | m_spaceAfter |
| UT_sint32 | m_indentLeft |
| UT_sint32 | m_indentRight |
| UT_sint32 | m_indentFirst |
| double | m_lineSpaceVal |
| bool | m_lineSpaceExact |
| UT_NumberVector | m_tabStops |
| UT_NumberVector | m_tabTypes |
| UT_NumberVector | m_tabLeader |
| bool | m_isList |
| UT_sint32 | m_level |
| char | m_pszStyle [30] |
| UT_uint32 | m_rawID |
| UT_uint32 | m_rawParentID |
| char | m_pszListDecimal [64] |
| char | m_pszListDelim [64] |
| char | m_pszFieldFont [64] |
| UT_uint32 | m_startValue |
| eTabType | m_curTabType |
| eTabLeader | m_curTabLeader |
| UT_uint32 | m_iOverride |
| UT_uint32 | m_iOverrideLevel |
| _rtfListTable | m_rtfListTable |
| UT_sint32 | m_styleNumber |
| UT_BidiCharType | m_dir |
| UT_sint32 | m_tableLevel |
| bool | m_bInTable |
| PP_RevisionType | m_eRevision |
| UT_uint32 | m_iCurrentRevisionId |
| RTFProps_ParaProps::RTFProps_ParaProps | ( | void | ) |
References FL_LEADER_NONE, FL_TAB_LEFT, m_bInTable, m_curTabLeader, m_curTabType, m_dir, m_eRevision, m_iCurrentRevisionId, m_indentFirst, m_indentLeft, m_indentRight, m_iOverride, m_iOverrideLevel, m_isList, m_justification, m_level, m_lineSpaceExact, m_lineSpaceVal, m_pszFieldFont, m_pszListDecimal, m_pszListDelim, m_pszStyle, m_rawID, m_rawParentID, m_spaceAfter, m_spaceBefore, m_startValue, m_styleNumber, m_tableLevel, pjLeft, PP_REVISION_NONE, and UT_BIDI_UNSET.
| RTFProps_ParaProps & RTFProps_ParaProps::operator= | ( | const RTFProps_ParaProps & | other | ) |
References UT_GenericVector< T >::addItem(), UT_GenericVector< T >::clear(), FL_LEADER_NONE, FL_TAB_LEFT, UT_GenericVector< T >::getItemCount(), UT_GenericVector< T >::getNthItem(), m_bInTable, m_curTabLeader, m_curTabType, m_dir, m_indentFirst, m_indentLeft, m_indentRight, m_iOverride, m_iOverrideLevel, m_isList, m_justification, m_level, m_lineSpaceExact, m_lineSpaceVal, m_pszFieldFont, m_pszListDecimal, m_pszListDelim, m_pszStyle, m_rawID, m_rawParentID, m_rtfListTable, m_spaceAfter, m_spaceBefore, m_startValue, m_styleNumber, m_tabLeader, m_tableLevel, m_tabStops, m_tabTypes, and UT_ASSERT_HARMLESS.
Referenced by IE_Imp_RTF::ApplyParagraphAttributes(), IE_Imp_RTF::HandleAbiLists(), operator=(), and RTFProps_ParaProps().
| char RTFProps_ParaProps::m_pszStyle[30] |
Referenced by IE_Imp_RTF::ApplyParagraphAttributes(), IE_Imp_RTF::HandleAbiLists(), operator=(), and RTFProps_ParaProps().
Referenced by IE_Imp_RTF::ApplyParagraphAttributes(), IE_Imp_RTF::HandleAbiLists(), operator=(), and RTFProps_ParaProps().
| char RTFProps_ParaProps::m_pszListDecimal[64] |
Referenced by IE_Imp_RTF::ApplyParagraphAttributes(), IE_Imp_RTF::HandleAbiLists(), operator=(), and RTFProps_ParaProps().
| char RTFProps_ParaProps::m_pszListDelim[64] |
Referenced by IE_Imp_RTF::ApplyParagraphAttributes(), IE_Imp_RTF::HandleAbiLists(), operator=(), and RTFProps_ParaProps().
| char RTFProps_ParaProps::m_pszFieldFont[64] |
Referenced by IE_Imp_RTF::ApplyParagraphAttributes(), IE_Imp_RTF::HandleAbiLists(), operator=(), and RTFProps_ParaProps().
Referenced by operator=(), IE_Imp_RTF::ParseCharParaProps(), RTFProps_ParaProps(), and IE_Imp_RTF::TranslateKeywordID().
Referenced by operator=(), IE_Imp_RTF::ParseCharParaProps(), RTFProps_ParaProps(), and IE_Imp_RTF::TranslateKeywordID().
Referenced by IE_Imp_RTF::HandleStarKeyword(), and operator=().
Referenced by RTFProps_ParaProps().
1.5.5