#/bin/bash # 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/. # # $1 is Product Version # $2 is location of $(WORKDIR) ########################################### # # Create the hid2file map that mapd HIDs into # HTML pages. Language independent. # will be put in $WORKDIR/HelpTargetHTML/$productversion/ # ########################################### workDir=$2 productversion=$1 helpFiles=$(realpath $workDir/../helpcontent2/source/text) mkdir -p $workDir/HelpTargetHTML/$productversion outDir=$(realpath $workDir/HelpTargetHTML/$productversion) bookmarkFile=$outDir'/hid2file.js' tempFile=$(mktemp) rm -f $bookmarkFile touch $bookmarkFile find $helpFiles -type f -name "*.xhp" -exec xsltproc get_url.xsl {} + > $tempFile echo 'var map={' >> $bookmarkFile awk 'NF' $tempFile >> $bookmarkFile echo '};' >> $bookmarkFile rm -f $tempFile llotropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oovbaapi
AgeCommit message (Expand)Author
2017-09-08oovbaapi: create XOval and XLine shape typesTamas Bunth
2017-08-17Fix typosAndrea Gelmini
2017-07-25fix some "deffer" spellingNoel Grandin
2017-07-14implement Application.FileDialog attributeTamas Bunth
2017-06-30oovbaapi: add Borders.TintAndShade PropertyTamas Bunth
2017-06-24oovbaapi: add Application.OperatingSystem propertyTamas Bunth
2017-06-08oovbaapi: add Interior.PatternTintAndShade Property (Excel)Miklos Vajna
2017-06-08oovbaapi: add Interior.TintAndShade Property (Excel)Miklos Vajna
2017-06-08oovbaapi: add XlThemeColor Enumeration (Excel)Miklos Vajna
2017-05-03remove empty commentsNoel Grandin
2014-09-02coverity#707022 Uncaught exceptionCaolán McNamara
2014-09-02coverity#707382 Uncaught exceptionCaolán McNamara
2014-09-02coverity#707409 Uncaught exceptionCaolán McNamara
2014-07-14coverity#707036 Uncaught exceptionCaolán McNamara
2014-07-10coverity#1224987 Uncaught exceptionCaolán McNamara
2014-07-10coverity#707401 Uncaught exceptionCaolán McNamara
2014-07-03coverity#707193 Uncaught exceptionCaolán McNamara
2014-06-13coverity#707393 Uncaught exceptionCaolán McNamara
2014-06-13coverity#707016 Uncaught exceptionCaolán McNamara
2014-05-24coverity#738462 Uncaught exceptionCaolán McNamara
2014-05-16idl: fix some include guardsThomas Arnhold
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni
2014-04-23coverity#707379 Uncaught exceptionCaolán McNamara
2014-04-23coverity#707371 Uncaught exceptionCaolán McNamara
2014-04-17coverity#707375 Uncaught exceptionCaolán McNamara
2014-04-05coverity#707400 Uncaught exceptionCaolán McNamara
2014-04-05coverity#707406 Uncaught exceptionCaolán McNamara
2014-02-26Remove visual noise from oovbaapiAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms