summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-04-12fix crash in testMarkus Mohrhard1-1/+1
2016-04-12fix broken testMarkus Mohrhard1-2/+2
2016-04-12xls does not allow 3D refs in cond format formulas, tdf#62770Markus Mohrhard1-0/+4
2016-04-12conditional format formulas don't support 3d refs in xls, tdf#62770Markus Mohrhard1-3/+3
2016-04-12better variable names for range name case in xls formula importMarkus Mohrhard1-14/+15
2016-04-12Avoid reserved identifierStephan Bergmann2-6/+6
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-12Avoid reserved identifierStephan Bergmann1-1/+1
2016-04-12lp#1566050: prevent cyclic reference zombiesBjoern Michaelsen1-0/+1
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin27-90/+90
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke18-24/+0
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin2-4/+4
2016-04-11clang-tidy performance-unnecessary-value-param in formulaNoel Grandin2-6/+6
2016-04-11tdf#84938 replace #defined constants with enum classJochen Nitschke3-45/+49
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke3-12/+16
2016-04-11loplugin:constantparamNoel Grandin10-19/+19
2016-04-10tdf#94429, tdf#92198, tdf#95233: STYLE in conditional formattingMarkus Mohrhard1-3/+15
2016-04-09coverity#738785 reorg to silence Uninitialized pointer fieldCaolán McNamara2-51/+52
2016-04-09add test case for tdf#96549Markus Mohrhard2-0/+44
2016-04-09import all formatting properties for column style, tdf#96549Markus Mohrhard2-17/+4
2016-04-09add test case for tdf#98554Markus Mohrhard2-0/+56
2016-04-09use the better color import method also for databars, tdf#98554Markus Mohrhard1-21/+3
2016-04-09work around Excel theme color bug, tdf#98554Markus Mohrhard1-2/+5
2016-04-08unit test for replacing fragments of shared formula groups, tdf#97897Eike Rathke2-0/+158
2016-04-08lok context menu: Expose context menuPranav Kant2-2/+10
2016-04-07coverity#1358119 Uninitialized scalar fieldCaolán McNamara1-1/+6
2016-04-07add test for tdf#99093Markus Mohrhard2-0/+31
2016-04-07we need the position in the formula converter, tdf#99093Markus Mohrhard1-22/+37
2016-04-07ScHeaderFooterTextData default ctor had been added in errorStephan Bergmann1-1/+0
2016-04-07Resolves: tdf#97897 (re)broadcast if formula groups were splitEike Rathke1-1/+35
2016-04-07fix indentationMarkus Mohrhard1-2/+2
2016-04-06(re)broadcast, same as in ScDocument::SetString(), tdf#97897 relatedEike Rathke1-0/+5
2016-04-06(re)broadcast if value replaces cell of grouped formulas, tdf#97897 relatedEike Rathke1-0/+5
2016-04-05Resolves: #i126901# CSV import: values with + or - followed by...Damjan Jovanovic2-5/+11
2016-04-05Resolves; tdf#87120 no keyboard navigation inside floating windowsCaolán McNamara3-14/+0
2016-04-05Resolves: tdf#98990 accept R1C1 notation entire column/row referencesEike Rathke1-5/+9
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo18-56/+89
2016-04-04loplugin:constantparam in sfx2Noel Grandin1-1/+1
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara1-5/+7
2016-04-04coverity#708016 Uninitialized scalar fieldCaolán McNamara1-0/+8
2016-04-04cppcheck:passedByValueNoel Grandin1-1/+1
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan4-7/+4
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan4-6/+5
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke10-21/+0
2016-04-01we have an empty Sequence anyway, use it; cleanup follow-upEike Rathke1-2/+2
2016-04-01sequence->vector in scNoel Grandin1-8/+6
2016-04-01sequence->vector in scNoel Grandin3-12/+14
2016-04-01copy used names to other doc, not only referencing sheet; tdf#56518Eike Rathke1-4/+4
2016-04-01early bail out only on same docEike Rathke1-3/+3
2016-04-01harmonize the nNewSheet handlingEike Rathke1-27/+34