Lines Matching refs:SAL_CALL

46 extern "C" void SAL_CALL createRegistryInfo_GenericPropertyHandler()  in createRegistryInfo_GenericPropertyHandler()
83 SAL_CALL getDescriptions() const;
84 …virtual void SAL_CALL getValueFromDescription( const ::rtl::OUString& _rDescription…
85 …virtual ::rtl::OUString SAL_CALL getDescriptionForValue( const ::com::sun::star::uno::Any& _rE…
88 virtual oslInterlockedCount SAL_CALL acquire();
89 virtual oslInterlockedCount SAL_CALL release();
199 oslInterlockedCount SAL_CALL EnumRepresentation::acquire() in acquire()
205 oslInterlockedCount SAL_CALL EnumRepresentation::release() in release()
230 virtual void SAL_CALL actionPerformed( const ActionEvent& rEvent ) throw (RuntimeException);
233 virtual void SAL_CALL disposing( const EventObject& Source ) throw (RuntimeException);
265 …void SAL_CALL UrlClickHandler::actionPerformed( const ActionEvent& rEvent ) throw (RuntimeExceptio… in actionPerformed()
281 … void SAL_CALL UrlClickHandler::disposing( const EventObject& /*Source*/ ) throw (RuntimeException) in disposing()
329 …::rtl::OUString SAL_CALL GenericPropertyHandler::getImplementationName( ) throw (RuntimeException) in getImplementationName()
335 …::sal_Bool SAL_CALL GenericPropertyHandler::supportsService( const ::rtl::OUString& ServiceName ) … in supportsService()
342 …Sequence< ::rtl::OUString > SAL_CALL GenericPropertyHandler::getSupportedServiceNames( ) throw (R… in getSupportedServiceNames()
348 …::rtl::OUString SAL_CALL GenericPropertyHandler::getImplementationName_static( ) throw (RuntimeEx… in getImplementationName_static()
354 …Sequence< ::rtl::OUString > SAL_CALL GenericPropertyHandler::getSupportedServiceNames_static( ) t… in getSupportedServiceNames_static()
362 …Reference< XInterface > SAL_CALL GenericPropertyHandler::Create( const Reference< XComponentContex… in Create()
368 …void SAL_CALL GenericPropertyHandler::inspect( const Reference< XInterface >& _rxIntrospectee ) th… in inspect()
408 …Any SAL_CALL GenericPropertyHandler::getPropertyValue( const ::rtl::OUString& _rPropertyName ) thr… in getPropertyValue()
418 …void SAL_CALL GenericPropertyHandler::setPropertyValue( const ::rtl::OUString& _rPropertyName, con… in setPropertyValue()
437 …Any SAL_CALL GenericPropertyHandler::convertToPropertyValue( const ::rtl::OUString& _rPropertyName… in convertToPropertyValue()
464 …Any SAL_CALL GenericPropertyHandler::convertToControlValue( const ::rtl::OUString& _rPropertyName,… in convertToControlValue()
488 …PropertyState SAL_CALL GenericPropertyHandler::getPropertyState( const ::rtl::OUString& _rProperty… in getPropertyState()
498 …void SAL_CALL GenericPropertyHandler::addPropertyChangeListener( const Reference< XPropertyChangeL… in addPropertyChangeListener()
519 …void SAL_CALL GenericPropertyHandler::removePropertyChangeListener( const Reference< XPropertyChan… in removePropertyChangeListener()
605 …Sequence< Property > SAL_CALL GenericPropertyHandler::getSupportedProperties() throw (RuntimeExcep… in getSupportedProperties()
617 …Sequence< ::rtl::OUString > SAL_CALL GenericPropertyHandler::getSupersededProperties( ) throw (Run… in getSupersededProperties()
626 …Sequence< ::rtl::OUString > SAL_CALL GenericPropertyHandler::getActuatingProperties( ) throw (Runt… in getActuatingProperties()
634 …LineDescriptor SAL_CALL GenericPropertyHandler::describePropertyLine( const ::rtl::OUString& _rPro… in describePropertyLine()
684 …::sal_Bool SAL_CALL GenericPropertyHandler::isComposable( const ::rtl::OUString& /*_rPropertyName*… in isComposable()
690 …InteractiveSelectionResult SAL_CALL GenericPropertyHandler::onInteractivePropertySelection( const … in onInteractivePropertySelection()
697 …void SAL_CALL GenericPropertyHandler::actuatingPropertyChanged( const ::rtl::OUString& /*_rActuati… in actuatingPropertyChanged()
703 …sal_Bool SAL_CALL GenericPropertyHandler::suspend( sal_Bool /*_bSuspend*/ ) throw (RuntimeExceptio… in suspend()
709 void SAL_CALL GenericPropertyHandler::disposing() in disposing()