summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2015-06-20tdf#83859: Make arrow keys work again in named ranges dropdownKatarina Behrens
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky
2015-06-19add unit test for ocRangeOp and ScComplexRefData::Extend()Eike Rathke
2015-06-19Revert "tdf#90290 reduce some copy&paste code in ucalc."Eike Rathke
2015-06-19rhbz#1233420 handle inexistent cond. formatDavid Tardon
2015-06-19tdf#90290 reduce some copy&paste code in ucalc.ritztro
2015-06-18add test case document to unit tests, tdf#69552Eike Rathke
2015-06-18simplify the unit test, tdf#83365 follow-upEike Rathke
2015-06-18Fix typosAndrea Gelmini
2015-06-18unit test for INDIRECT reference handling, tdf#83365Henry Castro
2015-06-18Resolves: tdf#83365 push proper references in INDIRECTEike Rathke
2015-06-18properly inherit relative and 3D flags when extending, tdf#83365 relatedEike Rathke
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-17Resolves: tdf#86305 clone upper left of matrix result if double tokenEike Rathke
2015-06-16unit test for tdf#91411Eike Rathke
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-16fix 176 unbalanced XML_f xlsx export failuiresCaolán McNamara
2015-06-15Resolves: tdf#91411 end listening only on selected sheetsEike Rathke
2015-06-15use ReplaceToken() in ReadjustAbsolute3DReferences()Eike Rathke
2015-06-15prepare ReplaceToken() to replace also in RPNEike Rathke
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-15tdf#55065 try to re-enable the testDavid Tardon
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-15cppcheck:redundantConditionNoel Grandin
2015-06-15more adjustment of references in RPNEike Rathke
2015-06-15Fix typosAndrea Gelmini
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet
2015-06-13do not access token data after token has been destroyedEike Rathke
2015-06-12do not adjust RPN named expressions relative references, tdf#91842 follow-upEike Rathke
2015-06-12spellingAntoine Cœur
2015-06-12tdf#61908:XLSX formula cell range is not exported for MMULT.yogesh.bharate001
2015-06-12copypasta error, tdf#69552 follow-upEike Rathke
2015-06-12tdf#62095 fix O(n^2) algorithm in opening pathological fileNoel Grandin
2015-06-12FLOOR.MATH has 3 parameters, show them in UIEike Rathke
2015-06-11tdf#91820 Minor fixes and fix icon linksYousuf Philips
2015-06-11recompile TableRef formulas only after position was updated, tdf#91842Eike Rathke
2015-06-11adjust also RPN reference tokens, tdf#91842 and probably othersEike Rathke
2015-06-11Resolves: tdf#89643 report builder function wizard segfaultsCaolán McNamara
2015-06-11java:remove more unnecessary catch/re-throwNoel Grandin
2015-06-11tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin
2015-06-11loplugin:staticmethodsStephan Bergmann
2015-06-10coverity#1302618 deref of NULLCaolán McNamara