Lines Matching refs:xPropSet

64 		uno::Reference< beans::XPropertySet > xPropSet( xShape, uno::UNO_QUERY );  in ImpExport3DSceneShape()  local
65 …DBG_ASSERT( xPropSet.is(), "XMLShapeExport::ImpExport3DSceneShape can't export a scene without a p… in ImpExport3DSceneShape()
66 if( xPropSet.is() ) in ImpExport3DSceneShape()
69 ImpExportNewTrans(xPropSet, nFeatures, pRefPoint); in ImpExport3DSceneShape()
72 export3DSceneAttributes( xPropSet ); in ImpExport3DSceneShape()
82 export3DLamps( xPropSet ); in ImpExport3DSceneShape()
108 const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); in ImpExport3DShape() local
109 if(xPropSet.is()) in ImpExport3DShape()
115 …uno::Any aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DTransformMatri… in ImpExport3DShape()
128 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DPosition"))); in ImpExport3DShape()
134 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSize"))); in ImpExport3DShape()
168 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DPosition"))); in ImpExport3DShape()
174 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSize"))); in ImpExport3DShape()
206 … aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DPolyPolygon3D"))); in ImpExport3DShape()
266 …Attributes( const com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet >& xPropSet ) in export3DSceneAttributes() argument
272 …uno::Any aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DTransformMatri… in export3DSceneAttributes()
281 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DCameraGeometry"))); in export3DSceneAttributes()
310 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DScenePerspective"))); in export3DSceneAttributes()
320 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneDistance"))); in export3DSceneAttributes()
328 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneFocalLength"))); in export3DSceneAttributes()
336 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneShadowSlant"))); in export3DSceneAttributes()
344 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneShadeMode"))); in export3DSceneAttributes()
365 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneAmbientColor"))); in export3DSceneAttributes()
374 …aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneTwoSidedLighting")… in export3DSceneAttributes()
383 …ort3DLamps( const com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet >& xPropSet ) in export3DLamps() argument
407 xPropSet->getPropertyValue( aPropName ) >>= aColTemp; in export3DLamps()
416 xPropSet->getPropertyValue(aPropName) >>= xLightDir; in export3DLamps()
425 xPropSet->getPropertyValue(aPropName) >>= bLightOnOff; in export3DLamps()