Searched refs:xunl (Results 1 – 1 of 1) sorted by relevance
936 Reference<XUnloadingPreference> xunl( it_i1->second, UNO_QUERY); in onUnloadingNotify() local937 if( xunl.is()) in onUnloadingNotify()939 if( xunl->releaseOnNotification()) in onUnloadingNotify()960 Reference<XUnloadingPreference> xunl( it_i3->second, UNO_QUERY); in onUnloadingNotify() local961 if( xunl.is()) in onUnloadingNotify()963 if( xunl->releaseOnNotification()) in onUnloadingNotify()984 Reference<XUnloadingPreference> xunl( *it_i5, UNO_QUERY); in onUnloadingNotify() local985 if( xunl.is()) in onUnloadingNotify()987 if( xunl->releaseOnNotification()) in onUnloadingNotify()
Completed in 18 milliseconds