# -*- 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,abp)) $(eval $(call gb_Library_set_componentfile,abp,extensions/source/abpilot/abp,services)) $(eval $(call gb_Library_set_include,abp,\ $$(INCLUDE) \ -I$(SRCDIR)/extensions/inc \ -I$(SRCDIR)/extensions/source/inc \ )) $(eval $(call gb_Library_use_external,abp,boost_headers)) $(eval $(call gb_Library_use_sdk_api,abp)) $(eval $(call gb_Library_add_exception_objects,abp,\ extensions/source/abpilot/abpfinalpage \ extensions/source/abpilot/abspage \ extensions/source/abpilot/abspilot \ extensions/source/abpilot/admininvokationimpl \ extensions/source/abpilot/admininvokationpage \ extensions/source/abpilot/datasourcehandling \ extensions/source/abpilot/fieldmappingimpl \ extensions/source/abpilot/fieldmappingpage \ extensions/source/abpilot/moduleabp \ extensions/source/abpilot/tableselectionpage \ extensions/source/abpilot/typeselectionpage \ extensions/source/abpilot/unodialogabp \ )) $(eval $(call gb_Library_use_libraries,abp,\ comphelper \ cppuhelper \ cppu \ sal \ sfx \ svl \ svt \ svxcore \ svx \ tk \ tl \ utl \ vcl \ i18nlangtag \ )) # vim:set noet sw=4 ts=4: ce-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/osx/salmenu.cxx
AgeCommit message (Expand)Author
2017-10-24loplugin:includeform: vcl (macOS)Stephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-04-28loplugin:salunicodeliteral: vclStephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-11-21Fix various "unmapped accelerator key" on MacOsJulien Nabet
2016-10-05SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around new macOS 10.12 deprecationsStephan Bergmann
2016-10-04there’s no need to peel tildæ for separatorDouglas Mencken
2016-07-04remove comphelper::string::removeNoel Grandin
2016-06-28Adapt OS-X--only code to aa0d0536a444fb26d9e570bd6bf6c1bdc3596cf3Stephan Bergmann
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-30Convert ApplicationEvent::Type to scoped enumNoel Grandin
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin
2016-04-06revert to fix tdf#98783 missing menubarCaolán McNamara
2016-03-16Related: tdf#98637 make this a tractable problemCaolán McNamara
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock
2016-01-11tdf#96875 Make OS X native context menus compatibleMaxim Monastirsky
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-08-13kill YIELD_GUARD macroNorbert Thiebaud
2015-06-02loplugin:loopvartoosmallStephan Bergmann
2015-05-13fix OSX buildNoel Grandin
2015-05-08loplugin:staticmethodsStephan Bergmann
2015-05-08convert SHOWDIALOG_ID constants to scoped enumNoel Grandin
2015-01-22Why is Objective C such an ill-specified mess?Stephan Bergmann
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann
2014-12-04vcl (Mac): loplugin:cstylecastStephan Bergmann
2014-10-31KEY_ALLMOD is the same as KEY_MODNoel Grandin
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin
2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist
2014-09-13mac: clean-up obsolete conditional code based on old SDKNorbert Thiebaud
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-03WaE: 'convertBaseToScreen:' is deprecated: first deprecated in OS X 10.7Tor Lillqvist
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-25vcl/osx/sal: SDK 10.5 compatibilityDouglas Mencken
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann
2014-02-21Mac OS X vcl: sal_Bool -> bool fixupStephan Bergmann