# -*- 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_Library_Library,embobj)) $(eval $(call gb_Library_set_componentfile,embobj,embeddedobj/util/embobj)) $(eval $(call gb_Library_set_include,embobj,\ -I$(SRCDIR)/embeddedobj/source/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_external,embobj,boost_headers)) $(eval $(call gb_Library_use_sdk_api,embobj)) $(eval $(call gb_Library_use_libraries,embobj,\ comphelper \ cppu \ cppuhelper \ sal \ svt \ utl \ vcl \ tl \ i18nlangtag \ )) $(eval $(call gb_Library_add_exception_objects,embobj,\ embeddedobj/source/commonembedding/embedobj \ embeddedobj/source/commonembedding/inplaceobj \ embeddedobj/source/commonembedding/miscobj \ embeddedobj/source/commonembedding/persistence \ embeddedobj/source/commonembedding/register \ embeddedobj/source/commonembedding/specialobject \ embeddedobj/source/commonembedding/visobj \ embeddedobj/source/commonembedding/xfactory \ embeddedobj/source/general/docholder \ embeddedobj/source/general/dummyobject \ embeddedobj/source/general/intercept \ embeddedobj/source/general/xcreator \ )) # vim: set noet sw=4 ts=4: tion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/framework/source/uielement/controlmenucontroller.cxx
AgeCommit message (Expand)Author
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin
2015-11-25cppcheck: noExplicitConstructorCaolán McNamara
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-14com::sun::star->css in frameworkNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann