Searched refs:xSceneProperties (Results 1 – 8 of 8) sorted by relevance
| /AOO42X/main/chart2/source/tools/ |
| H A D | ThreeDHelper.cxx | 59 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 D | ThreeDHelper.hxx | 72 ::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 D | tp_3D_SceneIllumination.cxx | 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() [all …]
|
| H A D | dlg_View3D.cxx | 71 …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 D | tp_3D_SceneGeometry.cxx | 70 , const uno::Reference< beans::XPropertySet > & xSceneProperties in ThreeD_SceneGeometry_TabPage() 73 , m_xSceneProperties( xSceneProperties ) in ThreeD_SceneGeometry_TabPage()
|
| H A D | tp_3D_SceneGeometry.hxx | 52 ::com::sun::star::beans::XPropertySet > & xSceneProperties,
|
| H A D | tp_3D_SceneIllumination.hxx | 80 ::com::sun::star::beans::XPropertySet > & xSceneProperties,
|
| /AOO42X/main/chart2/source/view/main/ |
| H A D | ChartView.cxx | 1415 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()
|