# -*- 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_CppunitTest_CppunitTest,sal_rtl_doublelock)) $(eval $(call gb_CppunitTest_add_exception_objects,sal_rtl_doublelock,\ sal/qa/rtl/doublelock/rtl_doublelocking \ )) $(eval $(call gb_CppunitTest_use_libraries,sal_rtl_doublelock,\ sal \ $(gb_UWINAPI) \ )) # vim: set noet sw=4 ts=4: id' value='b828a6f494cc90e1a135e7442589679993eb2a5c'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)Author
2013-05-15String.AppendAscii DropRicardo Montania
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-30Handle range references for group calculation. This is still untested.Kohei Yoshida
2013-04-30Let's not use VectorArray struct. There is no use for it.Kohei Yoshida
2013-04-30Let's not forget to check this in...Kohei Yoshida
2013-04-30Add method to allow fetching of double array, and store it in token.Kohei Yoshida
2013-04-30Initial cut on vector formula ref tokens. Not used yet.Kohei Yoshida
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-23execute move of global headersBjoern Michaelsen
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-03-29ResMgr with LanguageTagEike Rathke
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-19First cut on checking the token array on whether we could do vectorization.Kohei Yoshida
2013-03-19Use initializer in ctor.Kohei Yoshida
2013-03-19Fix indentation.Kohei Yoshida
2013-03-19Move GetHash() from FormulaTokenArray to ScTokenArray.Kohei Yoshida
2013-03-19Implement (partially?) and test formula token array hash function.Kohei Yoshida
2013-03-19Skeleton for generating a hash value from an array of token.Kohei Yoshida
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara
2013-03-08Resolves: fdo#58630 crash with refEdit button in SfxTabDialogCaolán McNamara
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong
2013-03-05make formula refButton and refEdit loadable from .uiCaolán McNamara
2013-03-05make RefButton quick help toggle saying shrink/expandCaolán McNamara
2013-03-04doubled includesThomas Arnhold
2013-02-28remove all d.lstMichael Stahl
2013-02-25ocMacro and ocExternal need to be recalculated on load, fdo#60977Markus Mohrhard
2013-02-25loplugin: unused variablesThomas Arnhold
2013-02-24loplugin: unused variablesThomas Arnhold