Searched refs:xSceneProperties (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/chart2/source/tools/ |
H A D | ThreeDHelper.cxx | 62 if( xSceneProperties.is() ) in lcl_isRightAngledAxesSetAndSupported() 83 if( xSceneProperties.is() ) in lcl_RotateLightSource() 106 if(!xSceneProperties.is()) in lcl_rotateLights() 335 if( xSceneProperties.is() ) in lcl_getCameraMatrix() 937 if( !xSceneProperties.is() ) in getRotationAngleFromDiagram() 978 if( xSceneProperties.is() ) in switchRightAngledAxes() 1016 if( !xSceneProperties.is() ) in setRotationAngleToDiagram() 1125 if( !xSceneProperties.is() ) in getCameraDistance() 1147 if( !xSceneProperties.is() ) in setCameraDistance() 1288 if( !xSceneProperties.is() ) in setDefaultRotation() [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() 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() [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()
|
Completed in 49 milliseconds