Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/chart/
H A DSchXMLSeries2Context.cxx127 void lcl_setAutomaticSymbolSize( const uno::Reference< beans::XPropertySet >& xSeriesOrPointProp, c… in lcl_setAutomaticSymbolSize() argument
160xSeriesOrPointProp->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("SymbolSize")),un… in lcl_setAutomaticSymbolSize()
163 void lcl_setSymbolSizeIfNeeded( const uno::Reference< beans::XPropertySet >& xSeriesOrPointProp, co… in lcl_setSymbolSizeIfNeeded() argument
165 if( !xSeriesOrPointProp.is() ) in lcl_setSymbolSizeIfNeeded()
169 …if( xSeriesOrPointProp.is() && ( xSeriesOrPointProp->getPropertyValue(::rtl::OUString(RTL_CONSTASC… in lcl_setSymbolSizeIfNeeded()
176xSeriesOrPointProp->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("SymbolSize")),un… in lcl_setSymbolSizeIfNeeded()
180 lcl_setAutomaticSymbolSize( xSeriesOrPointProp, rImport ); in lcl_setSymbolSizeIfNeeded()
/trunk/main/chart2/source/inc/chartview/
H A DExplicitValueProvider.hxx99 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSeriesOrPointProp
105 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSeriesOrPointProp
/trunk/main/chart2/source/view/main/
H A DChartView.cxx1876 const uno::Reference< beans::XPropertySet >& xSeriesOrPointProp, in getExplicitNumberFormatKeyForDataLabel()
1883 if( !xSeriesOrPointProp.is() ) in getExplicitNumberFormatKeyForDataLabel()
1887 if( !(xSeriesOrPointProp->getPropertyValue(aPropName) >>= nFormat) ) in getExplicitNumberFormatKeyForDataLabel()
1919 const uno::Reference< beans::XPropertySet >& xSeriesOrPointProp, in getExplicitPercentageNumberFormatKeyForDataLabel()
1923 if( !xSeriesOrPointProp.is() ) in getExplicitPercentageNumberFormatKeyForDataLabel()
1925 if( !(xSeriesOrPointProp->getPropertyValue(C2U( "PercentageNumberFormat" )) >>= nFormat) ) in getExplicitPercentageNumberFormatKeyForDataLabel()

Completed in 46 milliseconds