summaryrefslogtreecommitdiff
path: root/include/formula
AgeCommit message (Expand)Author
2016-01-20loplugin:unusedmethodsNoel Grandin
2016-01-19tdf#88737 handle temporary array formula matrix circular referenceEike Rathke
2016-01-18sal_math_Double is already a union containing a double memberEike Rathke
2016-01-12loplugin:unusedmethods unused return value in include/formulaNoel Grandin
2016-01-09Function Wizard: don't overwrite an unlisted functionEike Rathke
2016-01-09prepare for hidden flag in function description for Function WizardEike Rathke
2016-01-05use new'ed FormulaToken and FormulaTokenArray::Add()Eike Rathke
2016-01-05tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke
2016-01-05tdf#96198 detect old ISO/WEEKNUM usage with two arguments, tdf#50950 follow-upEike Rathke
2015-12-18Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke
2015-12-17handle varargs with first required and subsequent optional, tdf#71459 relatedEike Rathke
2015-12-17add RAWSUBTRACT spreadsheet function, tdf#71459Eike Rathke
2015-12-15Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke
2015-11-26formula: fix build, undef IdleMichael Stahl
2015-11-18cosmeticsEike Rathke
2015-11-18rename FormulaToken HasForceArray to IsInForceArrayEike Rathke
2015-11-16Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29remove boost::noncopyable from /includeNoel Grandin
2015-10-26fix includes that are not stand-aloneNorbert Thiebaud
2015-10-22com::sun::star->css in include/formulaNoel Grandin
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-10-12loplugin:mergeclassesNoel Grandin
2015-10-06tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers
2015-10-03no need to allocate that vector on the heapMarkus Mohrhard
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-21tdf#92256: Introducing CONV_A1_XL_A1 address pseudoconventionKatarina Behrens
2015-07-21loplugin:unusedmethods formulaNoel Grandin
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara
2015-07-03Fix typosAndrea Gelmini
2015-06-26Remove workarounds for no longer supported GCC 4.6Stephan Bergmann
2015-06-23in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke
2015-06-15Fix previous commitStephan Bergmann
2015-06-15Make ReplaceMode accessible from ScCompiler::CompileStringStephan Bergmann
2015-06-15prepare ReplaceToken() to replace also in RPNEike Rathke
2015-06-11Resolves: tdf#89643 report builder function wizard segfaultsCaolán McNamara
2015-06-11keep old CEILING opcode, tdf#69552 follow-upEike Rathke
2015-06-11tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers
2015-05-14tdf#91273: Crash when closing formula wizard (cancel or ok)Julien Nabet
2015-05-07tdf#90935 - function wizard crash fix.Michael Meeks
2015-05-05fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-29fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2Winfried Donkers
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24TableRef: centralized FormulaCompiler::NeedsTableRefTransformation()Eike Rathke
2015-04-18const all CreateString... FormulaToken*Eike Rathke
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in formulaNoel Grandin