Home
last modified time | relevance | path

Searched refs:xSceneProperties (Results 1 – 8 of 8) sorted by relevance

/AOO42X/main/chart2/source/tools/
H A DThreeDHelper.cxx59 bool lcl_isRightAngledAxesSetAndSupported( const Reference< beans::XPropertySet >& xSceneProperties in lcl_isRightAngledAxesSetAndSupported() argument
62 if( xSceneProperties.is() ) in lcl_isRightAngledAxesSetAndSupported()
64 xSceneProperties->getPropertyValue( C2U("RightAngledAxes")) >>= bRightAngledAxes; in lcl_isRightAngledAxesSetAndSupported()
67 uno::Reference< chart2::XDiagram > xDiagram( xSceneProperties, uno::UNO_QUERY ); in lcl_isRightAngledAxesSetAndSupported()
78 void lcl_RotateLightSource( const Reference< beans::XPropertySet >& xSceneProperties in lcl_RotateLightSource() argument
83 if( xSceneProperties.is() ) in lcl_RotateLightSource()
86 if( xSceneProperties->getPropertyValue( rLightSourceOn ) >>= bLightOn ) in lcl_RotateLightSource()
91 if( xSceneProperties->getPropertyValue( rLightSourceDirection ) >>= aLight ) in lcl_RotateLightSource()
96 xSceneProperties->setPropertyValue( rLightSourceDirection in lcl_RotateLightSource()
104 … ::basegfx::B3DHomMatrix& rLightRottion, const Reference< beans::XPropertySet >& xSceneProperties ) in lcl_rotateLights() argument
[all …]
/AOO42X/main/chart2/source/inc/
H A DThreeDHelper.hxx72 ::com::sun::star::beans::XPropertySet >& xSceneProperties
76 ::com::sun::star::beans::XPropertySet >& xSceneProperties
81 ::com::sun::star::beans::XPropertySet >& xSceneProperties
85 ::com::sun::star::beans::XPropertySet >& xSceneProperties
89 ::com::sun::star::beans::XPropertySet >& xSceneProperties
107 ::com::sun::star::beans::XPropertySet >& xSceneProperties );
110 ::com::sun::star::beans::XPropertySet >& xSceneProperties
119 ::com::sun::star::beans::XPropertySet >& xSceneProperties );
121 ::com::sun::star::beans::XPropertySet >& xSceneProperties );
123 ::com::sun::star::beans::XPropertySet >& xSceneProperties );
[all …]
/AOO42X/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneIllumination.cxx184 const uno::Reference< beans::XPropertySet > & xSceneProperties, in lcl_getLightSourceFromProperties()
197xSceneProperties->getPropertyValue( aColorPropertyPrefix + aIndex ) >>= aResult.nDiffuseColor; in lcl_getLightSourceFromProperties()
198xSceneProperties->getPropertyValue( aDirectionPropertyPrefix + aIndex ) >>= aResult.aDirection; in lcl_getLightSourceFromProperties()
199xSceneProperties->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()
[all …]
H A Ddlg_View3D.cxx71 …uno::Reference< beans::XPropertySet > xSceneProperties( ChartModelHelper::findDiagram( xChartModel… in View3DDialog() local
72 …m_pGeometry = new ThreeD_SceneGeometry_TabPage(&m_aTabControl,xSceneProperties,m_aControllerLock… in View3DDialog()
74 …m_pIllumination = new ThreeD_SceneIllumination_TabPage(&m_aTabControl,xSceneProperties,xChartModel… in View3DDialog()
H A Dtp_3D_SceneGeometry.cxx70 , const uno::Reference< beans::XPropertySet > & xSceneProperties in ThreeD_SceneGeometry_TabPage()
73 , m_xSceneProperties( xSceneProperties ) in ThreeD_SceneGeometry_TabPage()
H A Dtp_3D_SceneGeometry.hxx52 ::com::sun::star::beans::XPropertySet > & xSceneProperties,
H A Dtp_3D_SceneIllumination.hxx80 ::com::sun::star::beans::XPropertySet > & xSceneProperties,
/AOO42X/main/chart2/source/view/main/
H A DChartView.cxx1415 uno::Reference<beans::XPropertySet> xSceneProperties( xDiagram, uno::UNO_QUERY ); in impl_createDiagramAndContent() local
1416 …eftWallPos( ThreeDHelper::getAutomaticCuboidPlanePositionForStandardLeftWall( xSceneProperties ) ); in impl_createDiagramAndContent()
1417 …ackWallPos( ThreeDHelper::getAutomaticCuboidPlanePositionForStandardBackWall( xSceneProperties ) ); in impl_createDiagramAndContent()
1418 …n eBottomPos( ThreeDHelper::getAutomaticCuboidPlanePositionForStandardBottom( xSceneProperties ) ); in impl_createDiagramAndContent()