Home
last modified time | relevance | path

Searched refs:aListenerName (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/eventattacher/source/
H A Deventattacher.cxx607 OUString aListenerName( ListenerType ); in attachListener() local
608 sal_Int32 nIndex = aListenerName.lastIndexOf( '.' ); in attachListener()
615 if( aListenerName[nIndex] == 'X' ) in attachListener()
617 aListenerName = aListenerName.copy( nIndex +1 ); in attachListener()
618 aAddListenerName = OUString( RTL_CONSTASCII_USTRINGPARAM( "add" ) ) + aListenerName; in attachListener()
758 OUString aListenerName( ListenerType ); in removeListener() local
759 sal_Int32 nIndex = aListenerName.lastIndexOf( '.' ); in removeListener()
766 if( aListenerName[nIndex] == 'X' ) in removeListener()
768 aListenerName = aListenerName.copy( nIndex +1 ); in removeListener()
769 aRemoveListenerName = OUString( RTL_CONSTASCII_USTRINGPARAM("remove") ) + aListenerName; in removeListener()
/aoo41x/main/stoc/source/inspect/
H A Dintrospection.cxx2670 … ::rtl::OUString aListenerName = aMethName.copy( 3, nStrLen - aListenerStr.getLength() - 3 ); in implInspect()
2704 if( !( aListenerName == aListenerName2 ) ) in implInspect()

Completed in 72 milliseconds