Lines Matching refs:xComp
575 static void waitFor( const Reference< XComponent > & xComp );
584 void ODisposingListener::waitFor( const Reference< XComponent > & xComp ) in waitFor() argument
589 xComp->addEventListener( xListener ); in waitFor()
837 Reference< XComponent > xComp( xBridge, UNO_QUERY );
838 if (! xComp.is())
840 ODisposingListener::waitFor( xComp );
861 Reference< XComponent > xComp( xInstance, UNO_QUERY );
862 if (xComp.is())
863 xComp->dispose();
877 Reference< XComponent > xComp( xContext, UNO_QUERY );
878 if (xComp.is())
879 xComp->dispose();