Lines Matching refs:pExecGlobals

1827 static ExecuteGlobals* pExecGlobals = NULL;  variable
1831 pExecGlobals = new ExecuteGlobals(); in Main()
1968 pExecGlobals->pPathOptions.reset( new SvtPathOptions); in Main()
1985 pExecGlobals->xGlobalBroadcaster = Reference < css::document::XEventListener > in Main()
2015pExecGlobals->bRestartRequested = ( xRestartManager.is() && xRestartManager->isRestartRequested( s… in Main()
2018 if ( ! pCmdLineArgs->IsNoFirstStartWizard() && !pExecGlobals->bRestartRequested ) in Main()
2053 pExecGlobals->pLanguageOptions.reset( new SvtLanguageOptions(sal_True)); in Main()
2055 if (pExecGlobals->xGlobalBroadcaster.is()) in Main()
2059 pExecGlobals->xGlobalBroadcaster->notifyEvent(aEvent); in Main()
2079pExecGlobals->bRestartRequested = ( xRestartManager.is() && xRestartManager->isRestartRequested( s… in Main()
2087 pExecGlobals->bUseSystemFileDialog = aMiscOptions.UseSystemFileDialog(); in Main()
2091 if ( !pExecGlobals->bRestartRequested ) in Main()
2167 if ( !pExecGlobals->bRestartRequested ) in Main()
2225pExecGlobals->bRestartRequested = pExecGlobals->bRestartRequested || ( xRestartManager.is() && xRe… in Main()
2227 if ( !pExecGlobals->bRestartRequested ) in Main()
2268 if( ! pExecGlobals ) in doShutdown()
2271 if ( pExecGlobals->bRestartRequested ) in doShutdown()
2274 if (pExecGlobals->xGlobalBroadcaster.is()) in doShutdown()
2278 pExecGlobals->xGlobalBroadcaster->notifyEvent(aEvent); in doShutdown()
2285 SvtMiscOptions().SetUseSystemFileDialog( pExecGlobals->bUseSystemFileDialog ); in doShutdown()
2299 pExecGlobals->pLanguageOptions.reset( 0 ); in doShutdown()
2300 pExecGlobals->pPathOptions.reset( 0 ); in doShutdown()
2307 sal_Bool bRR = pExecGlobals->bRestartRequested; in doShutdown()
2308 delete pExecGlobals, pExecGlobals = NULL; in doShutdown()