Home
last modified time | relevance | path

Searched refs:xTemplateProps (Results 1 – 3 of 3) sorted by relevance

/trunk/main/chart2/source/controller/dialogs/
H A DChartTypeDialogController.cxx167 if( xTemplateProps.is() ) in getChartTypeParameterForService()
171 xTemplateProps->getPropertyValue( C2U( "CurveStyle" )) >>= aRet.eCurveStyle; 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()
328 this->setTemplateProperties( xTemplateProps ); in getCurrentTemplate()
1184 , const uno::Reference< beans::XPropertySet >& xTemplateProps ) const in fillExtraControls()
1197 if(xTemplateProps.is()) in fillExtraControls()
1200 xTemplateProps->getPropertyValue( C2U("NumberOfLines") ) >>= nNumLines; in fillExtraControls()
[all …]
H A DChartTypeDialogController.hxx119 …: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 Dtp_ChartType.cxx1016 …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()

Completed in 28 milliseconds