Searched refs:xSeriesOrPointProp (Results 1 – 3 of 3) sorted by relevance
127 void lcl_setAutomaticSymbolSize( const uno::Reference< beans::XPropertySet >& xSeriesOrPointProp, c… in lcl_setAutomaticSymbolSize() argument160 …xSeriesOrPointProp->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() argument165 if( !xSeriesOrPointProp.is() ) in lcl_setSymbolSizeIfNeeded()169 …if( xSeriesOrPointProp.is() && ( xSeriesOrPointProp->getPropertyValue(::rtl::OUString(RTL_CONSTASC… in lcl_setSymbolSizeIfNeeded()176 …xSeriesOrPointProp->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("SymbolSize")),un… in lcl_setSymbolSizeIfNeeded()180 lcl_setAutomaticSymbolSize( xSeriesOrPointProp, rImport ); in lcl_setSymbolSizeIfNeeded()
99 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSeriesOrPointProp105 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSeriesOrPointProp
1876 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 50 milliseconds