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.cxx72 SmModule** ppShlPtr = (SmModule**) GetAppData(SHL_SM); in Init() local
73 *ppShlPtr = new SmModule( &rFactory ); in Init()
106 SmModule** ppShlPtr = (SmModule**) GetAppData(SHL_SM); in Exit() local
107 delete (*ppShlPtr); in Exit()
108 (*ppShlPtr) = NULL; in Exit()
/trunk/main/sc/source/ui/app/
H A Dscdll.cxx169 ScModule **ppShlPtr = (ScModule**) GetAppData(SHL_CALC); in Init() local
170 if ( *ppShlPtr ) in Init()
176 (*ppShlPtr) = pMod; in Init()
355 ScModule **ppShlPtr = (ScModule**) GetAppData(SHL_CALC); in Exit() local
356 delete (*ppShlPtr); in Exit()
357 (*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()

Completed in 16 milliseconds