Home
last modified time | relevance | path

Searched refs:xHandler (Results 101 – 125 of 141) sorted by relevance

123456

/aoo41x/main/comphelper/inc/comphelper/
H A Dstillreadwriteinteraction.hxx54 …action(const com::sun::star::uno::Reference< com::sun::star::task::XInteractionHandler >& xHandler,
/aoo41x/main/forms/source/component/
H A Dclickableimage.cxx245 …Reference< XInteractionHandler > xHandler( m_pFeatureInterception->queryDispatch( "private:/Intera… in actionPerformed_Impl() local
248 implSubmit( rEvt, xHandler ); in actionPerformed_Impl()
/aoo41x/main/sc/source/ui/docshell/
H A Ddbdocimp.cxx257 uno::Reference<task::XInteractionHandler> xHandler( in DoImport() local
261 xExecute->executeWithCompletion( xHandler ); in DoImport()
/aoo41x/main/svx/source/inc/
H A Dxmlxtexp.hxx46 const com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler > & xHandler,
/aoo41x/main/stoc/source/javavm/
H A Djavavm.cxx277 css::uno::Reference< css::task::XInteractionHandler > xHandler; in askForRetry() local
281 >>= xHandler; in askForRetry()
282 if (xHandler.is()) in askForRetry()
286 xHandler->handle(xRequest.get()); in askForRetry()
/aoo41x/main/filter/source/placeware/
H A Dexporter.hxx45 ::com::sun::star::uno::Reference < ::com::sun::star::uno::XInterface > xHandler,
/aoo41x/main/xmloff/inc/
H A DXMLEmbeddedObjectImportContext.hxx36 ::com::sun::star::xml::sax::XDocumentHandler > xHandler;
/aoo41x/main/sdext/source/pdfimport/
H A Dfilterdet.hxx101 …sword( const com::sun::star::uno::Reference< com::sun::star::task::XInteractionHandler >& xHandler,
/aoo41x/main/uui/source/
H A Diahndl.cxx370 …Reference< XInteractionHandler2 > xHandler( m_xServiceFactory->createInstance( i_rServiceName ), U… in handleCustomRequest() local
372 Reference< XInitialization > xHandlerInit( xHandler, UNO_QUERY ); in handleCustomRequest()
380 if ( xHandler->handleInteractionRequest( i_rRequest ) ) in handleCustomRequest()
/aoo41x/main/extensions/source/update/check/
H A Dupdatecheck.cxx1605 uno::Reference< task::XInteractionHandler > xHandler; in getInteractionHandler() local
1608 xHandler = m_aUpdateHandler.get(); in getInteractionHandler()
1610 return xHandler; in getInteractionHandler()
/aoo41x/main/embedserv/source/embed/
H A Ddocholder.cxx124 uno::Reference< task::XInteractionHandler > xHandler( in LoadDocInFrame() local
170 if ( xHandler.is() ) in LoadDocInFrame()
173 aAny <<= xHandler; in LoadDocInFrame()
/aoo41x/main/framework/inc/framework/
H A Dpreventduplicateinteraction.hxx212 … virtual void setHandler(const css::uno::Reference< css::task::XInteractionHandler >& xHandler);
/aoo41x/main/offapi/com/sun/star/task/
H A DXMasterPasswordHandling2.idl52 boolean useDefaultMasterPassword( [in] XInteractionHandler xHandler );
/aoo41x/main/sfx2/source/doc/
H A Dobjstor.cxx842 uno::Reference< XInteractionHandler > xHandler( pMedium->GetInteractionHandler() ); in DoLoad() local
843 if ( xHandler.is() && !SFX_APP()->Get_Impl()->bODFVersionWarningLater ) in DoLoad()
881 xHandler->handle( pRequest.get() ); in DoLoad()
3794 …l::QuerySaveSizeExceededModules_Impl( const uno::Reference< task::XInteractionHandler >& xHandler ) in QuerySaveSizeExceededModules_Impl() argument
3802 if ( xHandler.is() ) in QuerySaveSizeExceededModules_Impl()
3808 xHandler->handle( xReq ); in QuerySaveSizeExceededModules_Impl()
/aoo41x/main/sw/source/ui/dbui/
H A Daddresslistdialog.cxx578 uno::Reference< XInteractionHandler > xHandler( in DetectTablesAndQueries() local
580 … pUserData->xConnection = SharedConnection( xComplConnection->connectWithCompletion( xHandler ) ); in DetectTablesAndQueries()
/aoo41x/main/connectivity/source/commontools/
H A Ddbtools.cxx320 …Reference< XInteractionHandler > xHandler(_rxFactory->createInstance(::rtl::OUString::createFromAs… in getConnection_allowException() local
321 …OSL_ENSURE(xHandler.is(), "dbtools::getConnection service com.sun.star.task.InteractionHandler not… in getConnection_allowException()
322 if (xHandler.is()) in getConnection_allowException()
324 xConnection = xConnectionCompletion->connectWithCompletion(xHandler); in getConnection_allowException()
/aoo41x/main/editeng/source/misc/
H A Dsvxacorr.cxx2211 uno::Reference<xml::sax::XDocumentHandler> xHandler(xWriter, uno::UNO_QUERY); in SaveExceptList_Imp() local
2215 SvXMLExceptionListExport aExp( xServiceFactory, rLst, sStrmName, xHandler ); in SaveExceptList_Imp()
2638 uno::Reference<xml::sax::XDocumentHandler> xHandler(xWriter, uno::UNO_QUERY); in MakeBlocklist_Imp() local
2642 SvXMLAutoCorrectExport aExp( xServiceFactory, pAutocorr_List, sStrmName, xHandler ); in MakeBlocklist_Imp()
/aoo41x/main/sdext/source/pdfimport/inc/
H A Dpdfihelper.hxx187 ::com::sun::star::task::XInteractionHandler >& xHandler,
/aoo41x/main/xmloff/inc/xmloff/
H A DXMLEmbeddedObjectExportFilter.hxx38 ::com::sun::star::xml::sax::XDocumentHandler > xHandler;
/aoo41x/main/sw/source/filter/xml/
H A Dswxml.cxx896 const uno::Reference<task::XInteractionHandler> xHandler( in Read() local
898 xDMA->loadMetadataFromStorage(xStorage, xBaseURI, xHandler); in Read()
/aoo41x/main/basic/source/inc/
H A Ddlgcont.hxx122 …const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >& xHandler );
/aoo41x/main/scripting/source/dlgprov/
H A Ddlgevtatt.hxx74 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xHandler,
/aoo41x/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1695 ::css::uno::Reference< ::css::awt::XKeyHandler > xHandler( in callKeyHandlers()
1699 if ((bPressed ? xHandler->keyPressed(aAwtEvent) in callKeyHandlers()
1700 : xHandler->keyReleased(aAwtEvent))) in callKeyHandlers()
/aoo41x/main/dbaccess/source/ui/misc/
H A DUITools.cxx374 …Reference< XInteractionHandler > xHandler(_rMF->createInstance(SERVICE_TASK_INTERACTION_HANDLER), … in createConnection() local
375 if (!xHandler.is()) in createConnection()
382 _rOUTConnection = xConnectionCompletion->connectWithCompletion(xHandler); in createConnection()
/aoo41x/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx889 uno::Reference<xml::sax::XDocumentHandler> xHandler( xWriter, uno::UNO_QUERY ); in Export() local
1075 *pArgs <<= xHandler; in Export()

Completed in 177 milliseconds

123456