Home
last modified time | relevance | path

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

/aoo42x/main/stoc/source/servicemanager/
H A Dservicemanager.cxx936 Reference<XUnloadingPreference> xunl( it_i1->second, UNO_QUERY); in onUnloadingNotify() local
937 if( xunl.is()) in onUnloadingNotify()
939 if( xunl->releaseOnNotification()) in onUnloadingNotify()
960 Reference<XUnloadingPreference> xunl( it_i3->second, UNO_QUERY); in onUnloadingNotify() local
961 if( xunl.is()) in onUnloadingNotify()
963 if( xunl->releaseOnNotification()) in onUnloadingNotify()
984 Reference<XUnloadingPreference> xunl( *it_i5, UNO_QUERY); in onUnloadingNotify() local
985 if( xunl.is()) in onUnloadingNotify()
987 if( xunl->releaseOnNotification()) in onUnloadingNotify()

Completed in 25 milliseconds