Searched refs:xSeriesPropertySet (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/chart2/source/controller/chartapiwrapper/ |
| H A D | WrappedStatisticProperties.cxx | 195 …> getOrCreateErrorBarProperties( const Reference< beans::XPropertySet >& xSeriesPropertySet ) const in getOrCreateErrorBarProperties() 197 if(!xSeriesPropertySet.is()) in getOrCreateErrorBarProperties() 200 xSeriesPropertySet->getPropertyValue( C2U( "ErrorBarY" )) >>= xErrorBarProperties; in getOrCreateErrorBarProperties() 209 … xSeriesPropertySet->setPropertyValue( C2U( "ErrorBarY" ), uno::makeAny( xErrorBarProperties ) ); in getOrCreateErrorBarProperties() 223 …virtual double getValueFromSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet ) co… 224 …virtual void setValueToSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet, double … 245 …LowProperty::getValueFromSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet ) const in getValueFromSeries() 250 …if( xSeriesPropertySet.is() && ( xSeriesPropertySet->getPropertyValue( C2U( "ErrorBarY" )) >>= xEr… in getValueFromSeries() 259 …roperty::setValueToSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet, double aNew… in setValueToSeries() argument 261 …ce< beans::XPropertySet > xErrorBarProperties( getOrCreateErrorBarProperties(xSeriesPropertySet) ); in setValueToSeries() [all …]
|
| H A D | WrappedSymbolProperties.cxx | 73 …l sal_Int32 getValueFromSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet ) const; 74 …virtual void setValueToSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet, sal_Int… 89 …virtual OUString getValueFromSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet ) … 90 …virtual void setValueToSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet, OUStrin… 100 …l awt::Size getValueFromSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet ) const; 101 …virtual void setValueToSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet, awt::Si… 113 …virtual sal_Bool getValueFromSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet ) … 114 …virtual void setValueToSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet, sal_Boo… 260 …ypeProperty::getValueFromSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet ) const in getValueFromSeries() 265 …if( xSeriesPropertySet.is() && ( xSeriesPropertySet->getPropertyValue(C2U("Symbol")) >>= aSymbol )… in getValueFromSeries() [all …]
|
| H A D | WrappedDataCaptionProperties.cxx | 55 …om::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSeriesPropertySet ) const; 56 …un::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSeriesPropertySet, sal_Int32 a… 161 …ionProperty::getValueFromSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet ) const in getValueFromSeries() 166 … if( xSeriesPropertySet.is() && ( xSeriesPropertySet->getPropertyValue(C2U("Label")) >>= aLabel ) ) in getValueFromSeries() 171 …roperty::setValueToSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet, sal_Int32 n… in setValueToSeries() argument 173 if(!xSeriesPropertySet.is()) in setValueToSeries() 177 xSeriesPropertySet->setPropertyValue( C2U("Label"), uno::makeAny( aLabel ) ); in setValueToSeries()
|
| H A D | WrappedSeriesOrDiagramProperty.hxx | 60 …:sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSeriesPropertySet ) const =0; 61 …un::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSeriesPropertySet, PROPERTYTYP… 117 …sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xSeriesPropertySet( *aIter, ::c… in setInnerValue() 118 if( xSeriesPropertySet.is() ) in setInnerValue() 120 setValueToSeries( xSeriesPropertySet, aNewValue ); in setInnerValue()
|