Home
last modified time | relevance | path

Searched refs:rPropertyMap (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/oox/source/drawingml/
H A Dtextparagraphpropertiescontext.cxx59 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()
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()
[all …]
/aoo41x/main/oox/source/helper/
H A Dpropertyset.cxx133 void PropertySet::setProperties( const PropertyMap& rPropertyMap ) in setProperties() argument
135 if( !rPropertyMap.empty() ) in setProperties()
139 rPropertyMap.fillSequences( aPropNames, aValues ); in setProperties()
/aoo41x/main/oox/inc/oox/helper/
H A Dpropertyset.hxx128 void setProperties( const PropertyMap& rPropertyMap );

Completed in 22 milliseconds