Lines Matching refs:m_xInteractionHandler

360         InteractionHandler              m_xInteractionHandler;  member in dbaui::CopyTableWizard
901 …eractionHandler = lcl_getInteractionHandler_throw( xConnection.getTyped(), m_xInteractionHandler ); in impl_extractConnection_throw()
924 xInteractionHandler = lcl_getInteractionHandler_throw( xDataSource, m_xInteractionHandler ); in impl_extractConnection_throw()
964 if ( xInteractionHandler != m_xInteractionHandler ) in impl_extractConnection_throw()
1008 OSL_ENSURE( m_xInteractionHandler.is(), in impl_createSourceStatement_throw()
1012 if ( m_xInteractionHandler.is() ) in impl_createSourceStatement_throw()
1013 …tools::askForParameters( xComposer, xStatementParams, m_xSourceConnection, m_xInteractionHandler ); in impl_createSourceStatement_throw()
1133 OSL_ENSURE( m_xInteractionHandler.is(), in impl_processCopyError_nothrow()
1135 if ( m_xInteractionHandler.is() ) in impl_processCopyError_nothrow()
1136 m_xInteractionHandler->handle( xRequest.get() ); in impl_processCopyError_nothrow()
1477 if ( aError.hasValue() && m_xInteractionHandler.is() ) in impl_doCopy_nothrow()
1482 m_xInteractionHandler->handle( xRequest.get() ); in impl_doCopy_nothrow()
1545 if ( !( _rArguments[2] >>= m_xInteractionHandler ) ) in initialize()
1552 if ( !m_xInteractionHandler.is() ) in initialize()
1553m_xInteractionHandler.set( m_aContext.createComponent( "com.sun.star.task.InteractionHandler" ), U… in initialize()
1564 if ( xDestDocHandler.is() && !m_xInteractionHandler.is() ) in initialize()
1565 m_xInteractionHandler = xDestDocHandler; in initialize()
1608 m_xInteractionHandler in createDialog()