Home
last modified time | relevance | path

Searched refs:pFactory (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/ooxml/
H A DOOXMLFactory.cxx44 if (pFactory.get() == nullptr) in attributes()
61 Id nId = pFactory->getResourceId(nDefine, nToken); in attributes()
70 pFactory->attributeAction(pHandler, nToken, xValue); in attributes()
78 pFactory->attributeAction(pHandler, nToken, xValue); in attributes()
86 pFactory->attributeAction(pHandler, nToken, xValue); in attributes()
175 if (pFactory.get() != nullptr) in characters()
177 pFactory->charactersAction(pHandler, rString); in characters()
186 if (pFactory.get() != nullptr) in startAction()
188 pFactory->startAction(pHandler); in startAction()
197 if (pFactory.get() != nullptr) in endAction()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/ooxml/
H A DOOXMLFactory.cxx37 OOXMLFactory_ns::Pointer_t pFactory = getFactoryForNamespace(nDefine); in attributes() local
39 if (!pFactory) in attributes()
45 const AttributeInfo *pAttr = pFactory->getAttributeInfoArray(nDefine); in attributes()
56 Id nId = pFactory->getResourceId(nDefine, nToken); in attributes()
105 pFactory->attributeAction(pHandler, nToken, xValue); in attributes()
133 if (pFactory) in characters()
135 pFactory->charactersAction(pHandler, rString); in characters()
144 if (pFactory) in startAction()
146 pFactory->startAction(pHandler); in startAction()
155 if (pFactory) in endAction()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/helper/
H A Dstatusindicator.cxx25 StatusIndicator::StatusIndicator(StatusIndicatorFactory* pFactory) in StatusIndicator() argument
26 : m_xFactory(pFactory) in StatusIndicator()
47 StatusIndicatorFactory* pFactory = static_cast<StatusIndicatorFactory*>(xFactory.get()); in start() local
48 pFactory->start(this, sText, nRange); in start()
65 StatusIndicatorFactory* pFactory = static_cast<StatusIndicatorFactory*>(xFactory.get()); in end() local
66 pFactory->end(this); in end()
79 StatusIndicatorFactory* pFactory = static_cast<StatusIndicatorFactory*>(xFactory.get()); in reset() local
80 pFactory->reset(this); in reset()
93 StatusIndicatorFactory* pFactory = static_cast<StatusIndicatorFactory*>(xFactory.get()); in setText() local
94 pFactory->setText(this, sText); in setText()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/helper/
H A Dstatusindicator.cxx25 StatusIndicator::StatusIndicator(StatusIndicatorFactory* pFactory) in StatusIndicator() argument
26 : m_xFactory(pFactory) in StatusIndicator()
50 StatusIndicatorFactory* pFactory = static_cast<StatusIndicatorFactory*>(xFactory.get()); in start() local
51 pFactory->start(this, sText, nRange); in start()
68 StatusIndicatorFactory* pFactory = static_cast<StatusIndicatorFactory*>(xFactory.get()); in end() local
69 pFactory->end(this); in end()
82 StatusIndicatorFactory* pFactory = static_cast<StatusIndicatorFactory*>(xFactory.get()); in reset() local
83 pFactory->reset(this); in reset()
96 StatusIndicatorFactory* pFactory = static_cast<StatusIndicatorFactory*>(xFactory.get()); in setText() local
97 pFactory->setText(this, sText); in setText()
[all …]
/dports/devel/poco/poco-1.10.1-all/Net/src/
H A DHTTPServer.cpp23 HTTPServer::HTTPServer(HTTPRequestHandlerFactory::Ptr pFactory, Poco::UInt16 portNumber, HTTPServer… in HTTPServer() argument
24 TCPServer(new HTTPServerConnectionFactory(pParams, pFactory), portNumber, pParams), in HTTPServer()
25 _pFactory(pFactory) in HTTPServer()
30 HTTPServer::HTTPServer(HTTPRequestHandlerFactory::Ptr pFactory, const ServerSocket& socket, HTTPSer… in HTTPServer() argument
31 TCPServer(new HTTPServerConnectionFactory(pParams, pFactory), socket, pParams), in HTTPServer()
32 _pFactory(pFactory) in HTTPServer()
37 HTTPServer::HTTPServer(HTTPRequestHandlerFactory::Ptr pFactory, Poco::ThreadPool& threadPool, const… in HTTPServer() argument
38 TCPServer(new HTTPServerConnectionFactory(pParams, pFactory), threadPool, socket, pParams), in HTTPServer()
39 _pFactory(pFactory) in HTTPServer()
H A DTCPServer.cpp46 TCPServer::TCPServer(TCPServerConnectionFactory::Ptr pFactory, Poco::UInt16 portNumber, TCPServerPa… in TCPServer() argument
57 _pDispatcher = new TCPServerDispatcher(pFactory, pool, pParams); in TCPServer()
62 TCPServer::TCPServer(TCPServerConnectionFactory::Ptr pFactory, const ServerSocket& socket, TCPServe… in TCPServer() argument
73 _pDispatcher = new TCPServerDispatcher(pFactory, pool, pParams); in TCPServer()
77 TCPServer::TCPServer(TCPServerConnectionFactory::Ptr pFactory, Poco::ThreadPool& threadPool, const … in TCPServer() argument
79 _pDispatcher(new TCPServerDispatcher(pFactory, threadPool, pParams)), in TCPServer()
H A DHTTPServerConnectionFactory.cpp24 …TTPServerConnectionFactory(HTTPServerParams::Ptr pParams, HTTPRequestHandlerFactory::Ptr pFactory): in HTTPServerConnectionFactory() argument
26 _pFactory(pFactory) in HTTPServerConnectionFactory()
28 poco_check_ptr (pFactory); in HTTPServerConnectionFactory()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/fwe/classes/
H A Dsfxhelperfunctions.cxx49 pfunc_setToolBoxControllerCreator pFactory = nullptr; in CreateToolBoxController() local
52 pFactory = pToolBoxControllerCreator; in CreateToolBoxController()
55 if ( pFactory ) in CreateToolBoxController()
74 pFactory = pWeldToolBoxControllerCreator; in CreateWeldToolBoxController()
77 if ( pFactory ) in CreateWeldToolBoxController()
96 pFactory = pStatusBarControllerCreator; in CreateStatusBarController()
99 if ( pFactory ) in CreateStatusBarController()
137 pfunc_createDockingWindow pFactory = nullptr; in CreateDockingWindow() local
140 pFactory = pCreateDockingWindow; in CreateDockingWindow()
143 if ( pFactory ) in CreateDockingWindow()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/fwe/classes/
H A Dsfxhelperfunctions.cxx48 pfunc_setToolBoxControllerCreator pFactory = nullptr; in CreateToolBoxController() local
51 pFactory = pToolBoxControllerCreator; in CreateToolBoxController()
54 if ( pFactory ) in CreateToolBoxController()
55 return (*pFactory)( rFrame, pToolbox, nID, aCommandURL ); in CreateToolBoxController()
70 pfunc_setStatusBarControllerCreator pFactory = nullptr; in CreateStatusBarController() local
73 pFactory = pStatusBarControllerCreator; in CreateStatusBarController()
76 if ( pFactory ) in CreateStatusBarController()
114 pfunc_createDockingWindow pFactory = nullptr; in CreateDockingWindow() local
117 pFactory = pCreateDockingWindow; in CreateDockingWindow()
120 if ( pFactory ) in CreateDockingWindow()
[all …]
/dports/editors/abiword/abiword-3.0.5/plugins/collab/core/dialogs/xp/
H A Dap_Dialog_CollaborationAccounts.cpp73 …XAP_DialogFactory* pFactory = static_cast<XAP_DialogFactory *>(XAP_App::getApp()->getDialogFactory… in createNewAccount() local
74 UT_return_if_fail(pFactory); in createNewAccount()
76 pFactory->requestDialog(AbiCollabSessionManager::getManager()->getDialogAddAccountId()) in createNewAccount()
95 pFactory->releaseDialog(pDialog); in createNewAccount()
105 …XAP_DialogFactory* pFactory = static_cast<XAP_DialogFactory *>(XAP_App::getApp()->getDialogFactory… in createEditAccount() local
106 UT_return_if_fail(pFactory); in createEditAccount()
108 pFactory->requestDialog(AbiCollabSessionManager::getManager()->getDialogEditAccountId()) in createEditAccount()
124 pFactory->releaseDialog(pDialog); in createEditAccount()
/dports/graphics/sampleicc/SampleICC-1.6.8/IccProfLib/
H A DIccMpeFactory.cpp133 IIccMpeFactory *pFactory = DoPopFactory(true); in ~CIccMpeCreator() local
135 while (pFactory) { in ~CIccMpeCreator()
136 delete pFactory; in ~CIccMpeCreator()
137 pFactory = DoPopFactory(true); in ~CIccMpeCreator()
177 void CIccMpeCreator::DoPushFactory(IIccMpeFactory *pFactory) in DoPushFactory() argument
179 factoryStack.push_front(pFactory); in DoPushFactory()
H A DIccXformFactory.cpp119 IIccXformFactory *pFactory = DoPopFactory(true); in ~CIccXformCreator() local
121 while (pFactory) { in ~CIccXformCreator()
122 delete pFactory; in ~CIccXformCreator()
123 pFactory = DoPopFactory(true); in ~CIccXformCreator()
151 void CIccXformCreator::DoPushFactory(IIccXformFactory *pFactory) in DoPushFactory() argument
153 factoryStack.push_front(pFactory); in DoPushFactory()
H A DIccTagFactory.cpp499 IIccTagFactory *pFactory = DoPopFactory(true); in ~CIccTagCreator() local
501 while (pFactory) { in ~CIccTagCreator()
502 delete pFactory; in ~CIccTagCreator()
503 pFactory = DoPopFactory(true); in ~CIccTagCreator()
559 void CIccTagCreator::DoPushFactory(IIccTagFactory *pFactory) in DoPushFactory() argument
561 factoryStack.push_front(pFactory); in DoPushFactory()
/dports/www/mod_security/modsecurity-2.9.3/iis/
H A Dmain.cpp46 CMyHttpModuleFactory * pFactory = NULL; in RegisterModule() local
70 pFactory = new CMyHttpModuleFactory(); in RegisterModule()
71 if ( pFactory == NULL ) in RegisterModule()
79 hr = pModuleInfo->SetRequestNotifications( pFactory, /* module factory */ in RegisterModule()
91 pFactory = NULL; in RegisterModule()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/os2/
H A Dos2_factory.cpp68 OS2Factory *pFactory = (OS2Factory*)OS2Factory::instance( p_intf ); in OS2FrameProc() local
81 pFactory->m_hParentClientWindow ) in OS2FrameProc()
99 pFactory->minimize(); in OS2FrameProc()
105 pFactory->restore(); in OS2FrameProc()
115 return pFactory->m_pfnwpOldFrameProc( hwnd, msg, mp1, mp2 ); in OS2FrameProc()
130 OS2Factory *pFactory = (OS2Factory*)OS2Factory::instance( p_intf ); in OS2Proc() local
131 GenericWindow *pWin = pFactory->m_windowMap[hwnd]; in OS2Proc()
134 if( !pFactory->m_pfnwpOldFrameProc ) in OS2Proc()
137 WinSetWindowPtr( pFactory->m_hParentWindow, 0, p_intf ); in OS2Proc()
139 pFactory->m_pfnwpOldFrameProc = in OS2Proc()
[all …]
H A Dos2_window.cpp44 OS2Factory *pFactory = (OS2Factory*)OS2Factory::instance( getIntf() ); in OS2Window() local
78 WinSetOwner( m_hWnd, pFactory->getParentWindow()); in OS2Window()
104 HWND hWnd_owner = pFactory->getParentWindow(); in OS2Window()
128 pFactory->m_windowMap[m_hWndClient] = &rWindow; in OS2Window()
140 OS2Factory *pFactory = (OS2Factory*)OS2Factory::instance( getIntf() ); in ~OS2Window() local
141 pFactory->m_windowMap[m_hWndClient] = NULL; in ~OS2Window()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Drpcproxy.h103 #define DLLGETCLASSOBJECTROUTINE(pPFlist, pClsid,pFactory) HRESULT STDAPICALLTYPE DllGetClassObject… argument
104 { return NdrDllGetClassObject(rclsid,riid,ppv,pPFlist,pClsid,pFactory ); }
105 #define DLLCANUNLOADNOW(pFactory) HRESULT STDAPICALLTYPE DllCanUnloadNow(void) \ argument
106 { return NdrDllCanUnloadNow( pFactory ); }
108 #define CSTDSTUBBUFFERRELEASE(pFactory) ULONG STDMETHODCALLTYPE CStdStubBuffer_Release(IRpcStubBuff… argument
109 { return NdrCStdStubBuffer_Release(This,(IPSFactoryBuffer *)pFactory); }
112 #define CSTDSTUBBUFFER2RELEASE(pFactory) ULONG STDMETHODCALLTYPE CStdStubBuffer2_Release(IRpcStubBu… argument
113 { return NdrCStdStubBuffer2_Release(This,(IPSFactoryBuffer *)pFactory); }
115 #define CSTDSTUBBUFFER2RELEASE(pFactory)
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Drpcproxy.h103 #define DLLGETCLASSOBJECTROUTINE(pPFlist, pClsid,pFactory) HRESULT STDAPICALLTYPE DllGetClassObject… argument
104 { return NdrDllGetClassObject(rclsid,riid,ppv,pPFlist,pClsid,pFactory ); }
105 #define DLLCANUNLOADNOW(pFactory) HRESULT STDAPICALLTYPE DllCanUnloadNow(void) \ argument
106 { return NdrDllCanUnloadNow( pFactory ); }
108 #define CSTDSTUBBUFFERRELEASE(pFactory) ULONG STDMETHODCALLTYPE CStdStubBuffer_Release(IRpcStubBuff… argument
109 { return NdrCStdStubBuffer_Release(This,(IPSFactoryBuffer *)pFactory); }
112 #define CSTDSTUBBUFFER2RELEASE(pFactory) ULONG STDMETHODCALLTYPE CStdStubBuffer2_Release(IRpcStubBu… argument
113 { return NdrCStdStubBuffer2_Release(This,(IPSFactoryBuffer *)pFactory); }
115 #define CSTDSTUBBUFFER2RELEASE(pFactory)
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/services/
H A DServicePluginManager.cpp77 for( const auto &pFactory : oldFactories - newFactories ) in setFactories() local
79 auto factory = qobject_cast<ServiceFactory*>( pFactory ); in setFactories()
89 for( const auto &pFactory : newFactories - oldFactories ) in setFactories() local
91 auto factory = qobject_cast<ServiceFactory*>( pFactory ); in setFactories()
122 for( const auto &pFactory : m_factories ) in loadedServices() local
124 auto factory = qobject_cast<ServiceFactory*>( pFactory ); in loadedServices()
/dports/multimedia/onevpl/oneVPL-2022.0.6/dispatcher/windows/
H A Dmfx_dxva2_device.cpp276 IDXGIFactory1 *pFactory = NULL; in Init() local
301 hRes = pFunc(__uuidof(IDXGIFactory1), (void **)(&pFactory)); in Init()
303 hRes = pFunc(IID_IDXGIFactory1, (void **)(&pFactory)); in Init()
309 m_pDXGIFactory1 = pFactory; in Init()
316 hRes = pFactory->EnumAdapters1(curAdapter, &pAdapter); in Init()
368 IDXGIFactory1 *pFactory = NULL; in GetAdapterList() local
371 HRESULT hRes = pFactoryFunc(__uuidof(IDXGIFactory1), (void **)(&pFactory)); in GetAdapterList()
377 while (pFactory->EnumAdapters1(curAdapter, &pAdapter) == S_OK) { in GetAdapterList()
397 pFactory->Release(); in GetAdapterList()
/dports/graphics/devil/devil-1.7.8/src-IL/src/
H A Dil_wdp.c318 PKFactory* pFactory = NULL; in ilPKCreateFactory() local
321 pFactory = *ppFactory; in ilPKCreateFactory()
323 pFactory->CreateStream = PKCreateFactory_CreateStream; in ilPKCreateFactory()
325 pFactory->CreateStreamFromFilename = ilCreateWS_File; in ilPKCreateFactory()
326 pFactory->CreateStreamFromMemory = CreateWS_Memory; in ilPKCreateFactory()
328 pFactory->Release = PKCreateFactory_Release; in ilPKCreateFactory()
337 PKFactory* pFactory = NULL; in iLoadWdpInternal() local
351 Call(ilPKCreateFactory(&pFactory, PK_SDK_VERSION)); in iLoadWdpInternal()
401 pFactory->CreateStreamFromMemory(&pEncodeStream, iCurImage->Data, iCurImage->SizeOfData); in iLoadWdpInternal()
421 PKCreateFactory_Release(&pFactory); in iLoadWdpInternal()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A DChildWindowWrapper.hxx52 …auto pFactory = std::make_unique<SfxChildWinFactory>(ChildControllerWrapper::CreateImpl, WindowID,… in RegisterChildWindow() local
53 pFactory->aInfo.nFlags |= nFlags; in RegisterChildWindow()
54 pFactory->aInfo.bVisible = bVisible; in RegisterChildWindow()
55 SfxChildWindow::RegisterChildWindow(pModule, std::move(pFactory)); in RegisterChildWindow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A DChildWindowWrapper.hxx53 …auto pFactory = std::make_unique<SfxChildWinFactory>(ChildControllerWrapper::CreateImpl, WindowID,… in RegisterChildWindow() local
54 pFactory->aInfo.nFlags |= nFlags; in RegisterChildWindow()
55 pFactory->aInfo.bVisible = bVisible; in RegisterChildWindow()
56 SfxChildWindow::RegisterChildWindow(pModule, std::move(pFactory)); in RegisterChildWindow()
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/helper/
H A Daccessibilityclient.cxx191 …IAccessibleFactory* pFactory = static_cast< IAccessibleFactory* >( (*s_pAccessibleFactoryFunc)() ); in ensureInitialized() local
192 …OSL_ENSURE( pFactory, "AccessibilityClient::ensureInitialized: no factory provided by the A11Y lib… in ensureInitialized()
193 if ( pFactory ) in ensureInitialized()
195 s_pFactory = pFactory; in ensureInitialized()
196 pFactory->release(); in ensureInitialized()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/helper/
H A Daccessibilityclient.cxx188 …IAccessibleFactory* pFactory = static_cast< IAccessibleFactory* >( (*s_pAccessibleFactoryFunc)() ); in ensureInitialized() local
189 …OSL_ENSURE( pFactory, "AccessibilityClient::ensureInitialized: no factory provided by the A11Y lib… in ensureInitialized()
190 if ( pFactory ) in ensureInitialized()
192 s_pFactory = pFactory; in ensureInitialized()
193 pFactory->release(); in ensureInitialized()

12345678910>>...17