summaryrefslogtreecommitdiff
path: root/sd/Package_xml.mk
blob: fa227b72823cc85e10f5ce92743d4196fd333cff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- 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_Package_Package,sd_xml,$(SRCDIR)/sd/xml))

$(eval $(call gb_Package_add_files,sd_xml,$(LIBO_SHARE_FOLDER)/config/soffice.cfg/simpress,\
	effects.xml \
	transitions.xml \
	layoutlist.xml  \
	objectlist.xml  \
))

# vim: set noet sw=4 ts=4:
/a>Jeffrey Stedfast Change-Id: I09f9adfa52b64732cc6200a0dbeb6263435c7c07 Reviewed-on: https://gerrit.libreoffice.org/10565 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us> 2014-07-08Explicit virtual dtor needed for auto_ptr member for MSVC.Kohei Yoshida Else it won't build. Change-Id: I6d857ffc7a444abaf477ee820e577757287a707c 2014-07-08trivial conversion of RID_FORMULADLG_FORMULA_MODAL to .uiCaolán McNamara Change-Id: I25f29821079cf4fa4759daffe78bec8c4b48abbc 2014-06-19callcatcher: update unused codeCaolán McNamara Change-Id: Ia25c686dac799707cae3f6112c731f8cd3f686c2 2014-06-17restore these for the moment, still in use in scCaolán McNamara Change-Id: I6967a3c871338d1801d913d9bb54eba50a7660ca 2014-06-17RID_FORMULADLG_FORMULA conversion to .uiSzymon Kłos Change-Id: I098c9ee9d22ac0401faf7fc6d65e91bf5b4b2bf8 Reviewed-on: https://gerrit.libreoffice.org/9797 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2014-06-13resolved fdo#79978 propagate error through DoubleArray of matrixEike Rathke Regression introduced with 83f77ab0661df992f241e5f9ecb1aa8f8eaeafec. Interpreter errors are transported using NaN coded doubles, using simple setNan()/isNan() to flag and ignore non-numeric values skips all error values. Change-Id: I0d3cb30262bc5ba7ee77e53a2bc45e56569fbc4b 2014-06-13resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke ForceArray parameters weren't propagated and enforced to array arguments on svJump tokens (FormulaJumpToken), namely IF, CHOOSE, IFERROR and IFNA. Change-Id: Icf9074f11b826655a52858d778d9a0122d207aa4 2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b 2014-06-06fixincludeguards: fix include guardsThomas Arnhold Change-Id: Ie6e8d4272b0b1d0d2ce93bcbc2e818a9eac1a56b Reviewed-on: https://gerrit.libreoffice.org/9629 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org> 2014-05-21ODS load perf: transfer ownership of the ScTokenArray to save cycles.Michael Meeks Add API to wnsure we don't end up allocating 32k bytes of tokens for each ScFormulaToken, as happens when you Add a token to a new empty ScTokenArray. Change-Id: Ib12a3065eb513243a2146ebb009fbaa650385dd9 2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e 2014-05-19add COLOR functionMarkus Mohrhard This function makes property mapping in charts more user friendly. Change-Id: I01cfb31edd749ee474d5078042fa5c4b4a270f86 2014-05-14Bail out of group calculation in case the array fetching fails.Kohei Yoshida Change-Id: Ibb7575eeb025fc025d05b147629113796185c5d3 2014-05-14No more SetCompileForFAP(). Use respective flag setting methods instead.Kohei Yoshida Change-Id: Ib2256ebac8a7e63e7e24fb35d13d47b811bd8e19 2014-05-14Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida Just to keep the pattern of "true" -> "action", "false" -> "no action". Change-Id: I6303bc779cd7048eef2fdc3c2abba8be8f15da6d 2014-05-14Introduce a new boolean flag and use it in lieu of bCompileForFAP.Kohei Yoshida To make it sound more general than "compile for FAP". Change-Id: Ia6916b6f3579a290be7d5074f809666be2bd2473 2014-05-01Make a separate method to detemine if an opcode is a jump command.Kohei Yoshida Jump to make it a bit more pleasant to follow the code... Change-Id: Ie9bef122e8bb63a2d8cc54acc9c8ddc9ac9a2e8a