# -*- 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,AppleRemote)) $(eval $(call gb_Library_use_system_darwin_frameworks,AppleRemote,\ Cocoa \ Carbon \ IOKit \ )) $(eval $(call gb_Library_add_objcobjects,AppleRemote,\ apple_remote/source/KeyspanFrontRowControl \ apple_remote/source/AppleRemote \ apple_remote/source/RemoteControl \ apple_remote/source/RemoteControlContainer \ apple_remote/source/GlobalKeyboardDevice \ apple_remote/source/HIDRemoteControlDevice \ apple_remote/source/MultiClickRemoteBehavior \ apple_remote/source/RemoteMainController \ )) # vim: set noet sw=4 ts=4: on> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/icon-themes/breeze_svg/cmd/sc_circlepie.svg
td>
AgeCommit message (Expand)Author
2017-08-17clean xml code in the breeze_svg iconsandreas kainz
2016-08-05Breeze: Add svgs to repoYousuf Philips
loplugin:useuniqueptr in ScDPSaveDimensionNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara
2018-02-03TypedWhichId in scNoel Grandin
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-16lok: sc: header, cursor and selection overlays issues wrt autofilterMarco Cecchetti
2017-11-29lok - calc: outline and group handlingMarco Cecchetti
2017-11-15Fix typosAndrea Gelmini
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara
2017-10-11Replace list by vector "DataPilotSort" from dbfunc3 (sc)Julien Nabet
2017-09-06tdf#111305: Fix group name refresh in pivot tableDimitri Bouron
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand
2017-08-23convert message box style bits to scoped enumNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-14use more OUString::operator== in scNoel Grandin
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-04-03use actual UNO enums in scNoel Grandin
2017-03-15introduce ScGeneralFunction scoped enumNoel Grandin
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-02-15tdf#100726 Improved readability in sc directoryFakabbir Amin
2017-02-13base work to trigger pivot table filter popup with a callbackTomaž Vajngerl
2017-02-02CreateQueryParam to take a ScRange parameter.Kohei Yoshida
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-09-26convert PAINT constants to typed_flagsNoel Grandin
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna