summaryrefslogtreecommitdiff
path: root/include/desktop/exithelper.h
blob: b4f618783e337ed59bb1905e24bf6064f2b8d077 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#ifndef INCLUDED_DESKTOP_EXITHELPER_H
#define INCLUDED_DESKTOP_EXITHELPER_H

enum EExitCodes
{
    /* e.g. used to force showing of the command line help */
    EXITHELPER_NO_ERROR = 0,
    /* a uno exception was caught during startup */
    EXITHELPER_FATAL_ERROR = 77,
    /* user force automatic restart after crash */
    EXITHELPER_CRASH_WITH_RESTART = 79,
    /* the office restarts itself */
    EXITHELPER_NORMAL_RESTART = 81
};

#endif // INCLUDED_DESKTOP_EXITHELPER_H

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
2022-11-09SwModelTestBase: inherit from UnoApiXmlTestXisco Fauli 2022-11-08UnoApiTest: simplify code by using tempfile memberXisco Fauli 2022-11-03CppunitTest_sc_html_export_test: inherit from UnoApiXmlTestXisco Fauli 2022-11-03UnoApiXmlTest: add new wrapper for XmlTestTools testsXisco Fauli 2022-10-26CppunitTest_sc_jumbosheets_test: inherit from UnoApiTestXisco Fauli 2022-10-26UnoApiTest: do not dispose on saveXisco Fauli 2022-10-25ChartTest: inherit from UnoApiTestXisco Fauli 2022-10-25UnoApiTest: use validate when saving filesXisco Fauli 2022-10-24CppunitTest_sd_svg_export_tests: inherit from UnoApiTestXisco Fauli 2022-10-24UnoApiTest: factor out common codeXisco Fauli 2022-10-21test: merge CalcUnoApiTest and UnoApiTest into oneXisco Fauli 2022-10-21CalcUnoApiTest: work with mxComponent directlyXisco Fauli 2022-10-20CalcUnoApiTest: factor out common codeXisco Fauli 2022-10-19sc: factor out common code in testsXisco Fauli 2022-10-17CalcUnoApiTest: factor out tearDownXisco Fauli 2022-10-06[API CHANGE] Resolves tdf#131136 - Remove option "Use printer metrics"Heiko Tietze 2022-09-29split utl::TempFile into fast and named variantsNoel Grandin 2022-09-14libxml2: upgrade to release 2.10.2Michael Stahl 2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn 2022-08-25lok: make sure flushPendingLOKInvalidateTiles() is calledLuboš Luňák 2022-08-17Return std::optional instead of using bool* argumentMike Kaganski 2022-08-01Add infrastructure and basic tests including slight UI interactionColomban Wendling 2022-07-27Better report unknown constant names by including their valuesColomban Wendling 2022-07-27Fix comparing some Writer objectsColomban Wendling 2022-07-27Make AccessibilityTools available more widely and use itColomban Wendling 2022-07-19Replace old png writer in baseindex.cxxofftkp 2022-07-19Replace old png writer in screenshot_test.cxxofftkp 2022-07-12unittest: Split out registry entries to alter UI definition search pathColomban Wendling 2022-06-28clang-tidy modernize-pass-by-value in testNoel Grandin 2022-06-20-Werror=maybe-uninitializedStephan Bergmann