Lines Matching refs:xPropSet

75     uno::Reference<beans::XPropertySet> const& xPropSet )  in importShapeGraphic()  argument
78 if( !getPropertyValue( aURL, xPropSet, OUSTR("GraphicURL")) || in importShapeGraphic()
161 uno::Reference<beans::XPropertySet> const& xPropSet,
191 uno::Reference<beans::XPropertySet> const& xPropSet, in ShapeOfGroup() argument
198 uno::Any const aTmpRect_( xPropSet->getPropertyValue( OUSTR("BoundRect") )); in ShapeOfGroup()
279 uno::Reference<beans::XPropertySet> const& xPropSet, in createShape() argument
362 if( !importShapeGraphic( aGraphicObject, xPropSet ) ) in createShape()
395 getPropertyValue( eColorMode, xPropSet, OUSTR("GraphicColorMode") ); in createShape()
396 getPropertyValue( nLuminance, xPropSet, OUSTR("AdjustLuminance") ); in createShape()
397 getPropertyValue( nContrast, xPropSet, OUSTR("AdjustContrast") ); in createShape()
398 getPropertyValue( nRed, xPropSet, OUSTR("AdjustRed") ); in createShape()
399 getPropertyValue( nGreen, xPropSet, OUSTR("AdjustGreen") ); in createShape()
400 getPropertyValue( nBlue, xPropSet, OUSTR("AdjustBlue") ); in createShape()
401 getPropertyValue( nGamma, xPropSet, OUSTR("Gamma") ); in createShape()
402 getPropertyValue( nTransparency, xPropSet, OUSTR("Transparency") ); in createShape()
403 getPropertyValue( nRotation, xPropSet, OUSTR("RotateAngle") ); in createShape()
417 if( getPropertyValue( aGraphCrop, xPropSet, OUSTR("GraphicCrop") )) in createShape()
452 uno::Reference<beans::XPropertySet> const& xPropSet, in isSkip() argument
459 xPropSet, in isSkip()
479 importPolygons(xPropSet); in isSkip()
504 void ShapeImporter::importPolygons(uno::Reference<beans::XPropertySet> const& xPropSet) { in importPolygons() argument
509 getPropertyValue( aRetval, xPropSet, OUSTR("PolyPolygon") ); in importPolygons()
510 getPropertyValue( nLineColor, xPropSet, OUSTR("LineColor") ); in importPolygons()
511 getPropertyValue( fLineWidth, xPropSet, OUSTR("LineWidth") ); in importPolygons()
572 uno::Reference<beans::XPropertySet> xPropSet( in importShape() local
574 if( !xPropSet.is() ) in importShape()
599 if( !isSkip(xPropSet, shapeType, xDrawnInSlideshow) ) in importShape()
609 xCurrShape, xPropSet, in importShape()
614 pRet = createShape( xCurrShape, xPropSet, shapeType ); in importShape()