Home
last modified time | relevance | path

Searched refs:g_DllRefCnt (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/shell/source/win32/shlxthandler/prophdl/
H A Dpropertyhdl.cxx44 long g_DllRefCnt = 0; variable
77 InterlockedIncrement( &g_DllRefCnt ); in CPropertyHdl()
91 InterlockedDecrement( &g_DllRefCnt ); in ~CPropertyHdl()
333 InterlockedIncrement( &g_DllRefCnt ); in CClassFactory()
339 InterlockedDecrement( &g_DllRefCnt ); in ~CClassFactory()
447 if (CClassFactory::IsLocked() || g_DllRefCnt > 0) in DllCanUnloadNow()
/aoo42x/main/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx67 OutputDebugStringFormat("CPropertySheet::CTor [%d], [%d]", m_RefCnt, g_DllRefCnt ); in CPropertySheet()
68 InterlockedIncrement(&g_DllRefCnt); in CPropertySheet()
77 OutputDebugStringFormat("CPropertySheet::DTor [%d], [%d]", m_RefCnt, g_DllRefCnt ); in ~CPropertySheet()
78 InterlockedDecrement(&g_DllRefCnt); in ~CPropertySheet()
/aoo42x/main/shell/source/win32/shlxthandler/
H A Dclassfactory.cxx53 InterlockedIncrement(&g_DllRefCnt); in CClassFactory()
62 InterlockedDecrement(&g_DllRefCnt); in ~CClassFactory()
H A Dshlxthdl.cxx41 long g_DllRefCnt = 0; variable
413 if (CClassFactory::IsLocked() || g_DllRefCnt > 0) in DllCanUnloadNow()
/aoo42x/main/shell/source/win32/shlxthandler/columninfo/
H A Dcolumninfo.cxx61 InterlockedIncrement(&g_DllRefCnt); in CColumnInfo()
70 InterlockedDecrement(&g_DllRefCnt); in ~CColumnInfo()
/aoo42x/main/shell/source/win32/shlxthandler/infotips/
H A Dinfotips.cxx55 InterlockedIncrement(&g_DllRefCnt); in CInfoTip()
64 InterlockedDecrement(&g_DllRefCnt); in ~CInfoTip()
/aoo42x/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx295 InterlockedIncrement(&g_DllRefCnt); in CThumbviewer()
314 InterlockedDecrement(&g_DllRefCnt); in ~CThumbviewer()
/aoo42x/main/shell/inc/internal/
H A Dglobal.hxx38 extern long g_DllRefCnt;

Completed in 46 milliseconds