app.hxx (0a1e2f0e) | app.hxx (19720aa2) |
---|---|
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 --- 117 unchanged lines hidden (view full) --- 126 static sal_Bool CheckOEM(); 127 static sal_Bool isCrashReporterEnabled(); 128 129 // first-start (ever) & license relate methods 130 static rtl::OUString GetLicensePath(); 131 static sal_Bool LicenseNeedsAcceptance(); 132 static sal_Bool IsFirstStartWizardNeeded(); 133 static sal_Bool CheckExtensionDependencies(); | 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 --- 117 unchanged lines hidden (view full) --- 126 static sal_Bool CheckOEM(); 127 static sal_Bool isCrashReporterEnabled(); 128 129 // first-start (ever) & license relate methods 130 static rtl::OUString GetLicensePath(); 131 static sal_Bool LicenseNeedsAcceptance(); 132 static sal_Bool IsFirstStartWizardNeeded(); 133 static sal_Bool CheckExtensionDependencies(); |
134 static void EnableQuickstart(); 135 static void FinishFirstStart(); |
|
134 135 static void DoRestartActionsIfNecessary( sal_Bool bQuickStart ); 136 static void SetRestartState(); 137 138 void SynchronizeExtensionRepositories(); 139 void SetSplashScreenText( const ::rtl::OUString& rText ); 140 void SetSplashScreenProgress( sal_Int32 ); 141 --- 74 unchanged lines hidden --- | 136 137 static void DoRestartActionsIfNecessary( sal_Bool bQuickStart ); 138 static void SetRestartState(); 139 140 void SynchronizeExtensionRepositories(); 141 void SetSplashScreenText( const ::rtl::OUString& rText ); 142 void SetSplashScreenProgress( sal_Int32 ); 143 --- 74 unchanged lines hidden --- |