Searched refs:pExecGlobals (Results 1 – 1 of 1) sorted by relevance
1827 static ExecuteGlobals* pExecGlobals = NULL; variable1831 pExecGlobals = new ExecuteGlobals(); in Main()1968 pExecGlobals->pPathOptions.reset( new SvtPathOptions); in Main()1985 pExecGlobals->xGlobalBroadcaster = Reference < css::document::XEventListener > in Main()2015 …pExecGlobals->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()2079 …pExecGlobals->bRestartRequested = ( xRestartManager.is() && xRestartManager->isRestartRequested( s… in Main()[all …]