Searched refs:PropertyForwarder (Results 1 – 2 of 2) sorted by relevance
363 class PropertyForwarder class371 PropertyForwarder( OPropertySetAggregationHelper& _rAggregationHelper );372 ~PropertyForwarder();392 PropertyForwarder::PropertyForwarder( OPropertySetAggregationHelper& _rAggregationHelper ) in PropertyForwarder() function in comphelper::internal::PropertyForwarder399 PropertyForwarder::~PropertyForwarder() in ~PropertyForwarder()404 void PropertyForwarder::takeResponsibilityFor( sal_Int32 _nHandle ) in takeResponsibilityFor()410 bool PropertyForwarder::isResponsibleFor( sal_Int32 _nHandle ) in isResponsibleFor()416 void PropertyForwarder::doForward( sal_Int32 _nHandle, const Any& _rValue ) throw ( Exception ) in doForward()453 m_pForwarder = new PropertyForwarder( *this ); in OPropertySetAggregationHelper()
188 class PropertyForwarder;201 friend class internal::PropertyForwarder;209 internal::PropertyForwarder* m_pForwarder;
Completed in 19 milliseconds