/* -*- 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 . */ #pragma once #include #include #define NC_(Context, String) TranslateId(Context, reinterpret_cast(u8##String)) const std::pair RID_CELLSTYLEFAMILY[] = { { NC_("RID_CELLSTYLEFAMILY", "All Styles") , SfxStyleSearchBits::AllVisible }, { NC_("RID_CELLSTYLEFAMILY", "Hidden Styles") , SfxStyleSearchBits::Hidden }, { NC_("RID_CELLSTYLEFAMILY", "Applied Styles") , SfxStyleSearchBits::Used }, { NC_("RID_CELLSTYLEFAMILY", "Custom Styles") , SfxStyleSearchBits::UserDefined }, { {}, SfxStyleSearchBits::Auto } }; const std::pair RID_PAGESTYLEFAMILY[] = { { NC_("RID_PAGESTYLEFAMILY", "All Styles") , SfxStyleSearchBits::All }, { NC_("RID_PAGESTYLEFAMILY", "Hidden Styles") , SfxStyleSearchBits::Hidden }, { NC_("RID_PAGESTYLEFAMILY", "Custom Styles") , SfxStyleSearchBits::UserDefined }, { {}, SfxStyleSearchBits::Auto } }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ='distro/cib/libreoffice-6-3'>distro/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-26i18nlangtag must presumably be dropped from Library_merged.mkStephan Bergmann
2015-11-28Add i18nlangtag and ucbhelper to libmergedMatúš Kukan
2015-11-28Add comphelper to libmergedMatúš Kukan
2015-06-25tdf#91485 fix cursors not displayed on Windows with mergedlibsChristian Lohmaier
2014-12-15gbuild: More automagic for libmergedMatúš Kukan
2014-12-15gbuild: Do not require gb_Library_use_externals for libmergedMatúš Kukan
2014-12-02fix typo and libmerged buildMatúš Kukan
2014-12-02 --enabled-mergedlibs, missing setupapi DLL on windowsNoel Grandin
2014-12-02--enabled-mergedlibs, don't use glxtest on windowsNoel Grandin
2014-11-24fix libmerged build: missing glxtestMatúš Kukan
2014-07-03fix libmerged: vclplug_svp is inMatúš Kukan
2014-05-13add externals for libmerged tooMatúš Kukan
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2014-04-08vclopengl needs to be in libmergedMatúš Kukan
2014-03-14add shlwapiMatúš Kukan
2014-03-14lpsolve is not used hereMatúš Kukan
2014-01-02merged library needs to include eotBjoern Michaelsen
2013-12-03ugly build-fix for libmergedMatúš Kukan
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-07-16libfbfembed shouldn't be part of libmerged.Andrzej J.R. Hunt
2013-07-16Fix firebird with libmerged.Andrzej J.R. Hunt
2013-07-16Build firebird 2.5 internally. Also adds libatomic_ops.Andrzej J.R. Hunt
2013-06-16Don't build icule library as we no longer use itKhaled Hosny
2013-05-24Revert "Rename Boost libraries when built internally to match conventions"Fridrich Štrba
2013-05-24Rename Boost libraries when built internally to match conventionsTor Lillqvist
2013-05-23libmerged needs -lrt tooMatúš Kukan
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-25ditch libi18nlangtagicu againEike Rathke
2013-04-24introduced libi18nlangtagicuEike Rathke
2013-04-23libmerged: add harfbuzz externalMatúš Kukan
2013-04-15add a bunch more libs to libmergedPeter Foley
2013-04-15add extensions libs to libmergedPeter Foley
2013-04-15libmerged: add more libraries and cleanupMatúš Kukan
2013-04-15libmerged: fix linking against cppunit againMatúš Kukan
2013-04-14add filter libs to libmergedPeter Foley
2013-04-13add tl and basegfx to libmergedPeter Foley
2013-04-13fix mergelibs=allPeter Foley
2013-04-12No jvmaccess or jvmfwk library unless SOLAR_JAVATor Lillqvist
2013-04-09