Lines Matching refs:LinguProps

363 LinguProps::LinguProps() :  in LinguProps()  function in LinguProps
371 void LinguProps::launchEvent( const PropertyChangeEvent &rEvt ) const in launchEvent()
391 Reference< XInterface > xService = (cppu::OWeakObject*)new LinguProps; in LinguProps_CreateInstance()
395 Reference< XPropertySetInfo > SAL_CALL LinguProps::getPropertySetInfo() in getPropertySetInfo()
405 void SAL_CALL LinguProps::setPropertyValue( in setPropertyValue()
431 Any SAL_CALL LinguProps::getPropertyValue( const OUString& rPropertyName ) in getPropertyValue()
453 void SAL_CALL LinguProps::addPropertyChangeListener( in addPropertyChangeListener()
474 void SAL_CALL LinguProps::removePropertyChangeListener( in removePropertyChangeListener()
495 void SAL_CALL LinguProps::addVetoableChangeListener( in addVetoableChangeListener()
503 void SAL_CALL LinguProps::removeVetoableChangeListener( in removeVetoableChangeListener()
512 void SAL_CALL LinguProps::setFastPropertyValue( sal_Int32 nHandle, const Any& rValue ) in setFastPropertyValue()
528 Any SAL_CALL LinguProps::getFastPropertyValue( sal_Int32 nHandle ) in getFastPropertyValue()
539 LinguProps::getPropertyValues() in getPropertyValues()
563 LinguProps::setPropertyValues( const Sequence< PropertyValue >& rProps ) in setPropertyValues()
579 LinguProps::dispose() in dispose()
599 LinguProps::addEventListener( const Reference< XEventListener >& rxListener ) in addEventListener()
609 LinguProps::removeEventListener( const Reference< XEventListener >& rxListener ) in removeEventListener()
624 OUString SAL_CALL LinguProps::getImplementationName() in getImplementationName()
632 sal_Bool SAL_CALL LinguProps::supportsService( const OUString& ServiceName ) in supportsService()
646 uno::Sequence< OUString > SAL_CALL LinguProps::getSupportedServiceNames() in getSupportedServiceNames()
654 uno::Sequence< OUString > LinguProps::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
668 if ( !LinguProps::getImplementationName_Static().compareToAscii( pImplName ) ) in LinguProps_getFactory()
673 LinguProps::getImplementationName_Static(), in LinguProps_getFactory()
675 LinguProps::getSupportedServiceNames_Static()); in LinguProps_getFactory()