Lines Matching refs:rPropSet

689                             PropertySet& rPropSet,
693 PropertySet& rPropSet,
713 PropertySet& rPropSet,
720 PropertySet& rPropSet,
725 PropertySet& rPropSet,
731 PropertySet& rPropSet,
736 PropertySet& rPropSet,
741 PropertySet& rPropSet,
970 void TextFormatter::convertFormatting( PropertySet& rPropSet, const TextCharacterProperties* pTextP… in convertFormatting() argument
977 aTextProps.pushToPropSet( rPropSet, mrData.mrFilter ); in convertFormatting()
980 void TextFormatter::convertFormatting( PropertySet& rPropSet, const ModelRef< TextBody >& rxTextPro… in convertFormatting() argument
982 convertFormatting( rPropSet, lclGetTextProperties( rxTextProp ) ); in convertFormatting()
997 void ObjectTypeFormatter::convertFrameFormatting( PropertySet& rPropSet, const ModelRef< Shape >& r… in convertFrameFormatting() argument
1004 rPropSet.setProperties( aPropMap ); in convertFrameFormatting()
1007 void ObjectTypeFormatter::convertTextFormatting( PropertySet& rPropSet, const ModelRef< TextBody >&… in convertTextFormatting() argument
1009 maTextFormatter.convertFormatting( rPropSet, rxTextProp ); in convertTextFormatting()
1012 void ObjectTypeFormatter::convertFormatting( PropertySet& rPropSet, const ModelRef< Shape >& rxShap… in convertFormatting() argument
1014 convertFrameFormatting( rPropSet, rxShapeProp, 0, -1 ); in convertFormatting()
1015 convertTextFormatting( rPropSet, rxTextProp ); in convertFormatting()
1018 void ObjectTypeFormatter::convertTextFormatting( PropertySet& rPropSet, const TextCharacterProperti… in convertTextFormatting() argument
1020 maTextFormatter.convertFormatting( rPropSet, &rTextProps ); in convertTextFormatting()
1023 void ObjectTypeFormatter::convertAutomaticLine( PropertySet& rPropSet, sal_Int32 nSeriesIdx ) in convertAutomaticLine() argument
1029 rPropSet.setProperties( aPropMap ); in convertAutomaticLine()
1032 void ObjectTypeFormatter::convertAutomaticFill( PropertySet& rPropSet, sal_Int32 nSeriesIdx ) in convertAutomaticFill() argument
1038 rPropSet.setProperties( aPropMap ); in convertAutomaticFill()
1092 void ObjectFormatter::convertFrameFormatting( PropertySet& rPropSet, const ModelRef< Shape >& rxSha… in convertFrameFormatting() argument
1095 pFormat->convertFrameFormatting( rPropSet, rxShapeProp, 0, nSeriesIdx ); in convertFrameFormatting()
1098 void ObjectFormatter::convertFrameFormatting( PropertySet& rPropSet, const ModelRef< Shape >& rxSha… in convertFrameFormatting() argument
1101 pFormat->convertFrameFormatting( rPropSet, rxShapeProp, &rPicOptions, nSeriesIdx ); in convertFrameFormatting()
1104 void ObjectFormatter::convertTextFormatting( PropertySet& rPropSet, const ModelRef< TextBody >& rxT… in convertTextFormatting() argument
1107 pFormat->convertTextFormatting( rPropSet, rxTextProp ); in convertTextFormatting()
1110 void ObjectFormatter::convertFormatting( PropertySet& rPropSet, const ModelRef< Shape >& rxShapePro… in convertFormatting() argument
1113 pFormat->convertFormatting( rPropSet, rxShapeProp, rxTextProp ); in convertFormatting()
1116 void ObjectFormatter::convertTextFormatting( PropertySet& rPropSet, const TextCharacterProperties& … in convertTextFormatting() argument
1119 pFormat->convertTextFormatting( rPropSet, rTextProps ); in convertTextFormatting()
1122 void ObjectFormatter::convertTextRotation( PropertySet& rPropSet, const ModelRef< TextBody >& rxTex… in convertTextRotation() argument
1131 rPropSet.setProperty( PROP_StackCharacters, bStacked ); in convertTextRotation()
1138 rPropSet.setProperty( PROP_TextRotation, fAngle ); in convertTextRotation()
1142 void ObjectFormatter::convertNumberFormat( PropertySet& rPropSet, const NumberFormat& rNumberFormat… in convertNumberFormat() argument
1149 rPropSet.setAnyProperty( nPropId, Any() ); in convertNumberFormat()
1157 rPropSet.setProperty( nPropId, nIndex ); in convertNumberFormat()
1168 void ObjectFormatter::convertAutomaticLine( PropertySet& rPropSet, ObjectType eObjType, sal_Int32 n… in convertAutomaticLine() argument
1171 pFormat->convertAutomaticLine( rPropSet, nSeriesIdx ); in convertAutomaticLine()
1174 void ObjectFormatter::convertAutomaticFill( PropertySet& rPropSet, ObjectType eObjType, sal_Int32 n… in convertAutomaticFill() argument
1177 pFormat->convertAutomaticFill( rPropSet, nSeriesIdx ); in convertAutomaticFill()