# -*- 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/dbreport)) $(eval $(call gb_UIConfig_add_menubarfiles,modules/dbreport,\ reportdesign/uiconfig/dbreport/menubar/menubar \ )) $(eval $(call gb_UIConfig_add_popupmenufiles,modules/dbreport,\ reportdesign/uiconfig/dbreport/popupmenu/report \ )) $(eval $(call gb_UIConfig_add_statusbarfiles,modules/dbreport,\ reportdesign/uiconfig/dbreport/statusbar/statusbar \ )) $(eval $(call gb_UIConfig_add_toolbarfiles,modules/dbreport,\ reportdesign/uiconfig/dbreport/toolbar/alignmentbar \ reportdesign/uiconfig/dbreport/toolbar/arrowshapes \ reportdesign/uiconfig/dbreport/toolbar/basicshapes \ reportdesign/uiconfig/dbreport/toolbar/calloutshapes \ reportdesign/uiconfig/dbreport/toolbar/drawbar \ reportdesign/uiconfig/dbreport/toolbar/flowchartshapes \ reportdesign/uiconfig/dbreport/toolbar/Formatting \ reportdesign/uiconfig/dbreport/toolbar/reportcontrols \ reportdesign/uiconfig/dbreport/toolbar/resizebar \ reportdesign/uiconfig/dbreport/toolbar/sectionalignmentbar \ reportdesign/uiconfig/dbreport/toolbar/sectionshrinkbar \ reportdesign/uiconfig/dbreport/toolbar/starshapes \ reportdesign/uiconfig/dbreport/toolbar/symbolshapes \ reportdesign/uiconfig/dbreport/toolbar/toolbar \ )) $(eval $(call gb_UIConfig_add_uifiles,modules/dbreport,\ reportdesign/uiconfig/dbreport/ui/backgrounddialog \ reportdesign/uiconfig/dbreport/ui/chardialog \ reportdesign/uiconfig/dbreport/ui/condformatdialog \ reportdesign/uiconfig/dbreport/ui/conditionwin \ reportdesign/uiconfig/dbreport/ui/datetimedialog \ reportdesign/uiconfig/dbreport/ui/floatingfield \ reportdesign/uiconfig/dbreport/ui/floatingnavigator \ reportdesign/uiconfig/dbreport/ui/floatingsort \ reportdesign/uiconfig/dbreport/ui/groupsortmenu \ reportdesign/uiconfig/dbreport/ui/navigatormenu \ reportdesign/uiconfig/dbreport/ui/pagedialog \ reportdesign/uiconfig/dbreport/ui/pagenumberdialog \ )) # vim: set noet sw=4 ts=4: cd-5.3-3.2'>distro/collabora/cd-5.3-3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/rdfhelper.hxx
AgeCommit message (Collapse)Author
2020-05-09compact namespace in swNoel Grandin
Change-Id: Ie2c3e3f95a687b12b89bcfc5cad44fb7a1d4568f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93862 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-12-03paragraph-sign: exception-safe metadata graph enumerationAshod Nakashian
Metadata graph enumeration can throw from a number functions and break things in horrible ways. Here we sanitize against the most egregious offenders, but not all possible sources. Change-Id: I40e006ea433dd7274d4fa08f3e8f8507680ef2f4 Reviewed-on: https://gerrit.libreoffice.org/63009 Tested-by: Jenkins Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2018-12-03sw: rdf: Split graph-name lookup from getStatementAshod Nakashian
The graph-name lookup is significantly costly (compared to the statement lookup, esp. when no statements exist). Luckily, the graph-names do not change often and in the course of enumerating all paragraphs (as happens for paragraph-signature validation) it doesn't change at all. This split allows for doing the graph-name lookup only once and also allows for passing custom graph-names directly, if we know them already. Change-Id: I75425df201becb41105ba1fa6ba580af202d035c Reviewed-on: https://gerrit.libreoffice.org/63002 Tested-by: Jenkins Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2018-03-09sw: fix some IWYU warningsMiklos Vajna
Change-Id: Idb8ad6cda75b7112280ae71b4340d0187a602794 Reviewed-on: https://gerrit.libreoffice.org/50974 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>