Home
last modified time | relevance | path

Searched refs:ppShlPtr (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sd/source/ui/app/
H A Dsddll.cxx78 SdModule** ppShlPtr = (SdModule**) GetAppData(SHL_DRAW); in Init() local
85 (*ppShlPtr) = new SdModule( pImpressFact, pDrawFact ); in Init()
89 (*ppShlPtr) = new SdModule( pDrawFact, pImpressFact ); in Init()
143 SdModule** ppShlPtr = (SdModule**) GetAppData(SHL_DRAW); in Exit() local
144 delete (*ppShlPtr); in Exit()
145 (*ppShlPtr) = NULL; in Exit()
/AOO41X/main/sw/source/ui/app/
H A Dswdll.cxx69 SwModule** ppShlPtr = (SwModule**) GetAppData(SHL_WRITER); in Init() local
70 if ( *ppShlPtr ) in Init()
85 (*ppShlPtr) = pModule; in Init()
148 SwModule** ppShlPtr = (SwModule**) GetAppData(SHL_WRITER); in Exit() local
149 delete (*ppShlPtr); in Exit()
150 (*ppShlPtr) = NULL; in Exit()
/AOO41X/main/starmath/source/
H A Dsmdll.cxx68 SmModule** ppShlPtr = (SmModule**) GetAppData(SHL_SM); in Init() local
69 *ppShlPtr = new SmModule( &rFactory ); in Init()
100 SmModule** ppShlPtr = (SmModule**) GetAppData(SHL_SM); in Exit() local
101 delete (*ppShlPtr); in Exit()
102 (*ppShlPtr) = NULL; in Exit()
/AOO41X/main/sc/source/ui/app/
H A Dscdll.cxx168 ScModule **ppShlPtr = (ScModule**) GetAppData(SHL_CALC); in Init() local
169 if ( *ppShlPtr ) in Init()
175 (*ppShlPtr) = pMod; in Init()
353 ScModule **ppShlPtr = (ScModule**) GetAppData(SHL_CALC); in Exit() local
354 delete (*ppShlPtr); in Exit()
355 (*ppShlPtr) = NULL; in Exit()
/AOO41X/main/basctl/source/basicide/
H A Diderdll.cxx122 BasicIDEModule** ppShlPtr = (BasicIDEModule**) GetAppData(SHL_IDE); in Exit() local
123 delete (*ppShlPtr); in Exit()
124 (*ppShlPtr) = NULL; in Exit()