Lines Matching refs:xComponent
326 uno::Reference< lang::XComponent > xComponent( m_xWrapper.get(), uno::UNO_QUERY ); in disposing() local
328 if ( xComponent.is() ) in disposing()
330 try { xComponent->dispose(); } in disposing()
385 uno::Reference< lang::XComponent > xComponent( m_xWrapper.get(), uno::UNO_QUERY ); in notifyClosing() local
387 if ( xComponent.is() ) in notifyClosing()
389 try { xComponent->dispose(); } in notifyClosing()
447 uno::Reference< lang::XComponent > xComponent( m_xWrapper.get(), uno::UNO_QUERY ); in notifyTermination() local
449 if ( xComponent.is() ) in notifyTermination()
451 try { xComponent->dispose(); } in notifyTermination()
489 uno::Reference< lang::XComponent > xComponent( m_xWrapper.get(), uno::UNO_QUERY ); in Init() local
491 if ( xComponent.is() ) in Init()
493 try { xComponent->dispose(); } in Init()