# # 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 . # $(eval $(call gb_Package_Package,vcl_fontunxpsprint,$(SRCDIR)/vcl/unx/generic/printer/configuration)) $(eval $(call gb_Package_add_files,vcl_fontunxpsprint,$(LIBO_SHARE_FOLDER)/psprint,\ psprint.conf \ )) # vim: set noet sw=4 ts=4: 3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlhelp
r>
AgeCommit message (Expand)Author
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-04compareToAscii -> equalsAsciiNoel Grandin
2014-06-02fdo#68849: Add header guards to all include filesJens Carl
2014-05-29fdo#68849: Add header guards to all include filesJens Carl
2014-05-27use namespace css instead of com::sunThomas Arnhold
2014-05-24cppcheck: redundantAssignmentThomas Arnhold
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2018-12-06Remove broken rebuild of compilerplugins when CLANG_FULL_VERSION changedStephan Bergmann
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-09Fix creation/removal of GPG socketdirStephan Bergmann
2018-11-09fix oss-fuzz buildCaolán McNamara
2018-09-11Use [[fallthrough]] also with MSVCStephan Bergmann
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann
2018-08-31GCC only supports inline variables since GCC 7Stephan Bergmann
2018-08-30Silence bogus -Werror=redundant-move (GCC 9)Stephan Bergmann
2018-08-29-Werror=redundant-move (GCC 9), take twoStephan Bergmann
2018-08-08tdf#112343 Change dependency from dbus-glib to dbusArkadiy Illarionov
2018-08-04fillUnoException not working on std::rethrow_exception exceptionsCaolán McNamara
2018-07-07Drop TEST_FONTS_MISSING for HAVE_MORE_FONTSKhaled Hosny
2018-07-04Make brittle SortedAutoCompleteStrings ownership handling more explicitStephan Bergmann