Home
last modified time | relevance | path

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

/AOO42X/main/toolkit/source/controls/
H A Dunocontrol.cxx371 Reference< XComponent > xContextComp( maAccessibleContext.get(), UNO_QUERY ); in IMPL_IMPLEMENTATION_ID() local
372 if ( xContextComp.is() ) in IMPL_IMPLEMENTATION_ID()
377 xContextComp->removeEventListener( this ); in IMPL_IMPLEMENTATION_ID()
378 xContextComp->dispose(); in IMPL_IMPLEMENTATION_ID()
1508 Reference< XComponent > xContextComp( xCurrentContext, UNO_QUERY ); in getAccessibleContext() local
1509 if ( xContextComp.is() ) in getAccessibleContext()
1510 xContextComp->addEventListener( this ); in getAccessibleContext()