Lines Matching refs:rXPropSet
86 DBG(extern void dump_pset(Reference< XPropertySet > rXPropSet));
92 GetProperty( rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( #propName ) ) )
95 …( GetPropertyAndState( rXPropSet, rXPropState, String( RTL_CONSTASCII_USTRINGPARAM( #propName ) ),…
109 bool DrawingML::GetProperty( Reference< XPropertySet > rXPropSet, String aName ) in GetProperty() argument
114 mAny = rXPropSet->getPropertyValue( aName ); in GetProperty()
122 bool DrawingML::GetPropertyAndState( Reference< XPropertySet > rXPropSet, Reference< XPropertyState… in GetPropertyAndState() argument
127 mAny = rXPropSet->getPropertyValue( aName ); in GetPropertyAndState()
163 void DrawingML::WriteSolidFill( Reference< XPropertySet > rXPropSet ) in WriteSolidFill() argument
165 if ( GetProperty( rXPropSet, S( "FillColor" ) ) ) in WriteSolidFill()
185 void DrawingML::WriteGradientFill( Reference< XPropertySet > rXPropSet ) in WriteGradientFill() argument
238 void DrawingML::WriteLineArrow( Reference< XPropertySet > rXPropSet, sal_Bool bLineStart ) in WriteLineArrow() argument
244 …if ( EscherPropertyContainer::GetLineArrow( bLineStart, rXPropSet, eLineEnd, nArrowLength, nArrowW… in WriteLineArrow()
305 void DrawingML::WriteOutline( Reference< XPropertySet > rXPropSet ) in WriteOutline() argument
387 WriteLineArrow( rXPropSet, sal_True ); in WriteOutline()
388 WriteLineArrow( rXPropSet, sal_False ); in WriteOutline()
534 void DrawingML::WriteBlipMode( Reference< XPropertySet > rXPropSet ) in WriteBlipMode() argument
537 if (GetProperty( rXPropSet, S( "FillBitmapMode" ) ) ) in WriteBlipMode()
551 void DrawingML::WriteBlipFill( Reference< XPropertySet > rXPropSet, String sURLPropName ) in WriteBlipFill() argument
553 WriteBlipFill( rXPropSet, sURLPropName, XML_a ); in WriteBlipFill()
556 void DrawingML::WriteBlipFill( Reference< XPropertySet > rXPropSet, String sURLPropName, sal_Int32 … in WriteBlipFill() argument
558 if ( GetProperty( rXPropSet, sURLPropName ) ) { in WriteBlipFill()
572 WriteBlipMode( rXPropSet ); in WriteBlipFill()
573 else if( GetProperty( rXPropSet, S( "FillBitmapStretch" ) ) ) { in WriteBlipFill()
619 Reference< XPropertySet > rXPropSet( rRun, UNO_QUERY ); in WriteRunProperties() local
788 Reference< XPropertySet > rXPropSet( rRun, UNO_QUERY ); in GetFieldType() local
800 rXPropSet.set( rXTextField, UNO_QUERY ); in GetFieldType()
801 if( rXPropSet.is() ) { in GetFieldType()
923 void DrawingML::WriteParagraphNumbering( Reference< XPropertySet > rXPropSet, sal_Int16 nLevel ) in WriteParagraphNumbering() argument
1060 Reference< XPropertySet > rXPropSet( rParagraph, UNO_QUERY ); in WriteParagraphProperties() local
1063 if( !rXPropSet.is() || !rXPropState.is() ) in WriteParagraphProperties()
1085 WriteParagraphNumbering( rXPropSet, nLevel ); in WriteParagraphProperties()
1124 Reference< XPropertySet > rXPropSet( rXShape, UNO_QUERY ); in WriteText() local