Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_RTF.h776 bool SetParaJustification(RTFProps_ParaProps::ParaJustification just);
H A Die_imp_RTF.cpp5323 return SetParaJustification(RTFProps_ParaProps::pjLeft); in TranslateKeywordID()
5325 return SetParaJustification(RTFProps_ParaProps::pjCentre); in TranslateKeywordID()
5327 return SetParaJustification(RTFProps_ParaProps::pjRight); in TranslateKeywordID()
5329 return SetParaJustification(RTFProps_ParaProps::pjFull); in TranslateKeywordID()
11054 bool IE_Imp_RTF::SetParaJustification(RTFProps_ParaProps::ParaJustification just) in SetParaJustification() function in IE_Imp_RTF