Home
last modified time | relevance | path

Searched refs:m_iLeftBorderStyle (Results 1 – 2 of 2) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_RTF.h253 UT_sint32 m_iLeftBorderStyle; // Number to represent style of border member
H A Die_imp_RTF.cpp1250 m_iLeftBorderStyle = 0; // Number to represent style of border in RTFProps_ParaProps()
1333 m_iLeftBorderStyle = other.m_iLeftBorderStyle; in operator =()
4484 m_currentRTFState.m_paraProps.m_iLeftBorderStyle = 1; in TranslateKeywordID()
4524 m_currentRTFState.m_paraProps.m_iLeftBorderStyle = 2; in TranslateKeywordID()
4564 m_currentRTFState.m_paraProps.m_iLeftBorderStyle = 3; in TranslateKeywordID()
4713 m_currentRTFState.m_paraProps.m_iLeftBorderStyle = 0; in TranslateKeywordID()
7541 …uffer += UT_std_string_sprintf("left-style:%d; ",m_currentRTFState.m_paraProps.m_iLeftBorderStyle); in ApplyParagraphAttributes()