Lines Matching refs:rtl

151 …stenerMethodAsciiName, sal_uInt16 _nDisplayNameResId, const rtl::OString& _sHelpId, const rtl::OSt…  in EventDescription()
153 ,sListenerMethodName( ::rtl::OUString::createFromAscii( _pListenerMethodAsciiName ) ) in EventDescription()
158 ::rtl::OUStringBuffer aQualifiedListenerClass; in EventDescription()
174 ::rtl::OUString::createFromAscii( asciimethod ), \
178 …bool lcl_getEventDescriptionForMethod( const ::rtl::OUString& _rMethodName, EventDescription& _out… in lcl_getEventDescriptionForMethod()
233 …::rtl::OUString lcl_getEventPropertyName( const ::rtl::OUString& _rListenerClassName, const ::rtl:… in lcl_getEventPropertyName()
235 ::rtl::OUStringBuffer aPropertyName; in lcl_getEventPropertyName()
280 ::rtl::OUString sLocation = aScriptEvent.ScriptCode.copy( 0, nPrefixLen ); in lcl_getAssignedScriptEvent()
281 ::rtl::OUString sMacroPath = aScriptEvent.ScriptCode.copy( nPrefixLen + 1 ); in lcl_getAssignedScriptEvent()
283 ::rtl::OUStringBuffer aNewStyleSpec; in lcl_getAssignedScriptEvent()
292 … aScriptEvent.ScriptType = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Script" ) ); in lcl_getAssignedScriptEvent()
298 …::rtl::OUString lcl_getQualifiedKnownListenerName( const ScriptEventDescriptor& _rFormComponentEve… in lcl_getQualifiedKnownListenerName()
353 … typedef ::std::hash_map< ::rtl::OUString, ScriptEventDescriptor, ::rtl::OUStringHash > EventMap;
362 …void addEvent( EventId _nId, const ::rtl::OUString& _rEventName, const ScriptEventDescriptor& _rSc…
367 … ScriptEventDescriptor getNormalizedDescriptorByName( const ::rtl::OUString& _rEventName ) const;
370 …virtual void SAL_CALL replaceByName( const ::rtl::OUString& _rName, const Any& aElement ) throw (I…
371 …virtual Any SAL_CALL getByName( const ::rtl::OUString& _rName ) throw (NoSuchElementException, Wra…
372 virtual Sequence< ::rtl::OUString > SAL_CALL getElementNames( ) throw (RuntimeException);
373 … virtual ::sal_Bool SAL_CALL hasByName( const ::rtl::OUString& _rName ) throw (RuntimeException);
381 ScriptEventDescriptor impl_getDescriptor_throw( const ::rtl::OUString& _rEventName ) const;
400 …void EventHolder::addEvent( EventId _nId, const ::rtl::OUString& _rEventName, const ScriptEventDes… in addEvent()
409 …ScriptEventDescriptor EventHolder::getNormalizedDescriptorByName( const ::rtl::OUString& _rEventNa… in getNormalizedDescriptorByName()
415 …ScriptEventDescriptor EventHolder::impl_getDescriptor_throw( const ::rtl::OUString& _rEventName ) … in impl_getDescriptor_throw()
419 throw NoSuchElementException( ::rtl::OUString(), *const_cast< EventHolder* >( this ) ); in impl_getDescriptor_throw()
424 …void SAL_CALL EventHolder::replaceByName( const ::rtl::OUString& _rName, const Any& _rElement ) th… in replaceByName()
428 throw NoSuchElementException( ::rtl::OUString(), *this ); in replaceByName()
435 pos->second.ScriptType = aExtractor.getOrDefault( "EventType", ::rtl::OUString() ); in replaceByName()
436 pos->second.ScriptCode = aExtractor.getOrDefault( "Script", ::rtl::OUString() ); in replaceByName()
440 …Any SAL_CALL EventHolder::getByName( const ::rtl::OUString& _rName ) throw (NoSuchElementException… in getByName()
446 aScriptDescriptor[0].Name = ::rtl::OUString::createFromAscii( "EventType" ); in getByName()
448 aScriptDescriptor[1].Name = ::rtl::OUString::createFromAscii( "Script" ); in getByName()
455 Sequence< ::rtl::OUString > SAL_CALL EventHolder::getElementNames( ) throw (RuntimeException) in getElementNames()
457 Sequence< ::rtl::OUString > aReturn( m_aEventIndexAccess.size() ); in getElementNames()
458 ::rtl::OUString* pReturn = aReturn.getArray(); in getElementNames()
478 … sal_Bool SAL_CALL EventHolder::hasByName( const ::rtl::OUString& _rName ) throw (RuntimeException) in hasByName()
520 ::rtl::OUString SAL_CALL EventHandler::getImplementationName( ) throw (RuntimeException) in getImplementationName()
526 …::sal_Bool SAL_CALL EventHandler::supportsService( const ::rtl::OUString& ServiceName ) throw (Run… in supportsService()
528 StlSyntaxSequence< ::rtl::OUString > aAllServices( getSupportedServiceNames() ); in supportsService()
533 …Sequence< ::rtl::OUString > SAL_CALL EventHandler::getSupportedServiceNames( ) throw (RuntimeExce… in getSupportedServiceNames()
539 ::rtl::OUString SAL_CALL EventHandler::getImplementationName_static( ) throw (RuntimeException) in getImplementationName_static()
541 …return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.extensions.EventHandler" )… in getImplementationName_static()
545 …Sequence< ::rtl::OUString > SAL_CALL EventHandler::getSupportedServiceNames_static( ) throw (Runt… in getSupportedServiceNames_static()
547 Sequence< ::rtl::OUString > aSupported( 1 ); in getSupportedServiceNames_static()
548 …aSupported[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.form.inspection.EventH… in getSupportedServiceNames_static()
599 …Any SAL_CALL EventHandler::getPropertyValue( const ::rtl::OUString& _rPropertyName ) throw (Unknow… in getPropertyValue()
627 …void SAL_CALL EventHandler::setPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _r… in setPropertyValue()
660 …Any SAL_CALL EventHandler::convertToPropertyValue( const ::rtl::OUString& _rPropertyName, const An… in convertToPropertyValue()
664 ::rtl::OUString sNewScriptCode; in convertToPropertyValue()
688 …Any SAL_CALL EventHandler::convertToControlValue( const ::rtl::OUString& /*_rPropertyName*/, const… in convertToControlValue()
699 ::rtl::OUString sScript( aScriptEvent.ScriptCode ); in convertToControlValue()
709 ::rtl::OUStringBuffer aComposeBuffer; in convertToControlValue()
715 … const ::rtl::OUString sLocationParamName( RTL_CONSTASCII_USTRINGPARAM( "location" ) ); in convertToControlValue()
716 const ::rtl::OUString sLocation = xScriptUri->getParameter( sLocationParamName ); in convertToControlValue()
717 const ::rtl::OUString sLangParamName( RTL_CONSTASCII_USTRINGPARAM( "language" ) ); in convertToControlValue()
718 const ::rtl::OUString sLanguage = xScriptUri->getParameter( sLangParamName ); in convertToControlValue()
753 …PropertyState SAL_CALL EventHandler::getPropertyState( const ::rtl::OUString& /*_rPropertyName*/ )… in getPropertyState()
788 ::rtl::OUString sListenerClassName; in getSupportedProperties()
803 … Sequence< ::rtl::OUString > aMethods( comphelper::getEventMethodsForType( *pListeners ) ); in getSupportedProperties()
805 const ::rtl::OUString* pMethods = aMethods.getConstArray(); in getSupportedProperties()
838 ::getCppuType( static_cast< const ::rtl::OUString* >( NULL ) ), in getSupportedProperties()
849 …Sequence< ::rtl::OUString > SAL_CALL EventHandler::getSupersededProperties( ) throw (RuntimeExcept… in getSupersededProperties()
852 return Sequence< ::rtl::OUString >( ); in getSupersededProperties()
856 …Sequence< ::rtl::OUString > SAL_CALL EventHandler::getActuatingProperties( ) throw (RuntimeExcepti… in getActuatingProperties()
859 return Sequence< ::rtl::OUString >( ); in getActuatingProperties()
863 … LineDescriptor SAL_CALL EventHandler::describePropertyLine( const ::rtl::OUString& _rPropertyName, in describePropertyLine()
880 …aDescriptor.PrimaryButtonId = rtl::OStringToOUString(rEvent.sUniqueBrowseId, RTL_TEXTENCODING_UTF8… in describePropertyLine()
882 aDescriptor.Category = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Events" ) ); in describePropertyLine()
887 …::sal_Bool SAL_CALL EventHandler::isComposable( const ::rtl::OUString& /*_rPropertyName*/ ) throw … in isComposable()
893 …InteractiveSelectionResult SAL_CALL EventHandler::onInteractivePropertySelection( const ::rtl::OUS… in onInteractivePropertySelection()
905 ::rtl::Reference< EventHolder > pEventHolder( new EventHolder ); in onInteractivePropertySelection()
918 Sequence< ::rtl::OUString > aNames( pEventHolder->getElementNames() ); in onInteractivePropertySelection()
919 …const ::rtl::OUString* pChosenEvent = ::std::find( aNames.getConstArray(), aNames.getConstArray() … in onInteractivePropertySelection()
968 …void SAL_CALL EventHandler::actuatingPropertyChanged( const ::rtl::OUString& /*_rActuatingProperty… in actuatingPropertyChanged()
1092 Sequence< ::rtl::OUString > aEventNames( xEvents->getElementNames() ); in impl_getDialogElementScriptEvents_nothrow()
1097 const ::rtl::OUString* pNames = aEventNames.getConstArray(); in impl_getDialogElementScriptEvents_nothrow()
1127 ::rtl::OUString sControlService; in impl_getSecondaryComponentForEventInspection_throw()
1136 …const EventDescription& EventHandler::impl_getEventForName_throw( const ::rtl::OUString& _rPropert… in impl_getEventForName_throw()
1147 static bool lcl_endsWith( const ::rtl::OUString& _rText, const ::rtl::OUString& _rCheck ) in lcl_endsWith()
1162 ::rtl::OUString sScriptCode( _rScriptEvent.ScriptCode ); in impl_setFormComponentScriptEvent_nothrow()
1163 ::rtl::OUString sScriptType( _rScriptEvent.ScriptType ); in impl_setFormComponentScriptEvent_nothrow()
1221 ::rtl::OUString sScriptCode( _rScriptEvent.ScriptCode ); in impl_setDialogElementScriptEvent_nothrow()
1227 ::rtl::OUStringBuffer aCompleteName; in impl_setDialogElementScriptEvent_nothrow()
1231 ::rtl::OUString sCompleteName( aCompleteName.makeStringAndClear() ); in impl_setDialogElementScriptEvent_nothrow()