Age | Commit message (Expand) | Author |
2015-12-17 | handle varargs with first required and subsequent optional, tdf#71459 related | Eike Rathke |
2015-12-17 | add RAWSUBTRACT spreadsheet function, tdf#71459 | Eike Rathke |
2015-12-15 | Resolves: tdf#95440 SharedString are interned per document, re-intern | Eike Rathke |
2015-11-26 | formula: fix build, undef Idle | Michael Stahl |
2015-11-18 | cosmetics | Eike Rathke |
2015-11-18 | rename FormulaToken HasForceArray to IsInForceArray | Eike Rathke |
2015-11-16 | Resolves: tdf#95670 propagate ForceArray per parameter | Eike Rathke |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-29 | remove boost::noncopyable from /include | Noel Grandin |
2015-10-26 | fix includes that are not stand-alone | Norbert Thiebaud |
2015-10-22 | com::sun::star->css in include/formula | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | loplugin:mergeclasses | Noel Grandin |
2015-10-06 | tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM, | Winfried Donkers |
2015-10-03 | no need to allocate that vector on the heap | Markus Mohrhard |
2015-07-30 | loplugin:unusedmethods | Noel Grandin |
2015-07-21 | tdf#92256: Introducing CONV_A1_XL_A1 address pseudoconvention | Katarina Behrens |
2015-07-21 | loplugin:unusedmethods formula | Noel Grandin |
2015-07-10 | add a SAL_RAND_REPEATABLE for repeatable random nums | Caolán McNamara |
2015-07-03 | Fix typos | Andrea Gelmini |
2015-06-26 | Remove workarounds for no longer supported GCC 4.6 | Stephan Bergmann |
2015-06-23 | in OOXML save references of named expressions with col,row=0,0 base position | Eike Rathke |
2015-06-15 | Fix previous commit | Stephan Bergmann |
2015-06-15 | Make ReplaceMode accessible from ScCompiler::CompileString | Stephan Bergmann |
2015-06-15 | prepare ReplaceToken() to replace also in RPN | Eike Rathke |
2015-06-11 | Resolves: tdf#89643 report builder function wizard segfaults | Caolán McNamara |
2015-06-11 | keep old CEILING opcode, tdf#69552 follow-up | Eike Rathke |
2015-06-11 | tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variations | Winfried Donkers |
2015-05-14 | tdf#91273: Crash when closing formula wizard (cancel or ok) | Julien Nabet |
2015-05-07 | tdf#90935 - function wizard crash fix. | Michael Meeks |
2015-05-05 | fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2 | Winfried Donkers |
2015-05-05 | Use typed Idle::SetIdleHdl Link | Stephan Bergmann |
2015-05-05 | loplugin:staticmethods | Noel Grandin |
2015-04-29 | fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2 | Winfried Donkers |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-24 | TableRef: centralized FormulaCompiler::NeedsTableRefTransformation() | Eike Rathke |
2015-04-18 | const all CreateString... FormulaToken* | Eike Rathke |
2015-04-10 | vclwidget: change all vcl::window fields to be wrapped in VclPtr | Noel Grandin |
2015-04-09 | vcl: VclPtr conversion in formula | Noel Grandin |
2015-04-08 | convert RECALCMODE_ constants to scoped enum | Noel Grandin |
2015-03-12 | formula: PVS-Studio V610 Undefined behavior shift negative signed int | Michael Stahl |
2015-03-12 | init and compare opcode hashmap with uppercase symbols | Eike Rathke |
2015-03-11 | TableRef: add item specifiers and opcodes | Eike Rathke |
2015-03-07 | add FormulaTokenArray::ReplaceToken() | Eike Rathke |
2015-03-05 | introduce ocTableRefOpen,ocTableRefClose | Eike Rathke |
2015-03-05 | add HandleTableRef() | Eike Rathke |
2015-03-05 | rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/s | Eike Rathke |
2015-03-05 | introduce SC_OPCODE_TABLE_REF / ocTableRef | Eike Rathke |
2015-03-05 | rename confusing HandleSingleRef() to more appropriate HandleColRowName() | Eike Rathke |