/* -*- 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_CLASSNAMEA "LO Listener Class" #define QUICKSTART_WINDOWNAMEA "LO Listener Window" #define SHUTDOWN_QUICKSTART_MESSAGEA "LO KillTray" #define QUICKSTART_CLASSNAMEW L##QUICKSTART_CLASSNAMEA #define QUICKSTART_WINDOWNAMEW L##QUICKSTART_WINDOWNAMEA #define SHUTDOWN_QUICKSTART_MESSAGEW L##SHUTDOWN_QUICKSTART_MESSAGEA #ifdef UNICODE # define QUICKSTART_CLASSNAME QUICKSTART_CLASSNAMEW # define QUICKSTART_WINDOWNAME QUICKSTART_WINDOWNAMEW # define SHUTDOWN_QUICKSTART_MESSAGE SHUTDOWN_QUICKSTART_MESSAGEW #else # define QUICKSTART_CLASSNAME QUICKSTART_CLASSNAMEA # define QUICKSTART_WINDOWNAME QUICKSTART_WINDOWNAMEA # define SHUTDOWN_QUICKSTART_MESSAGE SHUTDOWN_QUICKSTART_MESSAGEA #endif #endif // INCLUDED_SYSTOOLS_WIN32_QSWIN32_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ distro/cib/libreoffice-6-3'>distro/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl/source/inc
AgeCommit message (Expand)Author
2024-03-19ITEM: Move TotalCount to WhichRangesContainerArmin Le Grand (allotropia)
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)
2022-06-03clang-tidy modernize-pass-by-value in svlNoel Grandin
2022-03-03Recheck modules sv* with IWYUGabor Kelemen
2022-02-20fix usage of std::lower_bound() in SfxItemPool (tdf#81765)Luboš Luňák
2021-09-15loplugin:finalclassesNoel Grandin
2021-07-29loplugin:unnecessarymethodsNoel Grandin
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin
2021-06-13Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-04-27use more string_view in tools/streamNoel Grandin
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-16tdf#123936 Formatting files in module svl with clang-formatPhilipp Hofer
2020-07-15svl/fsstorage: create instances with uno constructorsNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: svlStephan Bergmann
2019-07-18speed up sw_filters_test2Noel Grandin
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-05-13tdf#125215 Assertion when closing Database/Advanced SettingsNoel Grandin
2019-05-07tdf#63640 FILEOPEN/FILESAVE: particular .odt loads/saves very slow, part2Noel Grandin
2019-04-26remove warning messageNoel Grandin
2019-04-20tdf#81765 slow loading of .ods with >1000 of conditional formatsNoel Grandin
2019-04-20flatten SfxItemPool_Impl (tdf#81765 related)Noel Grandin
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen