Lines Matching refs:rPropertyMap
59 PropertyMap& rPropertyMap( mrTextParagraphProperties.getTextParagraphPropertyMap() ); in TextParagraphPropertiesContext() local
65 rPropertyMap[ PROP_ParaAdjust ] <<= GetParaAdjust( nAlign ); in TextParagraphPropertiesContext()
80 rPropertyMap[ PROP_ParaIsHyphenation ] <<= bLatinLineBrk; in TextParagraphPropertiesContext()
91 rPropertyMap[ PROP_ParaIsHangingPunctuation ] <<= bHangingPunct; in TextParagraphPropertiesContext()
129 rPropertyMap[ PROP_ParaRightMargin ] <<= nMarR; in TextParagraphPropertiesContext()
135 rPropertyMap[ PROP_WritingMode ] <<= ( bRtl ? WritingMode2::RL_TB : WritingMode2::LR_TB ); in TextParagraphPropertiesContext()
143 PropertyMap& rPropertyMap( mrTextParagraphProperties.getTextParagraphPropertyMap() ); in ~TextParagraphPropertiesContext() local
145 rPropertyMap[ PROP_ParaLineSpacing ] <<= maLineSpacing.toLineSpacing(); in ~TextParagraphPropertiesContext()
154 rPropertyMap[ PROP_ParaTabStops ] <<= aSeq; in ~TextParagraphPropertiesContext()
161 rPropertyMap[ PROP_IsNumbering ] <<= sal_True; in ~TextParagraphPropertiesContext()
163 rPropertyMap[ PROP_NumberingLevel ] <<= nLevel; in ~TextParagraphPropertiesContext()
164 rPropertyMap[ PROP_NumberingIsNumber ] <<= sal_True; in ~TextParagraphPropertiesContext()