Home
last modified time | relevance | path

Searched refs:convertOuterToInnerValue (Results 1 – 10 of 10) sorted by relevance

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedSplineProperties.cxx130 …xChartTypePropertySet->setPropertyValue(m_aOwnInnerName,this->convertOuterToInnerValue(uno::makeAn… in setPropertyValue()
175 …virtual ::com::sun::star::uno::Any convertOuterToInnerValue( const ::com::sun::star::uno::Any& rOu…
256 Any WrappedSplineTypeProperty::convertOuterToInnerValue( const Any& rOuterValue ) const in convertOuterToInnerValue() function in chart::wrapper::WrappedSplineTypeProperty
H A DLegendWrapper.cxx76 virtual Any convertOuterToInnerValue( const Any& rOuterValue ) const;
127 Any aInnerValue = this->convertOuterToInnerValue( rOuterValue ); in setPropertyValue()
186 Any WrappedLegendAlignmentProperty::convertOuterToInnerValue( const Any& rOuterValue ) const in convertOuterToInnerValue() function in chart::WrappedLegendAlignmentProperty
H A DWrappedTextRotationProperty.hxx43 …virtual ::com::sun::star::uno::Any convertOuterToInnerValue( const ::com::sun::star::uno::Any& rOu…
H A DWrappedTextRotationProperty.cxx68 Any WrappedTextRotationProperty::convertOuterToInnerValue( const Any& rOuterValue ) const in convertOuterToInnerValue() function in chart::WrappedTextRotationProperty
H A DWrappedCharacterHeightProperty.hxx54 …virtual ::com::sun::star::uno::Any convertOuterToInnerValue( const ::com::sun::star::uno::Any& rOu…
H A DDataSeriesPointWrapper.cxx303 virtual Any convertOuterToInnerValue( const Any& rOuterValue ) const;
325 Any WrappedSegmentOffsetProperty::convertOuterToInnerValue( const Any& rOuterValue ) const in convertOuterToInnerValue() function in __anon538a1f090111::WrappedSegmentOffsetProperty
H A DWrappedCharacterHeightProperty.cxx123 Any WrappedCharacterHeightProperty_Base::convertOuterToInnerValue( const Any& rOuterValue ) const in convertOuterToInnerValue() function in chart::wrapper::WrappedCharacterHeightProperty_Base
H A DWrappedNumberFormatProperty.cxx78 …xInnerPropertySet->setPropertyValue( m_aInnerName, this->convertOuterToInnerValue( rOuterValue ) ); in setPropertyValue()
/trunk/main/chart2/source/tools/
H A DWrappedProperty.cxx66 Any WrappedProperty::convertOuterToInnerValue( const Any& rOuterValue ) const in convertOuterToInnerValue() function in chart::WrappedProperty
74 …xInnerPropertySet->setPropertyValue( this->getInnerName(), this->convertOuterToInnerValue( rOuterV… in setPropertyValue()
/trunk/main/chart2/source/inc/
H A DWrappedProperty.hxx61 …virtual ::com::sun::star::uno::Any convertOuterToInnerValue( const ::com::sun::star::uno::Any& rOu…