Searched refs:pAppCfg (Results 1 – 2 of 2) sorted by relevance
141 pAppCfg( NULL ), in ScModule()342 DELETEZ( pAppCfg ); in DeleteCfg()823 if ( !pAppCfg ) in SetAppOptions()824 pAppCfg = new ScAppCfg; in SetAppOptions()826 pAppCfg->SetOptions( rOpt ); in SetAppOptions()836 if ( !pAppCfg ) in GetAppOptions()837 pAppCfg = new ScAppCfg; in GetAppOptions()839 return *pAppCfg; in GetAppOptions()959 if (!pAppCfg) in ModifyOptions()961 DBG_ASSERT( pAppCfg, "AppOptions not initialised :-(" ); in ModifyOptions()[all …]
126 ScAppCfg* pAppCfg; member in ScModule
Completed in 139 milliseconds