/trunk/main/dbaccess/source/ui/uno/ |
H A D | copytablewizard.cxx | 362 InteractionHandler m_xInteractionHandler; member in dbaui::CopyTableWizard 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() 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() 1554 if ( !m_xInteractionHandler.is() ) in initialize() 1567 m_xInteractionHandler = xDestDocHandler; in initialize() [all …]
|
/trunk/main/ucb/source/ucp/file/ |
H A D | filtask.hxx | 61 … com::sun::star::uno::Reference< com::sun::star::task::XInteractionHandler > m_xInteractionHandler; member in fileaccess::TaskManager::TaskHandling 75 m_xInteractionHandler( 0 ), in TaskHandling() 131 if( ! m_xInteractionHandler.is() && m_xCommandEnvironment.is() ) in getInteractionHandler() 132 m_xInteractionHandler = m_xCommandEnvironment->getInteractionHandler(); in getInteractionHandler() 134 return m_xInteractionHandler; in getInteractionHandler()
|
/trunk/main/ucbhelper/source/client/ |
H A D | commandenvironment.cxx | 58 Reference< XInteractionHandler > m_xInteractionHandler; member 64 : m_xInteractionHandler( rxInteractionHandler ), in CommandEnvironment_Impl() 122 return m_pImpl->m_xInteractionHandler; in getInteractionHandler()
|
/trunk/main/ucbhelper/source/provider/ |
H A D | commandenvironmentproxy.cxx | 61 Reference< XInteractionHandler > m_xInteractionHandler; member 131 m_pImpl->m_xInteractionHandler in getInteractionHandler() 137 return m_pImpl->m_xInteractionHandler; in getInteractionHandler()
|
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | Helper.java | 166 private static XInteractionHandler m_xInteractionHandler; field in Helper 284 if ( m_xInteractionHandler == null && xContext != null ) in GetInteractionHandler() 288 m_xInteractionHandler = ( XInteractionHandler )UnoRuntime.queryInterface( in GetInteractionHandler() 293 if ( m_xInteractionHandler == null ) in GetInteractionHandler() 296 return m_xInteractionHandler; in GetInteractionHandler()
|
/trunk/main/extensions/source/update/feed/ |
H A D | updatefeed.cxx | 220 uno::Reference< task::XInteractionHandler > m_xInteractionHandler; member in __anon9cd7229a0111::UpdateInformationProvider 734 m_xInteractionHandler = handler; in setInteractionHandler() 745 if ( m_xInteractionHandler.is() ) in getInteractionHandler() 746 return m_xInteractionHandler; in getInteractionHandler()
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | WCopyTable.cxx | 569 ,m_xInteractionHandler(_xInteractionHandler) in OCopyTableWizard() 693 …m_xInteractionHandler.set( m_xFactory->createInstance( SERVICE_TASK_INTERACTION_HANDLER ), UNO_QUE… in OCopyTableWizard() 930 if ( aFind == m_vDestColumns.end() && m_xInteractionHandler.is() ) in IMPL_LINK() 944 m_xInteractionHandler->handle( xRequest.get() ); in IMPL_LINK() 1675 if ( _aError.hasValue() && m_xInteractionHandler.is() ) in showError() 1680 m_xInteractionHandler->handle( xRequest.get() ); in showError()
|
/trunk/main/svx/source/form/ |
H A D | formcontroller.cxx | 3097 return m_xInteractionHandler; in getInteractionHandler() 3105 m_xInteractionHandler = _interactionHandler; in setInteractionHandler() 3978 m_xInteractionHandler->handle(xParamRequest); in approveParameter() 4088 m_xInteractionHandler->handle( xRequest ); in confirmDelete() 4267 if ( m_xInteractionHandler.is() ) in ensureInteractionHandler() 4273 …m_xInteractionHandler.set( m_aContext.createComponent( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARA… in ensureInteractionHandler() 4274 …OSL_ENSURE( m_xInteractionHandler.is(), "FormController::ensureInteractionHandler: could not creat… in ensureInteractionHandler() 4275 return m_xInteractionHandler.is(); in ensureInteractionHandler() 4283 m_xInteractionHandler->handle( _rRequest ); in handle()
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | dbwizsetup.cxx | 1052 Reference< XInteractionHandler > m_xInteractionHandler; member in dbaui::__anon06c7e8ba0211::AsyncLoader 1080 m_xInteractionHandler.set( in AsyncLoader() 1116 aLoadArgs.put( "InteractionHandler", m_xInteractionHandler );
|
/trunk/main/unotools/source/ucbhelper/ |
H A D | ucblockbytes.cxx | 161 Reference< XInteractionHandler > m_xInteractionHandler; member in utl::UcbTaskEnvironment 167 : m_xInteractionHandler( rxInteractionHandler ) in UcbTaskEnvironment() 173 { return m_xInteractionHandler; } in getInteractionHandler()
|
/trunk/main/ucb/workben/ucb/ |
H A D | ucbdemo.cxx | 512 uno::Reference< task::XInteractionHandler > m_xInteractionHandler; member in UcbTaskEnvironment 538 { return m_xInteractionHandler; } in getInteractionHandler() 552 : m_xInteractionHandler( rxInteractionHandler ), in UcbTaskEnvironment()
|
/trunk/main/sfx2/source/doc/ |
H A D | doctemplates.cxx | 162 uno::Reference< task::XInteractionHandler > m_xInteractionHandler; member in TplTaskEnvironment 167 : m_xInteractionHandler( rxInteractionHandler ) in TplTaskEnvironment() 171 { return m_xInteractionHandler; } in getInteractionHandler()
|
/trunk/main/scripting/source/stringresource/ |
H A D | stringresource.cxx | 2754 bOk = (aArguments[5] >>= m_xInteractionHandler); in initialize() 3025 if( m_xSFI.is() && m_xInteractionHandler.is() ) in getFileAccess() 3026 m_xSFI->setInteractionHandler( m_xInteractionHandler ); in getFileAccess()
|
H A D | stringresource.hxx | 570 com::sun::star::uno::Reference< com::sun::star::task::XInteractionHandler > m_xInteractionHandler; member in stringresource::StringResourceWithLocationImpl
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | WCopyTable.hxx | 263 …om::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler> m_xInteractionHandler;
|
/trunk/main/svx/source/inc/ |
H A D | formcontroller.hxx | 160 …r::uno::Reference< ::com::sun::star::task::XInteractionHandler > m_xInteractionHandler;
|