summaryrefslogtreecommitdiff
path: root/formula/source/core
AgeCommit message (Expand)Author
2016-06-29tdf#100641 correct OOXML function name is EFFECT instead of EFFECTIVEEike Rathke
2016-05-03Resolves: tdf#96426 significant whitespace as intersection in Excel syntaxEike Rathke
2016-01-08tdf#96198 postpone conversion from WEEKNUM to ISOWEEKNUM, tdf#50950 follow-upEike Rathke
2016-01-05for new'ed FormulaToken use FormulaTokenArray::Add()Eike Rathke
2016-01-05tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke
2016-01-05formula: add missing algorithm include for std::min.Michael Meeks
2016-01-05tdf#96198 detect old ISO/WEEKNUM usage with two arguments, tdf#50950 follow-upEike 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-11-16prevent ForceArray propagation on the same token, tdf#95670 follow-upEike Rathke
2015-11-16Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-14com::sun::star->css in fpicker/Noel Grandin
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
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-09-28tdf#94214 ODFF function FINV incorrectly saved as COM.MICROSOFT.F.INVWinfried Donkers
2015-09-01TableRef: activate structured references export to OOXMLEike Rathke
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-14loplugin: defaultparamsNoel Grandin
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara
2015-06-29Subformula evaluation in formula wizard treeBenjamin Ni
2015-06-23in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke
2015-06-21TableRef: include ocTableRef in FormulaToken::IsRef() for HasReferences()Eike Rathke
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-15prepare ReplaceToken() to replace also in RPNEike Rathke
2015-06-11tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-18Remove include stdio (part2)Julien Nabet
2015-05-05fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-30coverity#1296214 Dereference null return valueCaolán McNamara
2015-04-29fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2Winfried Donkers
2015-04-24TableRef: centralized FormulaCompiler::NeedsTableRefTransformation()Eike Rathke
2015-04-23TableRef: let t always point to the current tokenEike Rathke
2015-04-23PeekNext() might be NULLEike Rathke
2015-04-18TableRef: transform to reference if not supported, i.e. for ODFFEike Rathke
2015-04-18const all CreateString... FormulaToken*Eike Rathke
2015-04-17ocTableRef is not in RPNEike Rathke
2015-04-08convert RECALCMODE_ constants to scoped enumNoel Grandin
2015-03-24tdf#40835 add ODFF function FDISTWinfried Donkers
2015-03-12init and compare opcode hashmap with uppercase symbolsEike Rathke
2015-03-11TableRef: add item specifiers and opcodesEike Rathke
2015-03-07add FormulaTokenArray::ReplaceToken()Eike Rathke
2015-03-06Add a few SAL_INFOsTor Lillqvist
2015-03-05introduce ocTableRefOpen,ocTableRefCloseEike Rathke
2015-03-05translate comments while at itEike Rathke