Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedAddInProperty.cxx42 WrappedAddInProperty::WrappedAddInProperty( ChartDocumentWrapper& rChartDocumentWrapper ) in WrappedAddInProperty() function in chart::wrapper::WrappedAddInProperty
47 WrappedAddInProperty::~WrappedAddInProperty() in ~WrappedAddInProperty()
51 void WrappedAddInProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPrope… in setPropertyValue()
60 Any WrappedAddInProperty::getPropertyValue( const Reference< beans::XPropertySet >& /*xInnerPropert… in getPropertyValue()
H A DWrappedAddInProperty.hxx36 class WrappedAddInProperty : public WrappedProperty class
39 WrappedAddInProperty( ChartDocumentWrapper& rChartDocumentWrapper );
40 virtual ~WrappedAddInProperty();
H A Dmakefile.mk68 $(SLO)$/WrappedAddInProperty.obj \
H A DChartDocumentWrapper.cxx1516 aWrappedProperties.push_back( new WrappedAddInProperty( *this ) ); in createWrappedProperties()
/trunk/main/chart2/
H A DLibrary_chartcontroller.mk103 chart2/source/controller/chartapiwrapper/WrappedAddInProperty \