Lines Matching refs:xComp
566 static void waitFor( const Reference< XComponent > & xComp );
574 void ODisposingListener::waitFor( const Reference< XComponent > & xComp ) in waitFor() argument
579 xComp->addEventListener( xListener ); in waitFor()
827 Reference< XComponent > xComp( xBridge, UNO_QUERY );
828 if (! xComp.is())
830 ODisposingListener::waitFor( xComp );
851 Reference< XComponent > xComp( xInstance, UNO_QUERY );
852 if (xComp.is())
853 xComp->dispose();
867 Reference< XComponent > xComp( xContext, UNO_QUERY );
868 if (xComp.is())
869 xComp->dispose();