Home
last modified time | relevance | path

Searched refs:pViewCfg (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/app/
H A Dscmod.cxx139 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()
/trunk/main/sc/inc/
H A Dscmod.hxx124 ScViewCfg* pViewCfg; member in ScModule

Completed in 22 milliseconds