Lines Matching refs:rxTextProp

694                             const ModelRef< TextBody >& rxTextProp );
721 const ModelRef< TextBody >& rxTextProp );
727 const ModelRef< TextBody >& rxTextProp );
938 const TextCharacterProperties* lclGetTextProperties( const ModelRef< TextBody >& rxTextProp ) in lclGetTextProperties() argument
940 return (rxTextProp.is() && !rxTextProp->getParagraphs().empty()) ? in lclGetTextProperties()
941 &rxTextProp->getParagraphs().front()->getProperties().getTextCharacterProperties() : 0; in lclGetTextProperties()
980 …d TextFormatter::convertFormatting( PropertySet& rPropSet, const ModelRef< TextBody >& rxTextProp ) in convertFormatting() argument
982 convertFormatting( rPropSet, lclGetTextProperties( rxTextProp ) ); in convertFormatting()
1007 …peFormatter::convertTextFormatting( PropertySet& rPropSet, const ModelRef< TextBody >& rxTextProp ) in convertTextFormatting() argument
1009 maTextFormatter.convertFormatting( rPropSet, rxTextProp ); in convertTextFormatting()
1012 …opertySet& rPropSet, const ModelRef< Shape >& rxShapeProp, const ModelRef< TextBody >& rxTextProp ) in convertFormatting() argument
1015 convertTextFormatting( rPropSet, rxTextProp ); in convertFormatting()
1104 …vertTextFormatting( PropertySet& rPropSet, const ModelRef< TextBody >& rxTextProp, ObjectType eObj… in convertTextFormatting() argument
1107 pFormat->convertTextFormatting( rPropSet, rxTextProp ); in convertTextFormatting()
1110 …Set, const ModelRef< Shape >& rxShapeProp, const ModelRef< TextBody >& rxTextProp, ObjectType eObj… in convertFormatting() argument
1113 pFormat->convertFormatting( rPropSet, rxShapeProp, rxTextProp ); in convertFormatting()
1122 …onvertTextRotation( PropertySet& rPropSet, const ModelRef< TextBody >& rxTextProp, bool bSupportsS… in convertTextRotation() argument
1124 if( rxTextProp.is() ) in convertTextRotation()
1129 sal_Int32 nVert = rxTextProp->getTextProperties().moVert.get( XML_horz ); in convertTextRotation()
1136 …double fAngle = static_cast< double >( bStacked ? 0 : rxTextProp->getTextProperties().moRotation.g… in convertTextRotation()