Searched refs:ppShlPtr (Results 1 – 5 of 5) sorted by relevance
76 SdModule** ppShlPtr = (SdModule**) GetAppData(SHL_DRAW); in Init() local83 (*ppShlPtr) = new SdModule( pImpressFact, pDrawFact ); in Init()87 (*ppShlPtr) = new SdModule( pDrawFact, pImpressFact ); in Init()139 SdModule** ppShlPtr = (SdModule**) GetAppData(SHL_DRAW); in Exit() local140 delete (*ppShlPtr); in Exit()141 (*ppShlPtr) = NULL; in Exit()
69 SwModule** ppShlPtr = (SwModule**) GetAppData(SHL_WRITER); in Init() local70 if ( *ppShlPtr ) in Init()85 (*ppShlPtr) = pModule; in Init()148 SwModule** ppShlPtr = (SwModule**) GetAppData(SHL_WRITER); in Exit() local149 delete (*ppShlPtr); in Exit()150 (*ppShlPtr) = NULL; in Exit()
68 SmModule** ppShlPtr = (SmModule**) GetAppData(SHL_SM); in Init() local69 *ppShlPtr = new SmModule( &rFactory ); in Init()100 SmModule** ppShlPtr = (SmModule**) GetAppData(SHL_SM); in Exit() local101 delete (*ppShlPtr); in Exit()102 (*ppShlPtr) = NULL; in Exit()
163 ScModule **ppShlPtr = (ScModule**) GetAppData(SHL_CALC); in Init() local164 if ( *ppShlPtr ) in Init()170 (*ppShlPtr) = pMod; in Init()348 ScModule **ppShlPtr = (ScModule**) GetAppData(SHL_CALC); in Exit() local349 delete (*ppShlPtr); in Exit()350 (*ppShlPtr) = NULL; in Exit()
122 BasicIDEModule** ppShlPtr = (BasicIDEModule**) GetAppData(SHL_IDE); in Exit() local123 delete (*ppShlPtr); in Exit()124 (*ppShlPtr) = NULL; in Exit()