Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_RTF.h209 enum ParaJustification { pjLeft, pjCentre, pjRight, pjFull}; enum
214 ParaJustification m_justification;
776 bool SetParaJustification(RTFProps_ParaProps::ParaJustification just);
H A Die_imp_RTF.cpp11054 bool IE_Imp_RTF::SetParaJustification(RTFProps_ParaProps::ParaJustification just) in SetParaJustification()