# -*- 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/. # $(eval $(call gb_AllLangResTarget_AllLangResTarget,cui)) $(eval $(call gb_AllLangResTarget_set_reslocation,cui,svx)) $(eval $(call gb_AllLangResTarget_add_srs,cui,\ cui/res \ )) $(eval $(call gb_SrsTarget_SrsTarget,cui/res)) $(eval $(call gb_SrsTarget_set_include,cui/res,\ $$(INCLUDE) \ -I$(SRCDIR)/cui/source/inc \ )) $(eval $(call gb_SrsTarget_add_files,cui/res,\ cui/source/customize/acccfg.src \ cui/source/customize/cfg.src \ cui/source/customize/macropg.src \ cui/source/dialogs/cuires.src \ cui/source/dialogs/fmsearch.src \ cui/source/dialogs/gallery.src \ cui/source/dialogs/hyperdlg.src \ cui/source/dialogs/multipat.src \ cui/source/dialogs/passwdomdlg.src \ cui/source/dialogs/scriptdlg.src \ cui/source/dialogs/svuidlg.src \ cui/source/options/connpooloptions.src \ cui/source/options/dbregister.src \ cui/source/options/doclinkdialog.src \ cui/source/options/optchart.src \ cui/source/options/optcolor.src \ cui/source/options/optdict.src \ cui/source/options/optfltr.src \ cui/source/options/optgdlg.src \ cui/source/options/optinet2.src \ cui/source/options/optjava.src \ cui/source/options/optlingu.src \ cui/source/options/optpath.src \ cui/source/options/personalization.src \ cui/source/options/treeopt.src \ cui/source/tabpages/border.src \ cui/source/tabpages/frmdirlbox.src \ cui/source/tabpages/page.src \ cui/source/tabpages/paragrph.src \ cui/source/tabpages/strings.src \ )) $(eval $(call gb_SrsTarget_add_nonlocalizable_files,cui/res,\ cui/source/tabpages/align.src \ )) # vim: set noet sw=4 ts=4: ion value='distro/collabora/cd-5.3-3.1'>distro/collabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/svx/sdasitm.hxx
'/cgit/lo/core/log/?id=56d7b9db443f5ace23677629869ffbd599e43d69'>root/desktop/AllLangResTarget_dkt.mk
AgeCommit message (Expand)Author
AgeCommit message (Expand)Author
2012-04-09add package deps for resourcesDavid Tardon
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2015-03-24Fix various Windows-only XServiceInfo implementationsStephan Bergmann
2015-03-05gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl
2015-02-21Typo: trough->throughJulien Nabet
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-07-08No atlsd.lib in VS 2013Tor Lillqvist
2014-05-30fdo#68849: Add header guards to all include filesJens Carl
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-10remove globally disabled warnings from source filesThomas Arnhold