# -*- 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_UIConfig_UIConfig,modules/swxform)) $(eval $(call gb_UIConfig_add_menubarfiles,modules/swxform,\ sw/uiconfig/swxform/menubar/menubar \ )) $(eval $(call gb_UIConfig_add_statusbarfiles,modules/swxform,\ sw/uiconfig/swxform/statusbar/statusbar \ )) $(eval $(call gb_UIConfig_add_toolbarfiles,modules/swxform,\ sw/uiconfig/swxform/toolbar/alignmentbar \ sw/uiconfig/swxform/toolbar/arrowshapes \ sw/uiconfig/swxform/toolbar/basicshapes \ sw/uiconfig/swxform/toolbar/bezierobjectbar \ sw/uiconfig/swxform/toolbar/calloutshapes \ sw/uiconfig/swxform/toolbar/colorbar \ sw/uiconfig/swxform/toolbar/drawbar \ sw/uiconfig/swxform/toolbar/drawingobjectbar \ sw/uiconfig/swxform/toolbar/drawtextobjectbar \ sw/uiconfig/swxform/toolbar/extrusionobjectbar \ sw/uiconfig/swxform/toolbar/findbar \ sw/uiconfig/swxform/toolbar/flowchartshapes \ sw/uiconfig/swxform/toolbar/fontworkobjectbar \ sw/uiconfig/swxform/toolbar/fontworkshapetype \ sw/uiconfig/swxform/toolbar/formcontrols \ sw/uiconfig/swxform/toolbar/formdesign \ sw/uiconfig/swxform/toolbar/formsfilterbar \ sw/uiconfig/swxform/toolbar/formsnavigationbar \ sw/uiconfig/swxform/toolbar/formtextobjectbar \ sw/uiconfig/swxform/toolbar/frameobjectbar \ sw/uiconfig/swxform/toolbar/fullscreenbar \ sw/uiconfig/swxform/toolbar/graffilterbar \ sw/uiconfig/swxform/toolbar/graphicobjectbar \ sw/uiconfig/swxform/toolbar/insertbar \ sw/uiconfig/swxform/toolbar/insertobjectbar \ sw/uiconfig/swxform/toolbar/mediaobjectbar \ sw/uiconfig/swxform/toolbar/moreformcontrols \ sw/uiconfig/swxform/toolbar/numobjectbar \ sw/uiconfig/swxform/toolbar/oleobjectbar \ sw/uiconfig/swxform/toolbar/optimizetablebar \ sw/uiconfig/swxform/toolbar/previewobjectbar \ sw/uiconfig/swxform/toolbar/standardbar \ sw/uiconfig/swxform/toolbar/starshapes \ sw/uiconfig/swxform/toolbar/symbolshapes \ sw/uiconfig/swxform/toolbar/tableobjectbar \ sw/uiconfig/swxform/toolbar/textobjectbar \ sw/uiconfig/swxform/toolbar/toolbar \ sw/uiconfig/swxform/toolbar/viewerbar \ )) # vim: set noet sw=4 ts=4: -2021 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/comphelper/xmlencode.hxx
AgeCommit message (Collapse)Author
2023-06-14Make encodeForXml accessible for other modulesSzymon Kłos
and share similar code Change-Id: I7729a46d40845893f577c273c1ab340f69ebb51b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151230 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151754 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>