# -*- 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_Rdb_Rdb,passive_generic)) $(eval $(call gb_Rdb_add_components,passive_generic, \ desktop/test/deployment/passive/passive_java \ desktop/test/deployment/passive/passive_python \ )) # vim: set noet sw=4 ts=4: itle='lo/core' href='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/formulagroup.hxx
AgeCommit message (Expand)Author
2015-02-07We (will) need ScCalcConfig also for formula groupsTor Lillqvist
2015-01-22Make it obvious that this functions is for a very specific use onlyTor Lillqvist
2015-01-04merge OpCodeEnum and OpCodeCaolán McNamara
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-15Remove global variable SymbolTable::nR and make the code re-entrant.Kohei Yoshida
2014-11-27Fix OpenCL-less buildTor Lillqvist
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist
2014-11-25remove boost/unordered_map.hpp include from types.hxx.Kohei Yoshida
2014-11-13Missing includeStephan Bergmann
2014-11-06Add also parameters for the opcode subset to enableOpenCL()Tor Lillqvist
2014-10-03Let's consistently spell OpenCL as 'OpenCL'.Kohei Yoshida
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-20Some cosmetics.Kohei Yoshida
2014-03-06Allow easy toggling of threaded OpenCL kernel compilation.Kohei Yoshida
2014-03-05Fix incorrect group calc state check.Kohei Yoshida
2014-02-27Ensure that numeric array storage is aligned to 256-byte boundary.Kohei Yoshida
2013-11-25add methods to enable and disable automatic device selectionMarkus Mohrhard
2013-11-25provide UNO API for OpenCL selectionMarkus Mohrhard
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist
2013-11-20Refactoring in preparation for threaded OpenCL kernel compilationTor Lillqvist
2013-11-13We don't use the static OpenCL kernels any moreTor Lillqvist
2013-11-12Reduce the amount of RPM token generation.Kohei Yoshida
2013-10-29Correct way to try to enable OpenCL in unit test.Kohei Yoshida
2013-10-28Remove duplicated code blocks.Kohei Yoshida
2013-10-28Add cache of column data arrays to the group formula context.Kohei Yoshida