Lines Matching refs:xSourceProp
82 uno::Reference< beans::XPropertySet > xSourceProp( m_xDiagram, uno::UNO_QUERY ); in VDiagram() local
83 … ThreeDHelper::getRotationAngleFromDiagram( xSourceProp, m_fXAnglePi, m_fYAnglePi, m_fZAnglePi ); in VDiagram()
87 if(xSourceProp.is()) in VDiagram()
88 xSourceProp->getPropertyValue(C2U( "RightAngledAxes" )) >>= m_bRightAngledAxes; in VDiagram()
611 uno::Reference< beans::XPropertySet > xSourceProp( m_xDiagram, uno::UNO_QUERY_THROW ); in createShapes_3d() local
619 … static_cast<sal_Int32>(ThreeDHelper::getCameraDistance( xSourceProp )))); in createShapes_3d()
621 … xSourceProp->getPropertyValue( C2U( UNO_NAME_3D_SCENE_PERSPECTIVE ))); in createShapes_3d()
627 … xSourceProp->getPropertyValue( C2U( UNO_NAME_3D_SCENE_SHADE_MODE ))); in createShapes_3d()
629 … xSourceProp->getPropertyValue( C2U( UNO_NAME_3D_SCENE_AMBIENTCOLOR ))); in createShapes_3d()
631 … xSourceProp->getPropertyValue( C2U( UNO_NAME_3D_SCENE_TWO_SIDED_LIGHTING ))); in createShapes_3d()
632 lcl_setLightSources( xSourceProp, xDestProp ); in createShapes_3d()