Searched refs:xContextComp (Results 1 – 1 of 1) sorted by relevance
373 Reference< XComponent > xContextComp( maAccessibleContext.get(), UNO_QUERY ); in IMPL_IMPLEMENTATION_ID() local374 if ( xContextComp.is() ) in IMPL_IMPLEMENTATION_ID()379 xContextComp->removeEventListener( this ); in IMPL_IMPLEMENTATION_ID()380 xContextComp->dispose(); in IMPL_IMPLEMENTATION_ID()1510 Reference< XComponent > xContextComp( xCurrentContext, UNO_QUERY ); in getAccessibleContext() local1511 if ( xContextComp.is() ) in getAccessibleContext()1512 xContextComp->addEventListener( this ); in getAccessibleContext()
Completed in 22 milliseconds