# -*- 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_StaticLibrary_StaticLibrary,shlxthandler_common)) $(eval $(call gb_StaticLibrary_set_include,shlxthandler_common,\ -I$(SRCDIR)/shell/inc \ $$(INCLUDE) \ )) $(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common,\ -DISOLATION_AWARE_ENABLED \ -DWIN32_LEAN_AND_MEAN \ )) $(eval $(call gb_StaticLibrary_use_externals,shlxthandler_common,\ expat \ zlib \ )) $(eval $(call gb_StaticLibrary_add_exception_objects,shlxthandler_common,\ shell/source/win32/ooofilereader/autostyletag \ shell/source/win32/ooofilereader/basereader \ shell/source/win32/ooofilereader/contentreader \ shell/source/win32/ooofilereader/keywordstag \ shell/source/win32/ooofilereader/metainforeader \ shell/source/win32/ooofilereader/simpletag \ shell/source/win32/shlxthandler/ooofilt/stream_helper \ shell/source/win32/shlxthandler/util/fileextensions \ shell/source/win32/shlxthandler/util/iso8601_converter \ shell/source/win32/shlxthandler/util/registry \ shell/source/win32/shlxthandler/util/utilities \ shell/source/win32/zipfile/zipexcptn \ shell/source/win32/zipfile/zipfile \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: office-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuexecuteinteraction.cxx
#1554844 COPY_INSTEAD_OF_MOVE
and cid#1554878 COPY_INSTEAD_OF_MOVE cid#1554907 COPY_INSTEAD_OF_MOVE cid#1555082 COPY_INSTEAD_OF_MOVE cid#1555224 COPY_INSTEAD_OF_MOVE cid#1555301 COPY_INSTEAD_OF_MOVE cid#1555378 COPY_INSTEAD_OF_MOVE cid#1555395 COPY_INSTEAD_OF_MOVE cid#1555452 COPY_INSTEAD_OF_MOVE cid#1555466 COPY_INSTEAD_OF_MOVE cid#1555514 COPY_INSTEAD_OF_MOVE cid#1555566 COPY_INSTEAD_OF_MOVE cid#1555753 COPY_INSTEAD_OF_MOVE cid#1555782 COPY_INSTEAD_OF_MOVE cid#1555825 COPY_INSTEAD_OF_MOVE cid#1555842 COPY_INSTEAD_OF_MOVE cid#1555891 COPY_INSTEAD_OF_MOVE cid#1555917 COPY_INSTEAD_OF_MOVE cid#1555961 COPY_INSTEAD_OF_MOVE cid#1556021 COPY_INSTEAD_OF_MOVE cid#1556055 COPY_INSTEAD_OF_MOVE cid#1556307 COPY_INSTEAD_OF_MOVE cid#1556349 COPY_INSTEAD_OF_MOVE cid#1556436 COPY_INSTEAD_OF_MOVE cid#1556665 COPY_INSTEAD_OF_MOVE cid#1556696 COPY_INSTEAD_OF_MOVE cid#1556718 COPY_INSTEAD_OF_MOVE cid#1556775 COPY_INSTEAD_OF_MOVE cid#1556835 COPY_INSTEAD_OF_MOVE cid#1556877 COPY_INSTEAD_OF_MOVE cid#1556994 COPY_INSTEAD_OF_MOVE cid#1557010 COPY_INSTEAD_OF_MOVE cid#1557074 COPY_INSTEAD_OF_MOVE cid#1557111 COPY_INSTEAD_OF_MOVE cid#1557142 COPY_INSTEAD_OF_MOVE cid#1557163 COPY_INSTEAD_OF_MOVE cid#1557164 COPY_INSTEAD_OF_MOVE cid#1557214 COPY_INSTEAD_OF_MOVE cid#1557254 COPY_INSTEAD_OF_MOVE cid#1557322 COPY_INSTEAD_OF_MOVE cid#1557327 COPY_INSTEAD_OF_MOVE cid#1557492 COPY_INSTEAD_OF_MOVE cid#1557565 COPY_INSTEAD_OF_MOVE cid#1557663 COPY_INSTEAD_OF_MOVE cid#1557798 COPY_INSTEAD_OF_MOVE Change-Id: I2ae9c184dcc18d44a65437e18c49e16b27f4d81d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174893 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
AgeCommit message (Expand)Author
2024-05-28loplugin:ostr in sd/../uiNoel Grandin
2024-05-07WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2022-12-16sd: check SfxViewFrame::Current()Caolán McNamara
2022-05-05use more o3tl::getTokenNoel Grandin
2021-08-07Removed duplicated includeAndrea Gelmini
2021-08-06make --disable-scripting compileCaolán McNamara
2019-09-26tdf#42949 Fix IWYU warnings in sd/Gabor Kelemen
2019-06-28tdf#125748 Add context menu entry to execute interactionSamuel Mehrbrodt