2017-07-13 |
Dennis Francis | tdf#108758 : do not write to undo document when... Reviewed-by: Eike Rathke <erack@redhat.com>
|
commit | commitdiff | tree |
2017-07-12 |
Eike Rathke | Eliminate trailing blanks from descriptions and some...
|
commit | commitdiff | tree |
2017-07-12 |
Eike Rathke | Turn OSL_ENSURE() into static_assert() for NUM_PAPER_ENTRIES...
|
commit | commitdiff | tree |
2017-07-11 |
Eike Rathke | Buy some newlines
|
commit | commitdiff | tree |
2017-07-11 |
Eike Rathke | Use proper non-/array context to calculate Structure...
|
commit | commitdiff | tree |
2017-07-11 |
Eike Rathke | Revert "loplugin:casttovoid"
|
commit | commitdiff | tree |
2017-07-11 |
Eike Rathke | Instanciate FormulaCompiler using createCompiler()
|
commit | commitdiff | tree |
2017-07-11 |
Eike Rathke | Introduce IFormulaEditorHelper::createCompiler()
|
commit | commitdiff | tree |
2017-07-11 |
Eike Rathke | Add missing override
|
commit | commitdiff | tree |
2017-07-10 |
Eike Rathke | Make GetForceArrayParameter() public
|
commit | commitdiff | tree |
2017-07-10 |
Eike Rathke | Introduce IFormulaEditorHelper::getCompiler()
|
commit | commitdiff | tree |
2017-07-10 |
Eike Rathke | FormulaDlg_Impl::MakeTree: pass down current function...
|
commit | commitdiff | tree |
2017-07-10 |
Winfried Donkers | tdf#107135, add missing ODFF function REPLACEB. Reviewed-by: Eike Rathke <erack@redhat.com>
|
commit | commitdiff | tree |
2017-07-10 |
Eike Rathke | Spaces are cheap ... and really help to read code
|
commit | commitdiff | tree |
2017-07-10 |
Eike Rathke | Buy more spaces, and newlines even
|
commit | commitdiff | tree |
2017-07-10 |
Eike Rathke | Buy some spaces
|
commit | commitdiff | tree |
2017-07-10 |
Eike Rathke | Use const (I)FormulaToken* where possible
|
commit | commitdiff | tree |
2017-07-06 |
Eike Rathke | Assert that GetClipDoc() is indeed a clipboard document...
|
commit | commitdiff | tree |
2017-07-06 |
Eike Rathke | Attempt to blind fix tdf#108612 explicitly checking...
|
commit | commitdiff | tree |
2017-07-05 |
Eike Rathke | Display string results in the Function Wizard quoted
|
commit | commitdiff | tree |
2017-07-05 |
Eike Rathke | Make that debuggable despite AnyInput() pending
|
commit | commitdiff | tree |
2017-07-05 |
Eike Rathke | Replace a "not ideal coding" ...
|
commit | commitdiff | tree |
2017-07-05 |
Eike Rathke | Init CellInfo::bMerged again
|
commit | commitdiff | tree |
2017-07-05 |
Eike Rathke | Enable the Formula Wizard to display 255 argument fields
|
commit | commitdiff | tree |
2017-07-04 |
Olivier | tdf#105831 Add Donate entry on Help menu Reviewed-by: Eike Rathke <erack@redhat.com>
|
commit | commitdiff | tree |
2017-07-04 |
Eike Rathke | Set error on more than max params (255) per function
|
commit | commitdiff | tree |
2017-07-04 |
Eike Rathke | Prepare for change of VAR_ARGS value
|
commit | commitdiff | tree |
2017-07-04 |
Eike Rathke | Move definition of VAR_ARGS and PAIRED_VAR_ARGS to...
|
commit | commitdiff | tree |
2017-07-04 |
Eike Rathke | Any mentioning of "1 to 30" arguments is nonsense
|
commit | commitdiff | tree |
2017-07-04 |
Eike Rathke | Remove artificial parameter count limit from NPV()
|
commit | commitdiff | tree |
2017-07-04 |
Eike Rathke | Use ReverseStack() in NPV()
|
commit | commitdiff | tree |
2017-07-04 |
Eike Rathke | Remove artificial parameter count limit from SUMPRODUCT()
|
commit | commitdiff | tree |
2017-07-04 |
Eike Rathke | Remove artificial parameter count limit from GRETPIVOTDATA()
|
commit | commitdiff | tree |
2017-07-03 |
Jens Carl | tdf#39468 Translate German comments/terms Reviewed-by: Eike Rathke <erack@redhat.com>
|
commit | commitdiff | tree |
2017-06-29 |
Eike Rathke | Don't let m_nGrabLevel become negative, tdf#108705...
|
commit | commitdiff | tree |
2017-06-28 |
Eike Rathke | assert(nTab < static_cast<SCTAB>(maTabData.size())...
|
commit | commitdiff | tree |
2017-06-28 |
Eike Rathke | Resolves: tdf#108796 let ScViewData::InsertTabs() insert...
|
commit | commitdiff | tree |
2017-06-28 |
Eike Rathke | Change ~Styles to St~yles to resolve clash with ~Sheet...
|
commit | commitdiff | tree |
2017-06-27 |
Eike Rathke | Unit test for update reference in deletion of last...
|
commit | commitdiff | tree |
2017-06-27 |
Eike Rathke | Sticky here means we can bail out early, tdf#108788...
|
commit | commitdiff | tree |
2017-06-27 |
Eike Rathke | Fix typo
|
commit | commitdiff | tree |
2017-06-27 |
Eike Rathke | Resolves: tdf#108788 update references for deletions...
|
commit | commitdiff | tree |
2017-06-26 |
Eike Rathke | assert( nStartCol + nSize <= MAXCOL+1 ); tdf#108788...
|
commit | commitdiff | tree |
2017-06-22 |
Eike Rathke | Unit test for named single reference pointing to deleted...
|
commit | commitdiff | tree |
2017-06-22 |
Eike Rathke | assert( nX < nC && nY < nR ); cause of tdf#108292
|
commit | commitdiff | tree |
2017-06-22 |
Muhammet Kara | Add RemoveEntry method to SvTreeListBox Reviewed-by: Eike Rathke <erack@redhat.com>
|
commit | commitdiff | tree |
2017-06-21 |
Eike Rathke | Resolves: tdf#108292 WalkAndMatchElements: really limit...
|
commit | commitdiff | tree |
2017-06-21 |
Eike Rathke | Resolves: tdf#108671 mark named expression single reference...
|
commit | commitdiff | tree |
2017-06-21 |
Eike Rathke | Assert that nTabNo fits maTabData, tdf#108654 related
|
commit | commitdiff | tree |
2017-06-21 |
Eike Rathke | Resolves: tdf#108654 check nTabNo against maTabData...
|
commit | commitdiff | tree |
2017-06-20 |
Eike Rathke | Resolves: tdf#105740 select without selecting.. tdf...
|
commit | commitdiff | tree |
2017-06-20 |
Eike Rathke | Remove useless if() condition
|
commit | commitdiff | tree |
2017-06-20 |
Eike Rathke | Resolves: tdf#107438 write <text:sender-initials> for...
|
commit | commitdiff | tree |
2017-06-19 |
Eike Rathke | Remove unused ScColumn::mbDirtyGroups
|
commit | commitdiff | tree |
2017-06-19 |
Eike Rathke | Add Kituba (Democratic Republic of the Congo) [ktu...
|
commit | commitdiff | tree |
2017-06-16 |
Eike Rathke | Literal tab character is bad XML, write '	' instead
|
commit | commitdiff | tree |
2017-06-16 |
Eike Rathke | For AutoSum up to next sum mark/select the resulting...
|
commit | commitdiff | tree |
2017-06-16 |
Eike Rathke | But not empty top/left in AutoSum of SUMs final selection...
|
commit | commitdiff | tree |
2017-06-16 |
Eike Rathke | Resolves: tdf#71339 include selected top/left empty...
|
commit | commitdiff | tree |
2017-06-15 |
Andrea Gelmini | Fix typos Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
|
commit | commitdiff | tree |
2017-06-15 |
Eike Rathke | Prevent excess rows included in the resulting range... Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
|
commit | commitdiff | tree |
2017-06-15 |
Eike Rathke | Resolves: tdf#104989 a matrix/array formula cell needs...
|
commit | commitdiff | tree |
2017-06-15 |
Eike Rathke | Ensure all cases push an error return, tdf#104989 related...
|
commit | commitdiff | tree |
2017-06-15 |
Eike Rathke | Resolves: tdf#104875 defer filter detection to first...
|
commit | commitdiff | tree |
2017-06-14 |
Eike Rathke | This could never have been meant
|
commit | commitdiff | tree |
2017-06-14 |
Eike Rathke | Handle TypedItemList property in models, tdf#108413...
|
commit | commitdiff | tree |
2017-06-14 |
Eike Rathke | Final result of Reference array is svMatrix instead...
|
commit | commitdiff | tree |
2017-06-13 |
Eike Rathke | Final result of svRefList can be an array in some cases...
|
commit | commitdiff | tree |
2017-06-13 |
Eike Rathke | Handle SUMPRODUCT with reference list and array of...
|
commit | commitdiff | tree |
2017-06-13 |
Eike Rathke | Fix subsequentcheck, TYPEDITEMLIST has to be OPTIONAL...
|
commit | commitdiff | tree |
2017-06-12 |
Dennis Francis | tdf#50916 : Refactor table1.cxx ScTable::GetNext*(... Reviewed-by: Eike Rathke <erack@redhat.com>
|
commit | commitdiff | tree |
2017-06-12 |
Eike Rathke | Resolves: tdf#108413 yet some more TYPEDITEMLIST property...
|
commit | commitdiff | tree |
2017-06-12 |
Gulsah Kose | tdf#95883 Select Unprotected Cells in Calc Reviewed-by: Eike Rathke <erack@redhat.com>
|
commit | commitdiff | tree |
2017-06-09 |
Eike Rathke | Unit test for COUNTIFS, SUMIFS, AVERAGEIFS with array...
|
commit | commitdiff | tree |
2017-06-09 |
Eike Rathke | COUNTIFS, SUMIFS, AVERAGEIFS, MINIFS, MAXIFS with reference...
|
commit | commitdiff | tree |
2017-06-09 |
Eike Rathke | Some compilers can't init vector from empty {}
|
commit | commitdiff | tree |
2017-06-09 |
Eike Rathke | Add unit test for COUNTIFS and AVERAGEIFS in array...
|
commit | commitdiff | tree |
2017-06-09 |
Eike Rathke | Add unit test for SUMIFS in array context
|
commit | commitdiff | tree |
2017-06-09 |
Eike Rathke | Too many aRes..., rename aResArray to vConditions
|
commit | commitdiff | tree |
2017-06-08 |
Eike Rathke | With reference lists there can be more than 255 queries
|
commit | commitdiff | tree |
2017-06-08 |
Eike Rathke | Add '~' reference union/list operator to range finder...
|
commit | commitdiff | tree |
2017-06-08 |
Eike Rathke | Remove a TODO and explain
|
commit | commitdiff | tree |
2017-06-08 |
Eike Rathke | Redundant nColSize,nRowSize, use nDimensionCols,nDimensionRo...
|
commit | commitdiff | tree |
2017-06-07 |
Gulsah Kose | tdf#108098 Correct detection of MIXED state. Reviewed-by: Eike Rathke <erack@redhat.com>
|
commit | commitdiff | tree |
2017-06-07 |
Gulsah Kose | tdf#86119 Generalize number format control. Reviewed-by: Eike Rathke <erack@redhat.com>
|
commit | commitdiff | tree |
2017-06-07 |
Julien Nabet | tdf#37859: Odb data copied to Calc showed wrong encoding... Reviewed-by: Eike Rathke <erack@redhat.com>
|
commit | commitdiff | tree |
2017-06-07 |
Jens Carl | tdf#39468 Translate German comments/terms Reviewed-by: Eike Rathke <erack@redhat.com>
|
commit | commitdiff | tree |
2017-06-07 |
Eike Rathke | Reformat an overly long line
|
commit | commitdiff | tree |
2017-06-07 |
Varun Dhall | EditEngine Exporting flat XML from actual clipboard Reviewed-by: Eike Rathke <erack@redhat.com>
|
commit | commitdiff | tree |
2017-06-07 |
Varun Dhall | EditEngine: Added ODF_TEXT_FLAT copy for sc Reviewed-by: Eike Rathke <erack@redhat.com>
|
commit | commitdiff | tree |
2017-06-06 |
Eike Rathke | Perf-sc: tdf#100709 Use a "one and a half" alloc strategy...
|
commit | commitdiff | tree |
2017-06-06 |
Eike Rathke | Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem...
|
commit | commitdiff | tree |
2017-06-06 |
Eike Rathke | Perf-sc: tdf#100709 SfxPoolItem::IsVoidItem() instead...
|
commit | commitdiff | tree |
2017-06-06 |
Johnny_M | tdf#39674 Translate some German variable/function names Reviewed-by: Eike Rathke <erack@redhat.com>
|
commit | commitdiff | tree |
2017-06-06 |
Jean-Sebastien Bevil... | tdf#108259 Fix nested checkbox handling in autofilter... Reviewed-by: Eike Rathke <erack@redhat.com>
|
commit | commitdiff | tree |
2017-06-03 |
Eike Rathke | Perf-sc: tdf#100709 avoid segment tree with ScMultiSelIter...
|
commit | commitdiff | tree |
2017-06-03 |
Eike Rathke | sc::ColRowSpan::mnEnd is inclusive
|
commit | commitdiff | tree |
2017-06-02 |
Eike Rathke | Add documentation about documentation generation..
|
commit | commitdiff | tree |
2017-06-02 |
Eike Rathke | Output return type and use Bounds for OpCodes without...
|
commit | commitdiff | tree |
2017-06-02 |
Eike Rathke | Add parentheses only for functions and operators
|
commit | commitdiff | tree |