Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_RTF.h274 UT_sint32 m_iShadingBackCol; // The Foreground color member
H A Die_imp_RTF.cpp1267 m_iShadingBackCol = -1; // The Background color in RTFProps_ParaProps()
1350 m_iShadingBackCol = other.m_iShadingBackCol; in operator =()
4838 m_currentRTFState.m_paraProps.m_iShadingBackCol = (int) param; in TranslateKeywordID()
7582 if(m_currentRTFState.m_paraProps.m_iShadingBackCol > -1) in ApplyParagraphAttributes()
7584 iCol = GetNthTableBgColour(m_currentRTFState.m_paraProps.m_iShadingBackCol); in ApplyParagraphAttributes()