Searched refs:xcomp (Results 1 – 2 of 2) sorted by relevance
98 Reference<XComponent> xcomp( context, UNO_QUERY); in test1() local99 xcomp->dispose(); in test1()132 Reference<XComponent> xcomp( context, UNO_QUERY); in test2() local133 xcomp->dispose(); in test2()167 Reference<XComponent> xcomp( context, UNO_QUERY); in test3() local168 xcomp->dispose(); in test3()213 Reference<XComponent> xcomp( context, UNO_QUERY); in test4() local214 xcomp->dispose(); in test4()
1005 Reference<XComponent> xcomp( *it_i7, UNO_QUERY); in onUnloadingNotify() local1006 if( xcomp.is()) in onUnloadingNotify()1007 xcomp->removeEventListener( xlistener); in onUnloadingNotify()
Completed in 19 milliseconds