# -*- 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_Library_Library,uui)) $(eval $(call gb_Library_set_include,uui,\ $$(INCLUDE) \ -I$(SRCDIR)/uui/inc \ )) $(eval $(call gb_Library_set_componentfile,uui,uui/util/uui)) $(eval $(call gb_Library_use_external,uui,boost_headers)) $(eval $(call gb_Library_use_custom_headers,uui,\ officecfg/registry \ )) $(eval $(call gb_Library_set_precompiled_header,uui,$(SRCDIR)/uui/inc/pch/precompiled_uui)) $(eval $(call gb_Library_use_sdk_api,uui)) $(eval $(call gb_Library_use_libraries,uui,\ comphelper \ cppu \ cppuhelper \ sal \ i18nlangtag \ svl \ svt \ svx \ tk \ tl \ utl \ vcl \ )) $(eval $(call gb_Library_add_exception_objects,uui,\ uui/source/alreadyopen \ uui/source/authfallbackdlg \ uui/source/filechanged \ uui/source/fltdlg \ uui/source/iahndl \ uui/source/iahndl-authentication \ uui/source/iahndl-errorhandler \ uui/source/iahndl-filter \ uui/source/iahndl-ioexceptions \ uui/source/iahndl-locking \ uui/source/iahndl-ssl \ uui/source/interactionhandler \ uui/source/lockfailed \ uui/source/lockcorrupt \ uui/source/logindlg \ uui/source/masterpasscrtdlg \ uui/source/masterpassworddlg \ uui/source/nameclashdlg \ uui/source/openlocked \ uui/source/passwordcontainer \ uui/source/passworddlg \ uui/source/requeststringresolver \ uui/source/secmacrowarnings \ uui/source/services \ uui/source/sslwarndlg \ uui/source/trylater \ uui/source/unknownauthdlg \ )) # vim: set noet sw=4 ts=4: value='distro/cib/libreoffice-6-3'>distro/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/formulacell.hxx
AgeCommit message (Expand)Author
2017-12-07loplugin:constparamsNoel Grandin
2017-11-21Move token-cache for doubles to ScInterpreterContext...Dennis Francis
2017-11-21Introduce ScInterpreterContextTor Lillqvist
2017-11-21Check whether it is the multi-threaded case explicitlyTor Lillqvist
2017-11-21Move formula tree manipulation out of multi-threaded parts of codeTor Lillqvist
2017-11-21First steps for Calc parallelismTor Lillqvist
2017-08-24loplugin:constparam in sc part4Noel Grandin
2017-08-22loplugin:constparam in sc part1Noel Grandin
2017-05-24Clean up a commentTor Lillqvist
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida
2017-04-19Add Dump() method to ScFormulaCell.Kohei Yoshida
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin
2017-01-10Resolves: tdf#104711 adjust range reference constructed of named anchorsEike Rathke
2016-11-16remove anything svHybridValueCell related, it's nowhere set anymoreEike Rathke
2016-11-16tdf#96475 restore the EmptyDisplayedAsString condition during loadEike Rathke
2016-11-11loplugin:countusersofdefaultparams in sc(part2)Noel Grandin
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-07-22sc: convert SC_CLONECELL_... to typed_flagsJochen Nitschke
2016-07-22sc: convert MatrixEdge... to typed_flagsJochen Nitschke
2016-06-09change number format for formula results if of different typeEike Rathke
2016-04-14loplugin:passstuffbyref in scNoel Grandin
2016-04-11loplugin:constantparamNoel Grandin
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo
2016-03-23loplugin:constantparam in scNoel Grandin
2016-03-18let FindRangeNamesInUse() collect also sheet-local names, tdf#96915 relatedEike Rathke