Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/filter/xml/
H A Dxmlimprt.cxx1701 pScUnoGuard(NULL), in ScXMLImport()
1831 if (pScUnoGuard) in ~ScXMLImport()
1832 delete pScUnoGuard; in ~ScXMLImport()
2906 DBG_ASSERT(!pScUnoGuard, "Solar Mutex is locked"); in LockSolarMutex()
2907 pScUnoGuard = new ScUnoGuard(); in LockSolarMutex()
2920 DBG_ASSERT(pScUnoGuard, "Solar Mutex is always unlocked"); in UnlockSolarMutex()
2921 delete pScUnoGuard; in UnlockSolarMutex()
2922 pScUnoGuard = NULL; in UnlockSolarMutex()
H A Dxmlimprt.hxx758 ScUnoGuard* pScUnoGuard; member in ScXMLImport