Searched refs:xContextComp (Results 1 – 1 of 1) sorted by relevance
371 Reference< XComponent > xContextComp( maAccessibleContext.get(), UNO_QUERY ); in IMPL_IMPLEMENTATION_ID() local372 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() local1509 if ( xContextComp.is() ) in getAccessibleContext()1510 xContextComp->addEventListener( this ); in getAccessibleContext()