Lines Matching refs:xSceneProperties
184 const uno::Reference< beans::XPropertySet > & xSceneProperties, in lcl_getLightSourceFromProperties()
197 … xSceneProperties->getPropertyValue( aColorPropertyPrefix + aIndex ) >>= aResult.nDiffuseColor; in lcl_getLightSourceFromProperties()
198 … xSceneProperties->getPropertyValue( aDirectionPropertyPrefix + aIndex ) >>= aResult.aDirection; in lcl_getLightSourceFromProperties()
199 … xSceneProperties->getPropertyValue( aEnabledPropertyPrefix + aIndex ) >>= aResult.bIsEnabled; in lcl_getLightSourceFromProperties()
213 const uno::Reference< beans::XPropertySet > & xSceneProperties, in lcl_setLightSource()
226 xSceneProperties->setPropertyValue( aColorPropertyPrefix + aIndex, in lcl_setLightSource()
228 xSceneProperties->setPropertyValue( aDirectionPropertyPrefix + aIndex, in lcl_setLightSource()
230 xSceneProperties->setPropertyValue( aEnabledPropertyPrefix + aIndex, in lcl_setLightSource()
244 const uno::Reference< beans::XPropertySet > & xSceneProperties ) in lcl_getAmbientColor()
249 xSceneProperties->getPropertyValue( in lcl_getAmbientColor()
263 const uno::Reference< beans::XPropertySet > & xSceneProperties, in lcl_setAmbientColor()
268 xSceneProperties->setPropertyValue( in lcl_setAmbientColor()
285 , const uno::Reference< beans::XPropertySet > & xSceneProperties in ThreeD_SceneIllumination_TabPage()
305 , m_xSceneProperties( xSceneProperties ) in ThreeD_SceneIllumination_TabPage()