Home
last modified time | relevance | path

Searched refs:pScUnoGuard (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/filter/xml/
H A Dxmlimprt.cxx1721 pScUnoGuard(NULL), in ScXMLImport()
1851 if (pScUnoGuard) in ~ScXMLImport()
1852 delete pScUnoGuard; in ~ScXMLImport()
2927 DBG_ASSERT(!pScUnoGuard, "Solar Mutex is locked"); in LockSolarMutex()
2928 pScUnoGuard = new ScUnoGuard(); in LockSolarMutex()
2941 DBG_ASSERT(pScUnoGuard, "Solar Mutex is always unlocked"); in UnlockSolarMutex()
2942 delete pScUnoGuard; in UnlockSolarMutex()
2943 pScUnoGuard = NULL; in UnlockSolarMutex()
H A Dxmlimprt.hxx758 ScUnoGuard* pScUnoGuard; member in ScXMLImport

Completed in 38 milliseconds