Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dediteng.cxx88 static rtl::Reference<SfxItemPool> pGlobalPool; variable
2605 pGlobalPool.clear(); in notifyTermination()
2614 if ( !pGlobalPool ) in GetGlobalItemPool()
2616 pGlobalPool = CreatePool(); in GetGlobalItemPool()
2621 return *pGlobalPool; in GetGlobalItemPool()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Dediteng.cxx97 static SfxItemPool* pGlobalPool=nullptr; variable
2585 if ( !pGlobalPool ) in GetGlobalItemPool()
2586 pGlobalPool = CreatePool(); in GetGlobalItemPool()
2587 return *pGlobalPool; in GetGlobalItemPool()