Lines Matching refs:SubmissionPropertyHandler

44     ::pcr::SubmissionPropertyHandler::registerImplementation();  in createRegistryInfo_SubmissionPropertyHandler()
97 DBG_NAME( SubmissionPropertyHandler ) in DBG_NAME() argument
99SubmissionPropertyHandler::SubmissionPropertyHandler( const Reference< XComponentContext >& _rxCon… in DBG_NAME()
104 DBG_CTOR( SubmissionPropertyHandler, NULL ); in DBG_NAME()
108 SubmissionPropertyHandler::~SubmissionPropertyHandler( ) in ~SubmissionPropertyHandler()
111 DBG_DTOR( SubmissionPropertyHandler, NULL ); in ~SubmissionPropertyHandler()
115 …::rtl::OUString SAL_CALL SubmissionPropertyHandler::getImplementationName_static( ) throw (Runtim… in getImplementationName_static()
121 …Sequence< ::rtl::OUString > SAL_CALL SubmissionPropertyHandler::getSupportedServiceNames_static( … in getSupportedServiceNames_static()
129 …Any SAL_CALL SubmissionPropertyHandler::getPropertyValue( const ::rtl::OUString& _rPropertyName ) … in getPropertyValue()
178 …void SAL_CALL SubmissionPropertyHandler::setPropertyValue( const ::rtl::OUString& _rPropertyName, … in setPropertyValue()
221 …Sequence< ::rtl::OUString > SAL_CALL SubmissionPropertyHandler::getActuatingProperties( ) throw (R… in getActuatingProperties()
233 …Sequence< ::rtl::OUString > SAL_CALL SubmissionPropertyHandler::getSupersededProperties( ) throw (… in getSupersededProperties()
247 void SubmissionPropertyHandler::onNewComponent() in onNewComponent()
274 Sequence< Property > SAL_CALL SubmissionPropertyHandler::doDescribeSupportedProperties() const in doDescribeSupportedProperties()
288 …LineDescriptor SAL_CALL SubmissionPropertyHandler::describePropertyLine( const ::rtl::OUString& _r… in describePropertyLine()
329 …void SAL_CALL SubmissionPropertyHandler::actuatingPropertyChanged( const ::rtl::OUString& _rActuat… in actuatingPropertyChanged()
355 …Any SAL_CALL SubmissionPropertyHandler::convertToPropertyValue( const ::rtl::OUString& _rPropertyN… in convertToPropertyValue()
394 …Any SAL_CALL SubmissionPropertyHandler::convertToControlValue( const ::rtl::OUString& _rPropertyNa… in convertToControlValue()
435 …void SubmissionPropertyHandler::_propertyChanged( const PropertyChangeEvent& _rEvent ) throw(Runti… in _propertyChanged()