Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/app/
H A Dsddll.cxx76 SdModule** ppShlPtr = (SdModule**) GetAppData(SHL_DRAW); in Init() local
83 (*ppShlPtr) = new SdModule( pImpressFact, pDrawFact ); in Init()
87 (*ppShlPtr) = new SdModule( pDrawFact, pImpressFact ); in Init()
139 SdModule** ppShlPtr = (SdModule**) GetAppData(SHL_DRAW); in Exit() local
140 delete (*ppShlPtr); in Exit()
141 (*ppShlPtr) = NULL; in Exit()
/trunk/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()
/trunk/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()
/trunk/main/sc/source/ui/app/
H A Dscdll.cxx163 ScModule **ppShlPtr = (ScModule**) GetAppData(SHL_CALC); in Init() local
164 if ( *ppShlPtr ) in Init()
170 (*ppShlPtr) = pMod; in Init()
348 ScModule **ppShlPtr = (ScModule**) GetAppData(SHL_CALC); in Exit() local
349 delete (*ppShlPtr); in Exit()
350 (*ppShlPtr) = NULL; in Exit()
/trunk/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()