# -*- 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,sc_outlineobj)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_outlineobj, \ sc/qa/extras/scoutlineobj \ )) $(eval $(call gb_CppunitTest_use_external,sc_outlineobj,boost_headers)) $(eval $(call gb_CppunitTest_use_libraries,sc_outlineobj, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sb \ sc \ sfx \ sot \ subsequenttest \ svl \ svt \ svx \ svxcore \ test \ tk \ tl \ ucbhelper \ unotest \ utl \ vbahelper \ vcl \ xo \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_set_include,sc_outlineobj,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sc_outlineobj,\ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_ure,sc_outlineobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_outlineobj)) $(eval $(call gb_CppunitTest_use_components,sc_outlineobj,\ basic/util/sb \ comphelper/util/comphelp \ configmgr/source/configmgr \ dbaccess/util/dba \ filter/source/config/cache/filterconfig1 \ filter/source/storagefilterdetect/storagefd \ forms/util/frm \ framework/util/fwk \ i18npool/util/i18npool \ linguistic/source/lng \ oox/util/oox \ package/source/xstor/xstor \ package/util/package2 \ sax/source/expatwrap/expwrap \ scripting/source/basprov/basprov \ scripting/util/scriptframe \ sc/util/sc \ sc/util/scd \ sc/util/scfilt \ $(call gb_Helper_optional,SCRIPTING, \ sc/util/vbaobj) \ sfx2/util/sfx \ sot/util/sot \ svl/source/fsstor/fsstorage \ toolkit/util/tk \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ ucb/source/ucp/tdoc/ucptdoc1 \ unotools/util/utl \ unoxml/source/rdf/unordf \ unoxml/source/service/unoxml \ xmloff/util/xo \ svtools/util/svt \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_outlineobj)) # vim: set noet sw=4 ts=4: ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)Author
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-17use string_view in the Translate APINoel Grandin
2021-06-08Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet
2021-06-02Merging an unsupported formula grammar is worth a real assert()Eike Rathke
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-21use toggle instead of click for CheckButtonCaolán McNamara
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin
2021-04-23undo blocking emitting focus events during grab_focusCaolán McNamara
2021-04-19use more string_view in comphelper::stringNoel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC
2021-02-18move async focus-in/focus-out workaround to known client that needs itCaolán McNamara
2021-02-11ofz#30812 protect NextToken calling NextToken with RecurseGuardCaolán McNamara
2021-02-11merge the two identical nRecursionMax expressionsCaolán McNamara
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin
2021-01-21remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara
2021-01-15replace stock button labelsCaolán McNamara
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara
2021-01-14tdf#133858 reduce the double-ref range to data contentDennis Francis
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-22drop deprecated 'rules-hint'Caolán McNamara
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara
2020-12-19don't mention VclBuilder in the dialog tests docsCaolán McNamara
2020-12-02tdf#138427 focus set to wrong input boxCaolán McNamara
2020-11-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara
2020-11-13tdf#123936 Formatting files in module formula with clang-formatPhilipp Hofer
2020-11-10new loplugin:reducevarscopeNoel Grandin
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara
2020-10-22long->tools::Long in forms..frameworkNoel
2020-10-14Derive FormulaExternalToken from FormulaByteToken, tdf#133260 follow-upEike Rathke
2020-10-13Resolves: tdf#133260 Propagate ForceArrayReturn from inline arraysEike Rathke
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara
2020-09-29Resolves: tdf#137091 Use CharClass matching the formula languageEike Rathke
2020-09-09Resolves: tdf#136364 treat svSep type with ocUnion as range typeEike Rathke
2020-09-01tdf#118148 Extended tips for HC2/scalc/Olivier Hallot
2020-08-31tdf#136269 give search entry initial focusCaolán McNamara