# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Initial Developer of the Original Code is # David Tardon, Red Hat Inc. # Portions created by the Initial Developer are Copyright (C) 2010 the # Initial Developer. All Rights Reserved. # # Major Contributor(s): # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Library_Library,sdfilt)) $(eval $(call gb_Library_add_precompiled_header,sdfilt,$(SRCDIR)/sd/inc/pch/precompiled_sd)) $(eval $(call gb_Library_set_include,sdfilt,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/sd/inc) \ -I$(realpath $(SRCDIR)/sd/inc/pch) \ -I$(OUTDIR)/inc \ -I$(WORKDIR)/oox/inc/ \ )) $(eval $(call gb_Library_add_defs,sdfilt,\ -DSD_DLLIMPLEMENTATION \ )) ifneq ($(strip $(dbg_anim_log)$(DBG_ANIM_LOG)),) $(eval $(call gb_Library_add_defs,sdfilt,\ -DDBG_ANIM_LOG \ )) endif $(eval $(call gb_Library_add_api,sdfilt,\ offapi \ udkapi \ )) $(eval $(call gb_Library_add_linked_libs,sdfilt,\ comphelper \ cppu \ cppuhelper \ editeng \ i18nisolang1 \ msfilter \ oox \ sal \ sax \ sd \ sfx \ sot \ svl \ svt \ svxcore \ tl \ ucbhelper \ utl \ vcl \ $(gb_STDLIBS) \ )) $(eval $(call gb_Library_set_componentfile,sdfilt,sd/util/sdfilt)) $(eval $(call gb_Library_add_exception_objects,sdfilt,\ sd/source/filter/eppt/eppt \ sd/source/filter/eppt/epptso \ sd/source/filter/eppt/escherex \ sd/source/filter/eppt/pptexanimations \ sd/source/filter/eppt/pptexsoundcollection \ sd/source/filter/eppt/pptx-epptbase \ sd/source/filter/eppt/pptx-epptooxml \ sd/source/filter/eppt/pptx-grouptable \ sd/source/filter/eppt/pptx-stylesheet \ sd/source/filter/eppt/pptx-text \ sd/source/filter/ppt/ppt97animations \ sd/source/filter/ppt/pptatom \ sd/source/filter/ppt/pptin \ sd/source/filter/ppt/pptinanimations \ sd/source/filter/ppt/propread \ )) # vim: set noet sw=4 ts=4: value='distro/collabora/cp-4.1'>distro/collabora/cp-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/source/control/request.cxx
AgeCommit message (Expand)Author
2018-03-21lokdialog: Allow closing the Format Cell dialogs in any order.Jan Holesovsky
2017-11-10rework tdf#113647 solution to be safeCaolán McNamara
2017-10-23loplugin:includeform: sfx2Stephan Bergmann
2017-07-21loplugin:constparams in sfx2Noel Grandin
2017-07-17Fix typosAndrea Gelmini
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-06-23simplify some string handling in tracing callsNoel Grandin
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-10shuffle this around a littleCaolán McNamara
2017-01-17new loplugin: useuniqueptr: sfx2Noel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-11-14tdf#68118: Pass current document frame to SvxScriptSelectorDialogMike Kaganski
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-23tdf#89329: use unique_ptr for pImpl in requestXisco Fauli
2016-04-11clang-tidy performance-unnecessary-value-param in sfx2Noel Grandin
2016-03-02loplugin:unuseddefaultparam in sfx2Noel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06revert executable perm changeCaolán McNamara
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-21cppcheck: noExplicitConstructorCaolán McNamara
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-26itemdel.[ch]xx is only used in sfx2Markus Mohrhard
2014-07-17fix spelling structur -> structureNoel 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-22coverity#708156 Uninitialized scalar fieldCaolán McNamara
2014-03-22bUseTarget is never readCaolán McNamara
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-02-26Remove visual noise from sfx2Alexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-01-15remove sfx2/appuno.hxxMatúš Kukan
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin