Searched refs:pViewCfg (Results 1 – 2 of 2) sorted by relevance
139 pViewCfg( NULL ), in ScModule()340 DELETEZ( pViewCfg ); // Speichern passiert vor Exit() automatisch in DeleteCfg()736 if ( !pViewCfg ) in SetViewOptions()737 pViewCfg = new ScViewCfg; in SetViewOptions()739 pViewCfg->SetOptions( rOpt ); in SetViewOptions()744 if ( !pViewCfg ) in GetViewOptions()745 pViewCfg = new ScViewCfg; in GetViewOptions()747 return *pViewCfg; in GetViewOptions()
124 ScViewCfg* pViewCfg; member in ScModule
Completed in 26 milliseconds