summaryrefslogtreecommitdiff
path: root/help3xsl
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-01-04 16:39:59 -0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-01-04 20:12:13 +0100
commitf0d6ee3bd496afd78fd287a9f09cbe53258800ba (patch)
treeed7e5b32010ef63d12df115036635598187f4b4b /help3xsl
parent2237ca9306b5478d7c5df61246d32b60e4991783 (diff)
Update list of missing icons in Help
Change-Id: I6c2afb3b0ec5a0341fd6a1d0e2120e015f93e926 Reviewed-on: https://gerrit.libreoffice.org/65862 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/links.txt.xsl10
1 files changed, 4 insertions, 6 deletions
diff --git a/help3xsl/links.txt.xsl b/help3xsl/links.txt.xsl
index 2117a6d2a0..c6f947919e 100644
--- a/help3xsl/links.txt.xsl
+++ b/help3xsl/links.txt.xsl
@@ -380,16 +380,12 @@
<xsl:when test="$src1='cmd/sc_renamemasterpage.png'"><xsl:text>cmd/sc_slidemasterpage.png</xsl:text></xsl:when>
<xsl:when test="$src1='cmd/sc_quickedit.png'"><xsl:text>cmd/sc_editdoc.png</xsl:text></xsl:when>
<xsl:when test="$src1='cmd/sc_dsbeditdoc.png'"><xsl:text>cmd/sc_editdoc.png</xsl:text></xsl:when>
-<xsl:when test="$src1='cmd/lc_closemasterview.png'"><xsl:text>cmd/lc_quit.png</xsl:text></xsl:when>
-<xsl:when test="$src1='cmd/lc_closewin.png'"><xsl:text>cmd/lc_quit.png</xsl:text></xsl:when>
-<xsl:when test="$src1='cmd/sc_closemasterview.png'"><xsl:text>cmd/sc_quit.png</xsl:text></xsl:when>
-<xsl:when test="$src1='cmd/sc_closewin.png'"><xsl:text>cmd/sc_quit.png</xsl:text></xsl:when>
+<xsl:when test="$src1='cmd/lc_closewin.png'"><xsl:text>cmd/lc_closepreview.png</xsl:text></xsl:when>
+<xsl:when test="$src1='cmd/sc_closewin.png'"><xsl:text>cmd/sc_closepreview.png</xsl:text></xsl:when>
<xsl:when test="$src1='cmd/lc_closedocs.png'"><xsl:text>cmd/lc_closedoc.png</xsl:text></xsl:when>
<xsl:when test="$src1='cmd/lc_exitsearch.png'"><xsl:text>cmd/lc_closedoc.png</xsl:text></xsl:when>
-<xsl:when test="$src1='cmd/lc_closepreview.png'"><xsl:text>cmd/lc_closedoc.png</xsl:text></xsl:when>
<xsl:when test="$src1='cmd/sc_closedocs.png'"><xsl:text>cmd/sc_closedoc.png</xsl:text></xsl:when>
<xsl:when test="$src1='cmd/sc_exitsearch.png'"><xsl:text>cmd/sc_closedoc.png</xsl:text></xsl:when>
-<xsl:when test="$src1='cmd/sc_closepreview.png'"><xsl:text>cmd/sc_closedoc.png</xsl:text></xsl:when>
<xsl:when test="$src1='cmd/lc_no.png'"><xsl:text>cmd/lc_cancel.png</xsl:text></xsl:when>
<xsl:when test="$src1='cmd/sc_no.png'"><xsl:text>cmd/sc_cancel.png</xsl:text></xsl:when>
<xsl:when test="$src1='cmd/sc_removetableof.png'"><xsl:text>cmd/sc_cancel.png</xsl:text></xsl:when>
@@ -714,6 +710,8 @@
<xsl:when test="$src1='cmd/sc_browsebackward'"><xsl:text>cmd/lc_prevrecord.png</xsl:text></xsl:when>
<xsl:when test="$src1='cmd/sc_browseforward.png'"><xsl:text>cmd/sc_nextrecord.png</xsl:text></xsl:when>
<xsl:when test="$src1='cmd/sc_macrosmenu.png'"><xsl:text>res/im30821.png</xsl:text></xsl:when>
+<xsl:when test="$src1='cmd/sc_macrodialog.png'"><xsl:text>cmd/sc_scriptorganizer.png</xsl:text></xsl:when>
+<xsl:when test="$src1='cmd/lc_macrodialog.png'"><xsl:text>cmd/lc_scriptorganizer.png</xsl:text></xsl:when>
<xsl:when test="$src1='cmd/sc_about.png'"><xsl:text>res/mainapp_16.png</xsl:text></xsl:when>
<xsl:when test="$src1='cmd/sc_questionanswers.png'"><xsl:text>res/sx03139.png</xsl:text></xsl:when>
<xsl:when test="$src1='cmd/lc_symbolcatalogue.png'"><xsl:text>cmd/lc_insertsymbol.png</xsl:text></xsl:when>
option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmloff/source/style/TransGradientStyle.cxx
AgeCommit message (Expand)Author
2024-06-11tdf#161327 Interpret angle units in dr3d:end-angle ..Regina Henschel
2024-03-12tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen
2023-08-21move BGradient to awt::Gradient2 UNO conversion into docmodelTomaž Vajngerl
2023-06-05tdf#155549 MCGR: Recreate 'axial' from symmetric 'linear'Regina Henschel
2023-06-02MCGR: Use tryToRecreateBorder too for transparencyRegina Henschel
2023-05-04WIP ODF import and export for MCGRRegina Henschel
2022-03-11new loplugin:trivialdestructorNoel Grandin
2021-11-24loplugin:stringliteraldefine in comphelperNoel Grandin
2021-01-16make the Color constructors explicitly specify transparencyNoel
2020-12-18use more string_view in convertEnumNoel
2020-12-15use views to parse rather than allocating OUStringNoel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-05loplugin:unusedenumconstantsNoel
2020-11-02create common macro and method for logging unknown attributesNoel
2020-08-22use fastparser for fill stylesNoel Grandin
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin
2020-08-06loplugin:flatten in xmloff/styleNoel Grandin
2020-05-19tdf#89475 xmloff: ODF import/export: continue fixing draw:angleMichael Stahl
2020-02-27remove duplicate tokens from xmloffNoel Grandin
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-10-02tdf#42949 Fix IWYU warnings in xmloff/source/[s-x]*/*cxxGabor Kelemen
2019-04-29tdf#63640 FILEOPEN/FILESAVE: particular .odt loads/saves very slow, part4Noel Grandin
2019-04-15xmloff: fix loplugin:simplifyconstruct warningMiklos Vajna
2019-04-15loplugin:sequentialassign in writerfilter..xmlsecurityNoel Grandin
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2018-07-12Add missing sal/log.hxx headersGabor Kelemen
2018-03-06use more Color in xmloffNoel Grandin
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin
2018-01-15More loplugin:cstylecast: xmloffStephan Bergmann
2018-01-12More loplugin:cstylecast: xmloffStephan Bergmann
2017-10-23loplugin:includeform: xmloffStephan Bergmann
2017-06-27Using fast tokens directly:Mohammed Abdul Azeem
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin
2017-02-03loplugin:unusedenumconstants in xmloffNoel Grandin
2016-08-29Make SvXMLTokenMap compatible with FastTokens:Mohammed Abdul Azeem
2016-01-13-Werror=unused-but-set-variableNoel Grandin
2016-01-13loplugin:unusedmethods unused return value in xmloff/Noel Grandin
2015-10-15cppcheck:variableScopeNoel Grandin
2015-10-09xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl
2015-02-09xmloff: replace legacy DBG_WARNINGsMichael Stahl
2014-04-15xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2013-11-11xmloff: include <> for external includesNorbert Thiebaud
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa
2013-07-18Mark as static and/or constTakeshi Abe