summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-05-04Resolves: tdf#94146 a11y crash, obtain formula using the correct pointerEike Rathke1-1/+2
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann21-201/+193
2016-05-04use Any constructor instead of temporariesNoel Grandin14-129/+51
2016-05-04tdf#97831 follow up : use ScInterpreter::ReverseStack()Winfried Donkers1-18/+2
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-2/+1
2016-05-04underline popup control possible to use outside sidebarSzymon Kłos1-0/+2
2016-05-04loplugin:implicitboolconversionStephan Bergmann1-2/+2
2016-05-04Correct value types for the respective function objects.Kohei Yoshida1-6/+6
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida22-166/+164
2016-05-03NameToken with Sheet instead of boolean GlobalEike Rathke2-10/+6
2016-05-03tdf#42949: clean up includes in include/oox/drawingml with iwyuJorenz Paragas3-0/+4
2016-05-03IFS/SWITCH propagate error only for active paths, tdf#97831 follow-upEike Rathke2-2/+12
2016-05-03tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers8-2/+264
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann1-14/+9
2016-05-03Prevent Any ctor from reinterpreting bool* as sal_Bool*Stephan Bergmann1-1/+1
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann2-3/+2
2016-05-03Remove Edit -> Plug-in as no longer usedBryan Quigley1-1/+0
2016-05-02silence ScTableRefToken::GetSheet() SAL_WARN about unhandledEike Rathke1-1/+13
2016-05-02unit test for tdf#99417 track formula cells for BROADCAST_BROADCASTERSEike Rathke2-0/+78
2016-05-02Resolves: tdf#99417 explicitly track formula cells for BROADCAST_BROADCASTERSEike Rathke1-1/+8
2016-05-01Fix typo in codeAndrea Gelmini1-6/+6
2016-05-01add test for tdf#98990Markus Mohrhard2-0/+36
2016-04-30ignore missing children, tdf#99422Markus Mohrhard1-0/+4
2016-04-30Fix typosAndrea Gelmini5-6/+6
2016-04-30Resolves: tdf#76523 copy used names or pointing to sheet to other documentEike Rathke5-5/+26
2016-04-30unit test for copying names not used in formulas during sheet-copyEike Rathke1-0/+16
2016-04-30during copying sheet copy all global and sheet-local names pointing to itEike Rathke1-1/+9
2016-04-30introduce ScRangeName::CopyUsedNames()Eike Rathke2-0/+36
2016-04-29coverity#1358842 Missing break in switch, presumably there should be oneCaolán McNamara1-0/+1
2016-04-29tdf#97831 follow up improve error handlingWinfried Donkers1-3/+3
2016-04-28move to ScDocument::CopyAdjustRangeName() and namespaceEike Rathke3-308/+327
2016-04-28move to ScDocument::FindRangeNamesReferencingSheet()Eike Rathke3-76/+115
2016-04-28adjustCopyRangeName: pass rSheet, rIndex; encapsulate nNewSheetEike Rathke1-18/+37
2016-04-28tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara3-0/+5
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin13-107/+105
2016-04-27add todo list with open performance problems in calcMarkus Mohrhard1-0/+7
2016-04-27extract adjustCopyRangeName() from adjustRangeName()Eike Rathke1-36/+50
2016-04-27make findRangeNamesReferencingSheet() independent from a passed FormulaTokenEike Rathke1-10/+13
2016-04-27FindRangeNameByIndexAndSheet() to FindRangeNameBySheetAndIndex()Eike Rathke6-13/+13
2016-04-27accept UTF8 as explicit charset valueEike Rathke1-0/+5
2016-04-27Add default line width defines for TableBordersslideon1-4/+6
2016-04-27tdf#45904 Move java XViewPane test to c++Fabio Buso3-0/+205
2016-04-26loplugin:stringconstantTor Lillqvist1-3/+3
2016-04-26C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke22-59/+39
2016-04-26early bail out if nGlobalError, tdf#97831 follow-upEike Rathke1-1/+1
2016-04-26check availability of stack and some nitpicks, tdf#97831 follow-upEike Rathke2-19/+31
2016-04-26tdf#97831 [part] Add Excel 2016-Office 365 functions to CalcWinfried Donkers8-2/+544
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin7-35/+35
2016-04-25comment flat copy sharing code tokensEike Rathke1-0/+4
2016-04-25be explicit about what it does, CreateFlatCopiedTokenArray()Eike Rathke4-11/+13