summaryrefslogtreecommitdiff
path: root/include/systools/win32/qswin32.h
blob: d9c386e17bdd08361d472edc8abc91857187cd4a (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
/* -*- 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_SYSTOOLS_WIN32_QSWIN32_H
#define INCLUDED_SYSTOOLS_WIN32_QSWIN32_H

#define QUICKSTART_CLASSNAME           L"LO Listener Class"
#define QUICKSTART_WINDOWNAME          L"LO Listener Window"
#define SHUTDOWN_QUICKSTART_MESSAGE    L"LO KillTray"

#endif // INCLUDED_SYSTOOLS_WIN32_QSWIN32_H

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
lity/source?id=44326f8dfabd81bf8b5a5c741f29ae8c57b4a88e'>remove unused struct memberJochen Nitschke 2016-05-19Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara 2016-05-19rename to two GetSystemData methods to find all call-sitesCaolán McNamara 2016-05-16Fix typosAndrea Gelmini 2016-05-04Fix Windows-only code, part 5Stephan Bergmann 2016-05-04Fix Windows-only code, part 4Stephan Bergmann 2016-03-04-Werror,-WshadowStephan Bergmann 2016-03-04Silence -Werror,-Wnon-virtual-dtor in generated UAccCOM.h (clang-cl)Stephan Bergmann 2016-03-04Silence -Werror,-Wnon-virtual-dtorStephan Bergmann 2016-03-04-Werror,-WshadowStephan Bergmann 2016-03-04-Werror,-WshadowStephan Bergmann 2016-03-04Silence -Werror,-Wnon-virtual-dtor in external includesStephan Bergmann 2016-02-09Remove excess newlinesChris Sherlock 2016-01-26-Werror,-Wsign-compare (clang-cl)Stephan Bergmann 2016-01-26Silence -Werror,-Wmissing-field-initializers in END_OBJECT_MAP (clang-cl)Stephan Bergmann 2016-01-26Silence more warnings, clang-cl's /W4 now also includes -WextraStephan Bergmann 2016-01-26-Werror,-Wunused-parameter (clang-cl)Stephan Bergmann 2016-01-10Fix typosAndrea Gelmini 2015-11-28Silence clang-cl -Wextra-tokens in midl-generated codeStephan Bergmann 2015-11-28Silence clang-cl warnings in ATL headersStephan Bergmann 2015-11-28Remove unused dataStephan Bergmann 2015-11-28-Werror,-Wwritable-stringsStephan Bergmann 2015-11-28-Werror,-Wunused-functionStephan Bergmann 2015-11-28-Werror,-Wmicrosoft-exception-specStephan Bergmann 2015-11-28-Werror,-Wunused-private-fieldStephan Bergmann 2015-11-28-Werror,-WreorderStephan Bergmann 2015-11-28-Werror,-WreorderStephan Bergmann 2015-11-28-Werror,-WreorderStephan Bergmann 2015-11-24com::sun::star->css in winaccessibility/Noel Grandin 2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-02Allow non ASCII chars as accelerator keysNiklas Johansson 2015-09-29Fix typosAndrea Gelmini 2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-07-19Fix typosAndrea Gelmini 2015-07-08Fix typosAndrea Gelmini 2015-06-16Remove reference to AccessibleTextImpl.javaAndrea Gelmini 2015-06-15cppcheck:redundantAssignmentNoel Grandin 2015-06-15Fix typosAndrea Gelmini