Searched refs:FunctionPropertySet (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/reportdesign/source/core/api/ |
H A D | Function.cxx | 51 ,FunctionPropertySet(_xContext,static_cast< Implements >(IMPLEMENTS_PROPERTY_SET),uno::Sequence< ::… in DBG_NAME() 65 IMPLEMENT_FORWARD_XINTERFACE2(OFunction,FunctionBase,FunctionPropertySet) in IMPLEMENT_FORWARD_XINTERFACE2() argument 69 FunctionPropertySet::dispose(); in IMPLEMENT_FORWARD_XINTERFACE2() 104 return FunctionPropertySet::getPropertySetInfo(); in getPropertySetInfo() 109 FunctionPropertySet::setPropertyValue( aPropertyName, aValue ); in setPropertyValue() 114 return FunctionPropertySet::getPropertyValue( PropertyName); in getPropertyValue() 119 FunctionPropertySet::addPropertyChangeListener( aPropertyName, xListener ); in addPropertyChangeListener() 124 FunctionPropertySet::removePropertyChangeListener( aPropertyName, aListener ); in removePropertyChangeListener() 129 FunctionPropertySet::addVetoableChangeListener( PropertyName, aListener ); in addVetoableChangeListener() 134 FunctionPropertySet::removeVetoableChangeListener( PropertyName, aListener ); in removeVetoableChangeListener()
|
/aoo42x/main/reportdesign/source/core/inc/ |
H A D | Function.hxx | 37 typedef ::cppu::PropertySetMixin< com::sun::star::report::XFunction > FunctionPropertySet; typedef 47 public FunctionPropertySet
|
Completed in 17 milliseconds