Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DLegendWrapper.cxx65 class WrappedLegendAlignmentProperty : public WrappedProperty class
68 WrappedLegendAlignmentProperty();
69 virtual ~WrappedLegendAlignmentProperty();
79 WrappedLegendAlignmentProperty::WrappedLegendAlignmentProperty() in WrappedLegendAlignmentProperty() function in chart::WrappedLegendAlignmentProperty
83 WrappedLegendAlignmentProperty::~WrappedLegendAlignmentProperty() in ~WrappedLegendAlignmentProperty()
87 Any WrappedLegendAlignmentProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInne… in getPropertyValue()
107 void WrappedLegendAlignmentProperty::setPropertyValue( const Any& rOuterValue, const Reference< bea… in setPropertyValue()
157 Any WrappedLegendAlignmentProperty::convertInnerToOuterValue( const Any& rInnerValue ) const in convertInnerToOuterValue()
186 Any WrappedLegendAlignmentProperty::convertOuterToInnerValue( const Any& rOuterValue ) const in convertOuterToInnerValue()
422 aWrappedProperties.push_back( new WrappedLegendAlignmentProperty() ); in createWrappedProperties()