Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx373 Reference< XComponent > xContextComp( maAccessibleContext.get(), UNO_QUERY ); in IMPL_IMPLEMENTATION_ID() local
374 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() local
1511 if ( xContextComp.is() ) in getAccessibleContext()
1512 xContextComp->addEventListener( this ); in getAccessibleContext()

Completed in 21 milliseconds