Searched refs:InitInstance (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sw/source/core/docnode/ |
H A D | swthreadmanager.cxx | 48 struct InitInstance : public rtl::Static<SwThreadManager, InitInstance> {}; struct 52 return InitInstance::get(); in GetThreadManager()
|
/aoo41x/main/sal/workben/clipboardwben/testpaste/ |
H A D | cbptest.cxx | 54 BOOL InitInstance( HINSTANCE, int ); 154 if( !InitInstance( hInstance, nCmdShow ) ) in WinMain() 224 BOOL InitInstance( HINSTANCE hInstance, int nCmdShow ) in InitInstance() function
|
/aoo41x/main/sal/workben/clipboardwben/testcopy/ |
H A D | cbcpytest.cxx | 59 BOOL InitInstance( HINSTANCE, int ); 137 if( !InitInstance( hInstance, nCmdShow ) ) in WinMain() 214 BOOL InitInstance( HINSTANCE hInstance, int nCmdShow ) in InitInstance() function
|
/aoo41x/main/sal/workben/clipboardwben/testviewer/ |
H A D | cbvtest.cxx | 62 BOOL InitInstance( HINSTANCE, int ); 101 if( !InitInstance( g_hInst, nCmdShow ) ) in WinMain() 171 BOOL InitInstance( HINSTANCE hInstance, int nCmdShow ) in InitInstance() function
|
/aoo41x/main/desktop/win32/source/QuickStart/ |
H A D | QuickStart.cpp | 57 BOOL InitInstance(HINSTANCE, int); 184 if (!InitInstance (hInstance, nCmdShow)) in WinMain() 250 BOOL InitInstance(HINSTANCE hInstance, int nCmdShow) in InitInstance() function
|
/aoo41x/main/cppcanvas/source/wrapper/ |
H A D | vclfactory.cxx | 51 struct InitInstance struct 61 return *rtl_Instance< VCLFactory, InitInstance, ::osl::MutexGuard, in getInstance() 63 InitInstance(), ::osl::GetGlobalMutex()); in getInstance()
|
/aoo41x/main/extensions/test/ole/MfcControl/ |
H A D | MfcControl.cpp | 45 BOOL CMfcControlApp::InitInstance() in InitInstance() function in CMfcControlApp 47 BOOL bInit = COleControlModule::InitInstance(); in InitInstance()
|
H A D | MfcControl.h | 43 BOOL InitInstance();
|
/aoo41x/main/cppcanvas/inc/cppcanvas/ |
H A D | vclfactory.hxx | 130 friend struct InitInstance;
|
Completed in 50 milliseconds