Searched refs:xTemplateProps (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/chart2/source/controller/dialogs/ |
| H A D | ChartTypeDialogController.cxx | 160 … , const uno::Reference< beans::XPropertySet >& xTemplateProps ) in getChartTypeParameterForService() 167 if( xTemplateProps.is() ) in getChartTypeParameterForService() 171 xTemplateProps->getPropertyValue( C2U( "CurveStyle" )) >>= aRet.eCurveStyle; in getChartTypeParameterForService() 172 xTemplateProps->getPropertyValue( C2U( "CurveResolution" )) >>= aRet.nCurveResolution; in getChartTypeParameterForService() 173 xTemplateProps->getPropertyValue( C2U( "SplineOrder" )) >>= aRet.nSplineOrder; in getChartTypeParameterForService() 183 xTemplateProps->getPropertyValue( C2U( "Geometry3D" )) >>= aRet.nGeometry3D; in getChartTypeParameterForService() 303 uno::Reference< beans::XPropertySet > xTemplateProps( xTemplate, uno::UNO_QUERY ); in getCurrentTemplate() local 304 if(xTemplateProps.is()) in getCurrentTemplate() 308 … xTemplateProps->setPropertyValue( C2U( "CurveStyle" ), uno::makeAny(rParameter.eCurveStyle) ); in getCurrentTemplate() 309 …xTemplateProps->setPropertyValue( C2U( "CurveResolution" ), uno::makeAny(rParameter.nCurveResoluti… in getCurrentTemplate() [all …]
|
| H A D | ChartTypeDialogController.hxx | 119 …:sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xTemplateProps=::com::sun::st… 120 …:sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xTemplateProps ) const throw … 124 … ::com::sun::star::beans::XPropertySet >& xTemplateProps ); 285 …:sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xTemplateProps=::com::sun::st… 287 …:sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xTemplateProps ) const throw …
|
| H A D | tp_ChartType.cxx | 1016 …uno::Reference< beans::XPropertySet > xTemplateProps( this->getCurrentTemplate(), uno::UNO_QUERY ); in IMPL_LINK() local 1017 m_pCurrentMainType->fillExtraControls(aParameter,m_xChartModel,xTemplateProps); in IMPL_LINK() 1127 uno::Reference< beans::XPropertySet > xTemplateProps( aTemplate.first, uno::UNO_QUERY ); in initializePage() local 1128 …peParameter aParameter = (*aIter)->getChartTypeParameterForService( aServiceName, xTemplateProps ); in initializePage() 1140 m_pCurrentMainType->fillExtraControls(aParameter,m_xChartModel,xTemplateProps); in initializePage()
|