/* -*- 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 . */ #include #include #include #include SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) { std::vector args; for (int i = 1; i < argc; ++i) args.push_back(std::string(argv[i])); try { HelpLinker aHelpLinker; aHelpLinker.main(args); } catch (const HelpProcessingException& e) { std::cerr << e.m_aErrorMsg; exit(1); } catch (const std::exception& e) { std::cerr << e.what(); exit(1); } return 0; } stro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-11cid#1558088 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-06-05Missing include (for std::find_if)Stephan Bergmann
2023-01-09Missing includeStephan Bergmann
2022-11-30libreofficekit: add a way to invoke getCommandValues()Miklos Vajna
2022-10-26gtktiledviewer: don't crash on sidebar creationMike Kaganski
2022-10-24_MSC_VER is more appropriate to guard MSVC-specific #pragmaMike Kaganski
2022-10-24Avoid "deprecated" warning on Windows, tooMike Kaganski
2022-10-22g_get_real_name is a proper match for passwd::pw_gecosMike Kaganski
2022-10-22Use g_get_user_name instead of access through getpwuidMike Kaganski
2022-09-07apply ui-rulesCaolán McNamara
2022-09-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroRadhey Parekh
2022-06-23clang-tidy modernize-pass-by-value in libreofficekitNoel Grandin
2022-06-01sw content controls, date: add LOK APIMiklos Vajna
2022-05-13sw content controls, dropdown: add LOK APIMiklos Vajna
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen
2021-12-22loplugin:flatten in l10ntools..lotuswordproNoel Grandin
2021-11-13Use o3tl::convertMike Kaganski
2021-11-10Avoid -Werror=maybe-uninitializedStephan Bergmann
2021-10-31uniformly allow focus into GtkToolbarCaolán McNamara
2021-10-31gtk[3 vs 4]: remove can-focus from GtkToolButtonCaolán McNamara
2021-03-21cid#1474277 Resource leakCaolán McNamara
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara
2020-12-09Missing include (definition of std::stringstream)Stephan Bergmann
2020-11-19tdf#123936 Formatting files in module libreofficekit with clang-formatPhilipp Hofer
2020-11-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara
2020-08-12Missing includesStephan Bergmann
2020-08-11loplugin:flattenNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: libreofficekitStephan Bergmann
2020-05-28Make gtktiledviewer accept multiple documents to openTor Lillqvist
2020-03-06tdf#42949 Fix IWYU warnings in libreofficekit/Gabor Kelemen
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-09Prefer O3TL_UNREACHABLE over assert(false)Stephan Bergmann
2019-12-04Silence -Werror=maybe-uninitializedStephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-21loplugin:unusedfieldsNoel Grandin
2019-11-19Improved loplugin:external, handling class typesStephan Bergmann
2019-11-14New loplugin:consttoboolStephan Bergmann
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann
2019-11-13lok: calc: switch row / column / grouping data to pixels.Michael Meeks
2019-10-17Silence Clang 10 trunk -Wdeprecated-volatile in GLib for nowStephan Bergmann
2019-10-04enable -Wunused-exception-parameter on clangNoel Grandin
2019-08-24loplugin:returnconstval in fpicker..reportdesignNoel Grandin
2019-08-20loplugin:constvars in i18npool..openclNoel Grandin
2019-07-26gtktiledviewer: provide activation functionAshod Nakashian
2019-05-10unipoll: add a --unipoll parameter to gtktiledviewer.Michael Meeks
2019-04-26lok: allow paste content to popup dialogHenry Castro
2019-04-15improve loplugin simplifyconstructNoel Grandin