app.cxx (a9e0ac64) app.cxx (930254ac)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 2040 unchanged lines hidden (view full) ---

2049 // which does only work for VCL dialogs!!
2050 SvtMiscOptions aMiscOptions;
2051 pExecGlobals->bUseSystemFileDialog = aMiscOptions.UseSystemFileDialog();
2052 aMiscOptions.SetUseSystemFileDialog( sal_False );
2053 }
2054
2055 if ( !pExecGlobals->bRestartRequested )
2056 {
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 2040 unchanged lines hidden (view full) ---

2049 // which does only work for VCL dialogs!!
2050 SvtMiscOptions aMiscOptions;
2051 pExecGlobals->bUseSystemFileDialog = aMiscOptions.UseSystemFileDialog();
2052 aMiscOptions.SetUseSystemFileDialog( sal_False );
2053 }
2054
2055 if ( !pExecGlobals->bRestartRequested )
2056 {
2057 if ((!pCmdLineArgs->WantsToLoadDocument() && !pCmdLineArgs->IsInvisible() && !pCmdLineArgs->IsHeadless() && !pCmdLineArgs->IsQuickstart()) &&
2057 if ((!pCmdLineArgs->IsNoDefault() &&
2058 !pCmdLineArgs->WantsToLoadDocument() &&
2059 !pCmdLineArgs->IsInvisible() &&
2060 !pCmdLineArgs->IsHeadless() &&
2061 !pCmdLineArgs->IsQuickstart()) &&
2058 (SvtModuleOptions().IsModuleInstalled(SvtModuleOptions::E_SSTARTMODULE)) &&
2059 (!bExistsRecoveryData ) &&
2060 (!bExistsSessionData ) &&
2061 (!Application::AnyInput( INPUT_APPEVENT ) ))
2062 {
2063 RTL_LOGFILE_CONTEXT_TRACE( aLog, "{ create BackingComponent" );
2064 Reference< XFrame > xDesktopFrame( xSMgr->createInstance( OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.Desktop" ))), UNO_QUERY );
2065 if (xDesktopFrame.is())

--- 1529 unchanged lines hidden ---
2062 (SvtModuleOptions().IsModuleInstalled(SvtModuleOptions::E_SSTARTMODULE)) &&
2063 (!bExistsRecoveryData ) &&
2064 (!bExistsSessionData ) &&
2065 (!Application::AnyInput( INPUT_APPEVENT ) ))
2066 {
2067 RTL_LOGFILE_CONTEXT_TRACE( aLog, "{ create BackingComponent" );
2068 Reference< XFrame > xDesktopFrame( xSMgr->createInstance( OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.Desktop" ))), UNO_QUERY );
2069 if (xDesktopFrame.is())

--- 1529 unchanged lines hidden ---