# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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_Library_Library,tk)) $(eval $(call gb_Library_set_componentfile,tk,toolkit/util/tk)) $(eval $(call gb_Library_use_external,tk,boost_headers)) $(eval $(call gb_Library_set_include,tk,\ $$(INCLUDE) \ -I$(SRCDIR)/toolkit/inc \ -I$(SRCDIR)/toolkit/source \ )) $(eval $(call gb_Library_add_defs,tk,\ -DTOOLKIT_DLLIMPLEMENTATION \ -DSVT_DLL_NAME=\"$(call gb_Library_get_runtime_filename,$(call gb_Library__get_name,svt))\" \ )) $(eval $(call gb_Library_use_sdk_api,tk)) $(eval $(call gb_Library_use_libraries,tk,\ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ i18nlangtag \ tl \ utl \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,tk,\ toolkit/source/awt/asynccallback \ toolkit/source/awt/stylesettings \ toolkit/source/awt/scrollabledialog \ toolkit/source/awt/vclxaccessiblecomponent \ toolkit/source/awt/vclxbitmap \ toolkit/source/awt/vclxcontainer \ toolkit/source/awt/vclxdevice \ toolkit/source/awt/vclxfont \ toolkit/source/awt/vclxgraphics \ toolkit/source/awt/vclxmenu \ toolkit/source/awt/vclxpointer \ toolkit/source/awt/vclxprinter \ toolkit/source/awt/vclxregion \ toolkit/source/awt/vclxspinbutton \ toolkit/source/awt/vclxsystemdependentwindow \ toolkit/source/awt/vclxtabpagecontainer \ toolkit/source/awt/animatedimagespeer \ toolkit/source/awt/vclxtoolkit \ toolkit/source/awt/vclxtopwindow \ toolkit/source/awt/vclxwindow \ toolkit/source/awt/vclxwindow1 \ toolkit/source/awt/vclxwindows \ toolkit/source/controls/accessiblecontrolcontext \ toolkit/source/controls/controlmodelcontainerbase \ toolkit/source/controls/dialogcontrol \ toolkit/source/controls/eventcontainer \ toolkit/source/controls/formattedcontrol \ toolkit/source/controls/geometrycontrolmodel \ toolkit/source/controls/grid/defaultgridcolumnmodel \ toolkit/source/controls/grid/defaultgriddatamodel \ toolkit/source/controls/grid/gridcolumn \ toolkit/source/controls/grid/grideventforwarder \ toolkit/source/controls/grid/sortablegriddatamodel \ toolkit/source/controls/grid/gridcontrol \ toolkit/source/controls/roadmapcontrol \ toolkit/source/controls/roadmapentry \ toolkit/source/controls/tabpagecontainer \ toolkit/source/controls/tabpagemodel \ toolkit/source/controls/stdtabcontroller \ toolkit/source/controls/stdtabcontrollermodel \ toolkit/source/controls/tkscrollbar \ toolkit/source/controls/tkspinbutton \ toolkit/source/controls/animatedimages \ toolkit/source/controls/spinningprogress \ toolkit/source/controls/tree/treecontrol \ toolkit/source/controls/tree/treedatamodel \ toolkit/source/controls/unocontrol \ toolkit/source/controls/unocontrolbase \ toolkit/source/controls/unocontrolcontainer \ toolkit/source/controls/unocontrolcontainermodel \ toolkit/source/controls/unocontrolmodel \ toolkit/source/controls/unocontrols \ toolkit/source/helper/accessibilityclient \ toolkit/source/helper/externallock \ toolkit/source/helper/formpdfexport \ toolkit/source/helper/imagealign \ toolkit/source/helper/listenermultiplexer \ toolkit/source/helper/property \ toolkit/source/helper/servicenames \ toolkit/source/helper/tkresmgr \ toolkit/source/helper/unopropertyarrayhelper \ toolkit/source/helper/unowrapper \ toolkit/source/helper/vclunohelper \ )) ifeq ($(OS),MACOSX) $(eval $(call gb_Library_add_cxxflags,tk,\ $(gb_OBJCXXFLAGS) \ )) endif ifeq ($(OS),IOS) $(eval $(call gb_Library_add_cxxflags,tk,\ $(gb_OBJCXXFLAGS))) endif ifeq ($(OS),ANDROID) $(eval $(call gb_Library_use_libraries,tk,\ libotouch \ )) endif # vim: set noet sw=4 ts=4: 0.4'>distro/collabora/lov-6.0.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/filter/html/htmlex.cxx
Expand)
AgeCommit message (Expand)Author
Author
2017-09-12Unit tests for 'es_ES_u_co_trad' and 'es_ES_tradnl', tdf#83190Eike Rathke
2017-09-12Handle 'es-ES_tradnl' and 'es-ES-u-co-trad' as known, tdf#83190 follow-upEike Rathke
2017-09-11clang-tidy modernize-use-emplace in hwpfilter..lotuswordproNoel Grandin
2017-09-05Fix for old GCCStephan Bergmann
2017-09-05Map MS malformed es-ES_tradnl to proper BCP 47 es-ES-u-co-trad, tdf#83190Eike Rathke
2017-09-05Introduce LanguageTag::getBcp47MS() for writing MS malformed tags, tdf#83190Eike Rathke
2017-07-21replace localestr with a script for the supported translation targetsCaolán McNamara
2017-07-21don't build localestr when cross-compilingCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-17loplugin:unnecessaryparen: i18nlangtag (clang-cl)Stephan Bergmann
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin
2017-06-25loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin
2017-06-19Add Kituba (Democratic Republic of the Congo) [ktu-CD] to language listEike Rathke
2017-06-05spelling instanciate -> instantiateNoel Grandin
2017-05-08Make kSAME constexpr and move k0 to the same place.Eike Rathke
2017-05-08Whatever LANGUAGE_SYSTEM may be in future, this has to be 0Eike Rathke
2017-05-08Adapt to reality, defines are LanguageType strong_intEike Rathke
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-24loplugin:checkunusedparams in i18nlangtag and l10ntoolsNoel Grandin
2017-04-24clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-19scp2: Removed unused Directory itemsStephan Bergmann
2017-03-15tdf#105448 add Xibe [sjo-CN] to language list (and remove Sibe [nco-PG])Eike Rathke
2017-03-14tdf#100462 prefer en-GB-oxendict over en-GB-oedEike Rathke
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-24Always enable liblangtagKhaled Hosny
2017-01-30tdf#105448 add Sibe [nco-PG] to language listEike Rathke
2017-01-30tdf#105448 add Manchu [mnc-CN] to language list (CTL)Eike Rathke
2017-01-10New loplugin:conststringvar: i18nlangtagStephan Bergmann
2016-12-08loplugin:staticanonymousTor Lillqvist
2016-12-08loplugin:overrideTor Lillqvist
2016-12-08loplugin:nullptrTor Lillqvist
2016-12-05loplugin:unnecessaryoverride (dtors) in i18nlangtagStephan Bergmann
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: i18nlangtagStephan Bergmann
2016-11-17Fix tdf#103855 add language codes and names to language lists from extensionsMartin Hosken
2016-10-07i18nlangtag: fix loplugin:cppunitassertequals warningsMiklos Vajna
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-29name it Hungarian Rovas, tdf#97406 follow-upEike Rathke
2016-08-29Resolves: tdf#95162 Hung is RTL/CTLEike Rathke
2016-08-26add Old Hungarian (Hungarian Rovas) [hu-Hung-HU] to language list, tdf#97406Eike Rathke