summaryrefslogtreecommitdiffstats
path: root/include/formula
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#96426 more whitespace intersection operator in Excel syntaxEike Rathke2017-05-171-0/+2
* Introduce and check FormulaTokenArray::mbFinalized to not add further tokensEike Rathke2017-05-121-3/+4
* Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prepEike Rathke2017-05-101-20/+23
* Change IsForceArrayParameter() to GetForceArrayParameter(), tdf#107724 prepEike Rathke2017-05-101-3/+5
* Move ScParameterClassification::Type to formula::ParamClass, tdf#107724 prepEike Rathke2017-05-091-0/+61
* loplugin:checkunusedparams in forms..formulaNoel Grandin2017-05-021-2/+2
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* loplugin:inlinefields in formula::FormulaCompilerNoel Grandin2017-04-101-7/+5
* remove hack for non DBG_UTIL buildsJochen Nitschke2017-04-031-9/+1
* There doesn't seem to be any reason for the svMissing = 0x70Tor Lillqvist2017-04-011-1/+1
* tdf#39468 Translate German commentsJens Carl2017-03-311-1/+1
* Add warning about intended use case of debug helperTor Lillqvist2017-03-291-0/+2
* No std::to_string in the silly C++ library we still use on AndroidTor Lillqvist2017-03-271-1/+3
* Move StackVarEnumToString to <formula/token.hxx> and use in a SAL_INFOTor Lillqvist2017-03-271-0/+32
* Bin noise commentTor Lillqvist2017-03-211-1/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-036-65/+65
* tdf#105931 Add function ROUNDSIG to Calc.Winfried Donkers2017-02-202-1/+3
* remove unused svSubroutine from StackVarEnumNoel Grandin2017-02-171-1/+0
* convert FormulaCompiler::SeparatorType to scoped enumNoel Grandin2017-02-171-4/+3
* remove unused formula ErrorCode enumeratorsNoel Grandin2017-02-171-10/+0
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-14/+7
* Change all Idle* LINKs to be Timer*Jan-Marek Glogowski2017-01-232-2/+2
* new loplugin: useuniqueptr: forms..frameworkNoel Grandin2017-01-171-5/+6
* check "#ERRxxx!" constants for accepted error values, tdf#105024 follow-upEike Rathke2017-01-051-0/+67
* tdf#88206 replace cppu::WeakImplHelper* miscJochen Nitschke2016-12-071-2/+2
* loplugin:countusersofdefaultparams in include/drawinglayer..i18nlangtagNoel Grandin2016-12-052-3/+3
* remove anything svHybridValueCell related, it's nowhere set anymoreEike Rathke2016-11-161-3/+0
* loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin2016-11-081-2/+2
* no need for ResId here nowCaolán McNamara2016-10-251-1/+0
* no Edit controls loaded from .src nowCaolán McNamara2016-10-251-1/+0
* rename RECALCMODE_EMASK to ScRecalcMode::EMaskNoel Grandin2016-10-211-3/+3
* tdf#93894: Prohibit grouping when certain token types are present.Kohei Yoshida2016-10-181-0/+11
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-052-2/+2
* convert formula error codes to scoped enumNoel Grandin2016-09-234-67/+71
* loplogin:singlevalfields in include/Noel Grandin2016-09-161-4/+0
* recognize NaN with no bits set in lower word as errorEike Rathke2016-09-131-3/+6
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-134-6/+6
* new loplugin: countusersofdefaultparamsNoel Grandin2016-08-253-7/+7
* rename ocConvert to ocConvertOOo and relatedEike Rathke2016-08-032-2/+2
* rename ocDuration to ocPDuration and relatedEike Rathke2016-08-032-2/+2
* introduce formula::FormulaGrammar::Grammar::GRAM_APIEike Rathke2016-08-031-0/+5
* introduce mxSymbolsAPI and InitSymbolsAPI()Eike Rathke2016-08-021-0/+4
* let FormulaTokenArray::RemoveToken() return the actual count of tokens removedEike Rathke2016-07-141-1/+3
* re-add FormulaTokenArray::ReplaceToken() that was removed as unused, grml..Eike Rathke2016-07-141-0/+14
* rename *effective to *effect, tdf#100641 relatedEike Rathke2016-06-272-2/+2
* tdf#42949: clean up includes in include/formula with iwyuJorenz Paragas2016-06-2114-46/+119
* introduce FormulaTypedDoubleToken to carry type information of a doubleEike Rathke2016-06-081-0/+22
* loplugin:unusedmethodsNoel Grandin2016-05-301-1/+0
* omit DCOUNT or DCOUNTA 2nd argument if 0 when writing ODFF or OOXML, tdf#70806Eike Rathke2016-05-271-0/+2
* loplugin:unusedmethodsNoel Grandin2016-05-261-1/+0