# -*- 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_Module_Module,extras)) $(eval $(call gb_Module_add_targets,extras,\ CustomTarget_autocorr \ CustomTarget_autotextuser \ CustomTarget_glade \ Package_autocorr \ Package_autotextuser \ Package_cfgsrvnolang \ Package_cfgusr \ Package_database \ Package_databasebiblio \ Package_fonts \ Package_gallbullets \ Package_gallhtmlexpo \ Package_gallmytheme \ Package_gallroot \ Package_gallsystem \ Package_gallwwwback \ Package_gallwwwgraf \ Package_glade \ Package_labels \ $(if $(filter WNT,$(OS)),Package_newfiles) \ Package_palettes \ Package_tpllayoutimpr \ Package_tplofficorr \ Package_tploffimisc \ Package_tplpresnt \ Package_tpl_styles \ Package_tplpersonal \ Package_tplwizagenda \ Package_tplwizbitmap \ Package_tplwizdesktop \ Package_tplwizfax \ Package_tplwizletter \ Package_tplwizreport \ Package_tplwizstyles \ Package_wordbook \ )) $(eval $(call gb_Module_add_l10n_targets,extras,\ CustomTarget_autotextshare \ AllLangPackage_autotextshare \ )) ifneq ($(WITH_GALLERY_BUILD),) $(eval $(call gb_Module_add_targets,extras,\ Gallery_arrows \ Gallery_computers \ Gallery_diagrams \ Gallery_education \ Gallery_environment \ Gallery_finance \ Gallery_people \ Gallery_symbols \ Gallery_sound \ Gallery_txtshapes \ Gallery_transportation \ )) endif # vim: set noet sw=4 ts=4: libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/uiconfig/swriter/popupmenu/draw.xml
AgeCommit message (Collapse)Author
2023-11-02tdf#156670 Add 'Alt text' command to shapes popup menuGabor Kelemen
Change-Id: Ib55491cb4d209088cfed344452700eab41da67d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158763 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2023-04-08uno:TextAttributes - add to popupmenu draw.xml for textboxesJustin Luth
Text Attributes includes margins for spacing the borders (lines) away from the text. I personally would like to see the order be Area, then lines, then textAttributes, but I suppose one could look at it as area margins instead of border margins. In any case, margins are a pretty critical piece of either lines or margins, and so should be a menu choice whenever either of these is available. Change-Id: Ifec5bbcd20dba6f42aba586bd0cd791bb9f3acae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150131 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
2021-07-26tdf#123626 Allow adding hyperlinks to shapesSamuel Mehrbrodt
* Support hyperlinks on Shapes in Writer * Add menu items * Add context menu items * ODF import/export + test * OOXML import/export + test Change-Id: I7269064c4cabd16fdb8259a48429c508184d3ccf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119164 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2019-08-05FIX: Right Click the QR code to get edit optionShubham Goyal
this patch is a fix to commit 02d16928bcd1eb2b6dfd7524ea9af591c0f5f2e0 Change-Id: Iba8e508ddae49f04f62bfb4d598af2f3ce6581ad Reviewed-on: https://gerrit.libreoffice.org/76957 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>