# -*- 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,dlgprov)) $(eval $(call gb_Library_set_componentfile,dlgprov,scripting/source/dlgprov/dlgprov)) $(eval $(call gb_Library_set_include,dlgprov,\ $$(INCLUDE) \ -I$(SRCDIR)/scripting/source/inc \ )) $(eval $(call gb_Library_use_external,dlgprov,boost_headers)) $(eval $(call gb_Library_use_api,dlgprov,\ offapi \ oovbaapi \ udkapi \ )) $(eval $(call gb_Library_use_libraries,dlgprov,\ comphelper \ cppu \ cppuhelper \ sal \ i18nlangtag \ sb \ sfx \ tl \ ucbhelper \ vbahelper \ vcl \ xmlscript \ )) $(eval $(call gb_Library_add_exception_objects,dlgprov,\ scripting/source/dlgprov/DialogModelProvider \ scripting/source/dlgprov/dlgevtatt \ scripting/source/dlgprov/dlgprov \ )) # vim: set noet sw=4 ts=4: /zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/svx/fmgridcl.hxx
AgeCommit message (Expand)Author
2016-02-19no need for two triggerColumnContextMenuCaolán McNamara
2015-12-10Fix order of SAL_WARN_UNUSED and DLLPUBLIC for clang-clStephan Bergmann
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-06-16Fix typosAndrea Gelmini
2015-06-09loplugin:unnecessaryvirtualsNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-21add some SAL_WARN_UNUSEDCaolán McNamara
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-03svx/fmgridcl.hxx: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-01Remove visual noise from includeAlexander Wilms
2014-01-21Consistently let SetDesingMode functions take bool argumentStephan Bergmann
2013-12-22Fix other typosJulien Nabet
2013-11-09fdo#65108 inter-module includes <> include/svxNorbert Thiebaud
2013-10-23fixincludeguards.sh: include/svxThomas Arnhold
2013-04-23execute move of global headersBjoern Michaelsen