Home
last modified time | relevance | path

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

/aoo42x/main/extensions/test/ole/unloading/
H A DunloadTest.cxx98 Reference<XComponent> xcomp( context, UNO_QUERY); in test1() local
99 xcomp->dispose(); in test1()
132 Reference<XComponent> xcomp( context, UNO_QUERY); in test2() local
133 xcomp->dispose(); in test2()
167 Reference<XComponent> xcomp( context, UNO_QUERY); in test3() local
168 xcomp->dispose(); in test3()
213 Reference<XComponent> xcomp( context, UNO_QUERY); in test4() local
214 xcomp->dispose(); in test4()
/aoo42x/main/stoc/source/servicemanager/
H A Dservicemanager.cxx1005 Reference<XComponent> xcomp( *it_i7, UNO_QUERY); in onUnloadingNotify() local
1006 if( xcomp.is()) in onUnloadingNotify()
1007 xcomp->removeEventListener( xlistener); in onUnloadingNotify()

Completed in 128 milliseconds