summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2016-08-25use PushTokenRef() instead of PushTempToken(const formula::FormulaToken&)Eike Rathke
2016-08-25use PushWithoutError() when fishing from and pushing to the stackEike Rathke
2016-08-25move the nCurFmtType=UNDEFINED from PushWithoutError()Eike Rathke
2016-08-25GSoC notebookbar: container with context supportSzymon Kłos
2016-08-25ScInterpreter::Push() with const FormulaToken&Eike Rathke
2016-08-25away with the unconst castEike Rathke
2016-08-25let ScInterpreter::pStack contain const formula::FormulaToken*Eike Rathke
2016-08-25cid#1371336 Misused comma operatorNoel Grandin
2016-08-25tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu
2016-08-25drop enum IAccessibleViewForwarderListener::ChangeTypeNoel Grandin
2016-08-25convert DataAccessDescriptorProperty to scoped enumNoel Grandin
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin
2016-08-24convert SvxNumberValueType to scoped enumNoel Grandin
2016-08-24convert OverlayType to scoped enumNoel Grandin
2016-08-24convert SdrTextAniDirection to scoped enumNoel Grandin
2016-08-24convert SdrFitToSizeType to scoped enumNoel Grandin
2016-08-24convert ShapeProperty to scoped enumNoel Grandin
2016-08-23sc lok: fix re-sizing several rows/columns at onceHenry Castro
2016-08-23add BINOMDIST test caseZdeněk Crhonek
2016-08-23use PushTempTokenWithoutError() instead of PushWithoutError()Eike Rathke
2016-08-23tdf#79398 Add qa unit testLaurent Balland-Poirier
2016-08-23add ADRESS test caseZdeněk Crhonek
2016-08-23add SUMX2PY2 test caseZdeněk Crhonek
2016-08-23add CHOOSE test caseZdeněk Crhonek
2016-08-23add AREAS test caseZdeněk Crhonek
2016-08-23add CONFIDENCE test caseZdeněk Crhonek
2016-08-23add CHISQ.DIST test caseZdeněk Crhonek
2016-08-23add TRANSPOSE test caseZdeněk Crhonek
2016-08-23add TREND test caseZdeněk Crhonek
2016-08-23add CONFIDENCE.NORM test caseZdeněk Crhonek
2016-08-23add SUMX2MY2 test caseZdeněk Crhonek
2016-08-23add BINOM.DIST test caseZdeněk Crhonek
2016-08-23add BINOM.INV test caseZdeněk Crhonek
2016-08-23add SUMPRODUCT test caseZdeněk Crhonek
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann
2016-08-23convert SearchLabel to scoped enumNoel Grandin
2016-08-23convert SdrHorAlign to scoped enumNoel Grandin
2016-08-23convert SdrVertAlign to scoped enumNoel Grandin
2016-08-23convert SdrEndTextEditKind to scoped enumNoel Grandin
2016-08-23convert SdrHdlKind to scoped enumNoel Grandin
2016-08-23convert SdrIterMode to scoped enumNoel Grandin
2016-08-23clean up the SdrObjFactory create callbacksNoel Grandin
2016-08-23unit test for matrix concatenation with empty elements, tdf#101137Eike Rathke
2016-08-22Make the string 'and' translatable in Manage Conditional Formatting dialogAndras Timar
2016-08-22add B() test caseZdeněk Crhonek
2016-08-22add CHIDIST test caseZdeněk Crhonek
2016-08-22add CHIINV test caseZdeněk Crhonek
2016-08-22add BETADIST test caseZdeněk Crhonek
2016-08-22add SUMXMY2 test caseZdeněk Crhonek
2016-08-23Resolves: tdf#101137 handle empty elements in matrix concatenationEike Rathke