Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/tools/
H A DThreeDHelper.cxx62 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 …]
/aoo41x/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 …]
/aoo41x/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneIllumination.cxx184 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 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,
/aoo41x/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()

Completed in 72 milliseconds