Home
last modified time | relevance | path

Searched refs:m_pHandler (Results 1 – 25 of 39) sorted by relevance

12

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kvs/object/
H A DKviKvsObjectFunctionHandlerImpl.cpp91 m_pHandler = new KviKvsScript(szScriptContext, szCode, KviKvsScript::InstructionList); in KviKvsObjectScriptFunctionHandler()
99 m_pHandler = new KviKvsScript(*(h.m_pHandler)); in KviKvsObjectScriptFunctionHandler()
104 delete m_pHandler; in ~KviKvsObjectScriptFunctionHandler()
114 return m_pHandler->code(); in scriptHandlerCode()
129 …return m_pHandler->run(pCall->window(), pCall->params(), pCall->returnValue(), KviKvsScript::Prese… in call()
H A DKviKvsObjectFunctionHandlerImpl.h70 KviKvsScript * m_pHandler;
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fde/xml/
H A Dcfx_saxreader.cpp119 m_pHandler(nullptr), in CFX_SAXReader()
346 if (m_pHandler) { in ParseText()
414 if (m_pHandler) { in ParseCommentContent()
435 if (m_pHandler) { in ParseTagName()
444 if (m_pHandler) { in ParseTagName()
470 if (m_pHandler) { in ParseTagAttributeName()
500 if (m_pHandler) { in ParseTagAttributeValue()
525 if (m_pHandler) { in ParseMaybeClose()
550 if (m_pHandler) { in ParseTagClose()
564 if (m_pHandler) { in ParseTagEnd()
[all …]
H A Dcfx_saxreader.h120 CXFA_SAXReaderHandler* m_pHandler; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dvalidate.hxx35 ScRefHandlerCaller* m_pHandler; member in ScRefHandlerHelper
65 m_pHandler = pNewHandler; in SetHandler()
70 …ScRefHandlerHelper():m_pHandler(nullptr), m_pSetReferenceHdl( nullptr ), m_pSetActiveHdl(nullptr),… in ScRefHandlerHelper()
183 if ( m_pHandler && m_pSetReferenceHdl ) in SetReference()
184 (m_pHandler->*m_pSetReferenceHdl)( rRef, rDoc ); in SetReference()
189 if ( m_pHandler && m_pSetActiveHdl ) in SetActive()
190 (m_pHandler->*m_pSetActiveHdl)(); in SetActive()
201 if ( m_pHandler && m_pRefInputStartPreHdl ) in RefInputStart()
202 (m_pHandler->*m_pRefInputStartPreHdl)( pEdit, pButton ); in RefInputStart()
215 if ( m_pHandler && m_pRefInputDonePostHdl ) in RefInputDone()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dvalidate.hxx35 ScRefHandlerCaller* m_pHandler; member in ScRefHandlerHelper
65 m_pHandler = pNewHandler; in SetHandler()
70 …ScRefHandlerHelper():m_pHandler(nullptr), m_pSetReferenceHdl( nullptr ), m_pSetActiveHdl(nullptr),… in ScRefHandlerHelper()
181 if ( m_pHandler && m_pSetReferenceHdl ) in SetReference()
182 (m_pHandler->*m_pSetReferenceHdl)( rRef, pDoc ); in SetReference()
187 if ( m_pHandler && m_pSetActiveHdl ) in SetActive()
188 (m_pHandler->*m_pSetActiveHdl)(); in SetActive()
199 if ( m_pHandler && m_pRefInputStartPreHdl ) in RefInputStart()
200 (m_pHandler->*m_pRefInputStartPreHdl)( pEdit, pButton ); in RefInputStart()
213 if ( m_pHandler && m_pRefInputDonePostHdl ) in RefInputDone()
[all …]
/dports/editors/abiword/abiword-3.0.5/plugins/collab/core/dialogs/xp/
H A Dap_Dialog_CollaborationAddAccount.cpp32 m_pHandler(0) in AP_Dialog_CollaborationAddAccount()
47 if (m_pHandler) in _setAccountHandler()
48 m_pHandler->removeDialogWidgets(embeddingParent); in _setAccountHandler()
51 m_pHandler = pHandler; in _setAccountHandler()
H A Dap_Dialog_CollaborationEditAccount.cpp32 m_pHandler(NULL) in AP_Dialog_CollaborationEditAccount()
43 m_pHandler = pHandler; in setAccountHandler()
H A Dap_Dialog_CollaborationEditAccount.h41 { return m_pHandler; } in getAccountHandler()
55 AccountHandler* m_pHandler;
H A Dap_Dialog_CollaborationAddAccount.h41 { return m_pHandler; } in getAccountHandler()
55 AccountHandler* m_pHandler;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_encryptor.cpp12 : m_pHandler(pHandler), m_ObjNum(objnum) { in CPDF_Encryptor()
13 ASSERT(m_pHandler); in CPDF_Encryptor()
22 uint32_t buf_size = m_pHandler->EncryptGetSize(src_data); in Encrypt()
24 m_pHandler->EncryptContent(m_ObjNum, 0, src_data, result.data(), in Encrypt()
H A Dcpdf_encryptor.h27 UnownedPtr<CPDF_CryptoHandler> const m_pHandler;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_encryptor.cpp12 : m_pHandler(pHandler), m_ObjNum(objnum) { in CPDF_Encryptor()
13 ASSERT(m_pHandler); in CPDF_Encryptor()
22 uint32_t buf_size = m_pHandler->EncryptGetSize(src_data); in Encrypt()
24 m_pHandler->EncryptContent(m_ObjNum, 0, src_data, result.data(), in Encrypt()
H A Dcpdf_encryptor.h29 UnownedPtr<CPDF_CryptoHandler> const m_pHandler;
/dports/deskutils/pinot/pinot-1.20/Core/
H A DWorkerThread.cpp602 m_pHandler(pHandler) in MonitorThread()
650 m_pHandler->fileModified(location); in fileModified()
701 m_pHandler->fileExists(event.m_location); in processEvents()
708 m_pHandler->fileCreated(event.m_location); in processEvents()
712 m_pHandler->directoryCreated(event.m_location); in processEvents()
726 m_pHandler->fileMoved(event.m_location, event.m_previousLocation); in processEvents()
738 m_pHandler->fileDeleted(event.m_location); in processEvents()
744 m_pHandler->directoryDeleted(event.m_location); in processEvents()
755 if ((m_pHandler == NULL) || in doWork()
763 m_pHandler->initialize(); in doWork()
[all …]
H A DServerThreads.cpp57 m_pHandler(pHandler), in CrawlerThread()
333 while ((m_pHandler != NULL) && in doWork()
344 m_pHandler->fileDeleted(urlIter->substr(7)); in doWork()
H A DServerThreads.h46 MonitorHandler *m_pHandler; variable
H A DWorkerThread.h176 MonitorHandler *m_pHandler; variable
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxcurl/include/wx/curl/
H A Dthread.h68 wxEvtHandler *m_pHandler; variable
86 m_pHandler = handler; in wxThread()
126 m_pHandler=handler; m_nId=id;
136 { return m_pHandler; } in GetEvtHandler()
/dports/editors/abiword/abiword-3.0.5/plugins/collab/backends/telepathy/unix/
H A DTelepathyChatroom.h61 { return m_pHandler; } in getHandler()
100 TelepathyAccountHandler* m_pHandler;
H A DTelepathyChatroom.cpp328 : m_pHandler(pHandler), in TelepathyChatroom()
341 AbiCollabSessionManager::getManager()->beginAsyncOperation(m_pHandler); in TelepathyChatroom()
377 m_pHandler->unregisterChatroom(self); in finalize()
379 AbiCollabSessionManager::getManager()->endAsyncOperation(m_pHandler); in finalize()
412 m_pHandler->handleMessage(pBuddy, packets[i]); in addBuddy()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx121 m_pHandler( nullptr ) , m_tSymKeyList() { in SecurityEnvironment_NssImpl()
189 m_pHandler = aCertDb ; in setCertDb()
323 if( !m_pHandler ) in getCertificate()
360 cert = CERT_FindCertByIssuerAndSN( m_pHandler, &issuerAndSN ) ; in getCertificate()
524 OSL_ASSERT(m_pHandler == CERT_GetDefaultCertDB()); in verifyCertificate()
525 CERTCertDBHandle * certDb = m_pHandler != nullptr ? m_pHandler : CERT_GetDefaultCertDB(); in verifyCertificate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx120 m_pHandler( nullptr ) , m_tSymKeyList() { in SecurityEnvironment_NssImpl()
193 m_pHandler = aCertDb ; in setCertDb()
330 if( m_pHandler != nullptr ) { in getCertificate()
364 cert = CERT_FindCertByIssuerAndSN( m_pHandler, &issuerAndSN ) ; in getCertificate()
536 OSL_ASSERT(m_pHandler == CERT_GetDefaultCertDB()); in verifyCertificate()
537 CERTCertDBHandle * certDb = m_pHandler != nullptr ? m_pHandler : CERT_GetDefaultCertDB(); in verifyCertificate()
/dports/editors/abiword/abiword-3.0.5/plugins/collab/backends/sugar/unix/
H A DSugarUnixAccountHandler.cpp43 SugarAccountHandler* SugarAccountHandler::m_pHandler = NULL; member in SugarAccountHandler
44 SugarAccountHandler* SugarAccountHandler::getHandler() { return m_pHandler; } in getHandler()
52 m_pHandler = this; in SugarAccountHandler()
58 m_pHandler = NULL; in ~SugarAccountHandler()
H A DSugarUnixAccountHandler.h114 static SugarAccountHandler* m_pHandler;

12