Lines Matching refs:m_xInteractionHandler

362         InteractionHandler              m_xInteractionHandler;  member in dbaui::CopyTableWizard
903 …eractionHandler = lcl_getInteractionHandler_throw( xConnection.getTyped(), m_xInteractionHandler ); in impl_extractConnection_throw()
926 xInteractionHandler = lcl_getInteractionHandler_throw( xDataSource, m_xInteractionHandler ); in impl_extractConnection_throw()
966 if ( xInteractionHandler != m_xInteractionHandler ) in impl_extractConnection_throw()
1010 OSL_ENSURE( m_xInteractionHandler.is(), in impl_createSourceStatement_throw()
1014 if ( m_xInteractionHandler.is() ) in impl_createSourceStatement_throw()
1015 …tools::askForParameters( xComposer, xStatementParams, m_xSourceConnection, m_xInteractionHandler ); in impl_createSourceStatement_throw()
1135 OSL_ENSURE( m_xInteractionHandler.is(), in impl_processCopyError_nothrow()
1137 if ( m_xInteractionHandler.is() ) in impl_processCopyError_nothrow()
1138 m_xInteractionHandler->handle( xRequest.get() ); in impl_processCopyError_nothrow()
1479 if ( aError.hasValue() && m_xInteractionHandler.is() ) in impl_doCopy_nothrow()
1484 m_xInteractionHandler->handle( xRequest.get() ); in impl_doCopy_nothrow()
1547 if ( !( _rArguments[2] >>= m_xInteractionHandler ) ) in initialize()
1554 if ( !m_xInteractionHandler.is() ) in initialize()
1555m_xInteractionHandler.set( m_aContext.createComponent( "com.sun.star.task.InteractionHandler" ), U… in initialize()
1566 if ( xDestDocHandler.is() && !m_xInteractionHandler.is() ) in initialize()
1567 m_xInteractionHandler = xDestDocHandler; in initialize()
1610 m_xInteractionHandler in createDialog()