# -*- 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,swqahelper)) $(eval $(call gb_Library_set_include,swqahelper,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/qa/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_custom_headers,swqahelper,\ officecfg/registry \ )) $(eval $(call gb_Library_use_externals,swqahelper, \ boost_headers \ cppunit \ libxml2 \ )) $(eval $(call gb_Library_add_defs,swqahelper,\ -DSWQAHELPER_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_api,swqahelper,\ udkapi \ offapi \ oovbaapi \ )) $(eval $(call gb_Library_use_libraries,swqahelper,\ comphelper \ cppu \ cppuhelper \ editeng \ for \ sal \ sw \ sfx \ sot \ svl \ svt \ svx \ svxcore \ test \ tl \ unotest \ utl \ ucbhelper \ unotest \ vcl \ )) $(eval $(call gb_Library_add_exception_objects,swqahelper,\ sw/qa/unit/swmodeltestbase \ )) # vim: set noet sw=4 ts=4: g-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/formula/token.hxx
AgeCommit message (Expand)Author
2018-08-16remove mempoolNoel Grandin
2018-07-18loplugin:mergeclasses merge IFormulaToken into FormulaTokenNoel Grandin
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-11-24Mention that the StackVarEnumToString should really be an operator<<Tor Lillqvist
2017-11-21cache FormulaToken for doublesDennis Francis
2017-07-31loplugin:constparams in formula,xmlhelpNoel Grandin
2017-05-10Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prepEike Rathke
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-03remove hack for non DBG_UTIL buildsJochen Nitschke
2017-04-01There doesn't seem to be any reason for the svMissing = 0x70Tor Lillqvist
2017-03-29Add warning about intended use case of debug helperTor Lillqvist
2017-03-27No std::to_string in the silly C++ library we still use on AndroidTor Lillqvist
2017-03-27Move StackVarEnumToString to <formula/token.hxx> and use in a SAL_INFOTor Lillqvist
2017-03-21Bin noise commentTor Lillqvist
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-17remove unused svSubroutine from StackVarEnumNoel Grandin
2017-01-17new loplugin: useuniqueptr: forms..frameworkNoel Grandin
2016-11-16remove anything svHybridValueCell related, it's nowhere set anymoreEike Rathke
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-06-21tdf#42949: clean up includes in include/formula with iwyuJorenz Paragas
2016-06-08introduce FormulaTypedDoubleToken to carry type information of a doubleEike Rathke
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-04-23use FormulaToken::DeleteIfZeroRef() instead of Delete() at some placesEike Rathke
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke
2015-12-15Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke
2015-11-18cosmeticsEike Rathke
2015-11-18rename FormulaToken HasForceArray to IsInForceArrayEike Rathke
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-21loplugin:unusedmethods formulaNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-10-23Move virtual ScToken members up to FormulaTokenStephan Bergmann
2014-10-22Remove unused FormulaToken::Is3DRefStephan Bergmann