summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-03-24loplugin:constantparam in scNoel Grandin59-188/+149
2016-03-24werror: loplugin:staticcallMarkus Mohrhard1-1/+1
2016-03-24don't allocate and destroy a LocaleDataItem for each cell, tdf#97989Markus Mohrhard1-1/+1
2016-03-23sc - added fixed and variable array formula range perf testsMarco Cecchetti2-0/+66
2016-03-23add test for new ScMatConcat codeMarkus Mohrhard2-0/+61
2016-03-23better use mdds in matrix concat, tdf#88849Markus Mohrhard3-17/+128
2016-03-23sc: sc_mark_test can just link to scqahelperMichael Stahl1-6/+1
2016-03-23add a recursion guard to lcl_FindRangeNamesInUse()Eike Rathke1-5/+9
2016-03-23loplugin:constantparam in scNoel Grandin130-734/+544
2016-03-22Resolves: tdf#98642 comparing RPN insufficient in shared formula detectionEike Rathke1-1/+46
2016-03-22enquote sheet name of other-sheet-local named expressions, tdf#96915 follow-upEike Rathke2-0/+6
2016-03-22use an empty block as empty cell flag, related tdf#88849Markus Mohrhard1-12/+20
2016-03-22tdf#84938 replace #define with scoped typed_flagsJochen Nitschke21-120/+131
2016-03-21unit test for copying cells within named range, tdf#93127Eike Rathke1-0/+21
2016-03-21drop unused headerDouglas Mencken1-1/+0
2016-03-21Resolves: tdf#93127 copying cells does not modify named expressionsEike Rathke2-0/+8
2016-03-21UBSan: SfxInt16Item/SfxInt32Item mismatchStephan Bergmann1-1/+1
2016-03-21sc tiled rendering: Fix a corner case with shift modifierPranav Kant2-14/+32
2016-03-20no need to declare the variable outside of the for loopMarkus Mohrhard1-3/+2
2016-03-20loplugin:stringconstantTor Lillqvist2-8/+8
2016-03-20-Werror,-Winconsistent-missing-overrideTor Lillqvist2-2/+3
2016-03-20tdf#45904 move java based api tests to c++kadertarlan7-317/+596
2016-03-19simplify new testMarkus Mohrhard1-19/+1
2016-03-19fix previous commitMarkus Mohrhard1-11/+12
2016-03-19tdf#70448, Test for SetFormula functionJaskaran2-0/+34
2016-03-19tdf#50916 : Unit tests for the refactored ScMarkData...Dennis Francis3-0/+954
2016-03-19tdf#96099 fix trival typedef, sc/source/core/, std::vector<std::string>Jakub Trzebiatowski2-4/+2
2016-03-19tdf#82641 Currency drop-down listMohammed Abdul Azeem3-15/+58
2016-03-19simplify code a bitMarkus Mohrhard1-3/+5
2016-03-19sc: replace conversion macrosJochen Nitschke1-89/+97
2016-03-19tdf#84938 replace #defined constant with scoped enum classJochen Nitschke4-304/+228
2016-03-19adjust sheet references when copying sheet-local named expressionsEike Rathke6-16/+115
2016-03-18sc tiled rendering: Unit test for extended .uno:SelectRow/ColumnPranav Kant2-0/+69
2016-03-18sc lok bccu#1602: Don't crash when the copy functionality is not allowed.Jan Holesovsky1-1/+1
2016-03-18unit test for other-sheet-local names, tdf#96915Eike Rathke1-0/+26
2016-03-18sc lok bccu#1519: More general solution to detecting cell resizes.Jan Holesovsky2-3/+8
2016-03-18adjust other-sheet-local relative sheet references, tdf#96915Eike Rathke2-0/+26
2016-03-18let FindRangeNamesInUse() collect also sheet-local names, tdf#96915 relatedEike Rathke9-26/+44
2016-03-18convert SvButtonState to scoped enumNoel Grandin2-14/+11
2016-03-18convert SvLBoxButtonKind to scoped enumNoel Grandin1-1/+1
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke18-109/+305
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin2-13/+10
2016-03-18Related: tdf#42629 Improve the readability of the status bar functionsDag Wieers1-2/+2
2016-03-18loplugin:defaultparamsTor Lillqvist1-1/+1
2016-03-18loplugin:constantfunction in editengNoel Grandin1-1/+1
2016-03-18loplugin:constantparam in formulaNoel Grandin3-4/+4
2016-03-17sc: Improve documentation, and a cosmetic change.Jan Holesovsky2-14/+12
2016-03-17sc lok: Extend uno commands: .uno:SelectRow/ColumnPranav Kant5-4/+100
2016-03-17loplugin:constantparam in sfx2Noel Grandin4-8/+8
2016-03-17ensure a correct index is assigned to a duplicated ScRangeData instanceEike Rathke1-0/+1