Home
last modified time | relevance | path

Searched refs:pGlobalStack (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dinterpr4.cxx80 thread_local std::unique_ptr<ScTokenStack> ScInterpreter::pGlobalStack; member in ScInterpreter
3817 if (!pGlobalStack) in ScInterpreter()
3818 pGlobalStack.reset(new ScTokenStack); in ScInterpreter()
3819 pStackObj = pGlobalStack.get(); in ScInterpreter()
3830 if ( pStackObj == pGlobalStack.get() ) in ~ScInterpreter()
3886 pGlobalStack.reset(); in GlobalExit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dinterpr4.cxx86 thread_local std::unique_ptr<ScTokenStack> ScInterpreter::pGlobalStack; member in ScInterpreter
3813 if (!pGlobalStack) in ScInterpreter()
3814 pGlobalStack.reset(new ScTokenStack); in ScInterpreter()
3815 pStackObj = pGlobalStack.get(); in ScInterpreter()
3826 if ( pStackObj == pGlobalStack.get() ) in ~ScInterpreter()
3882 pGlobalStack.reset(); in GlobalExit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/inc/
H A Dinterpre.hxx188 static thread_local std::unique_ptr<ScTokenStack> pGlobalStack; member in ScInterpreter
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/inc/
H A Dinterpre.hxx192 static thread_local std::unique_ptr<ScTokenStack> pGlobalStack; member in ScInterpreter
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog367849 Make pGlobalStack and bGlobalStackInUse thread_local
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog629898 Make pGlobalStack and bGlobalStackInUse thread_local