# -*- 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_WinResTarget_WinResTarget,simpress/launcher)) $(eval $(call gb_WinResTarget_set_include,simpress/launcher,\ $$(INCLUDE) \ -I$(SRCDIR)/sysui/desktop \ )) $(eval $(call gb_WinResTarget_add_defs,simpress/launcher,\ -DRES_APP_NAME=simpress \ -DRES_APP_FILEDESC="$(PRODUCTNAME) Impress" \ -DRES_APP_ICON=icons/impress_app.ico \ -DVERVARIANT=$(LIBO_VERSION_PATCH) \ -DRES_APP_VENDOR="$(OOO_VENDOR)" \ )) $(eval $(call gb_WinResTarget_add_dependencies,simpress/launcher,\ sysui/desktop/icons/impress_app.ico \ )) $(eval $(call gb_WinResTarget_set_rcfile,simpress/launcher,desktop/win32/source/applauncher/launcher)) # vim: set ts=4 sw=4 et: -2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl/source/items/intitem.cxx
AgeCommit message (Expand)Author
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-12-03remove some useless comment linesNoel Grandin
2019-12-02tdf#42949 Replace property_tre/ptree.hpp with fw declaration headerGabor Kelemen
2019-11-28jsdialog: dump Sfx_Int__Items to JSONSzymon Kłos
2019-11-28jsdialogs: send graphic items updatesSzymon Kłos
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2018-11-26add dumpAsXml methods to more pool itemsMarkus Mohrhard
2017-10-28clang-tidy modernize-use-equals-default in svlJochen Nitschke
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-25loplugin:unusedmethodsNoel Grandin
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara
2016-11-18svl: assert SfxPoolItem::operator==Michael Stahl
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-02-09Remove excess newlinesChris Sherlock
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-07-20loplugin:unusedmethods svlNoel Grandin