summaryrefslogtreecommitdiff
path: root/sc/source/core/data/conditio.cxx
AgeCommit message (Expand)Author
2017-05-16tdf#82326 calc 32bits unable to open files with a lot of cond formattingfrederic vroman
2017-03-17the range should be updated after the references, tdf#104026Markus Mohrhard
2017-01-25Resolves: tdf#104675 ScConditionalFormat ranges needed to start listeningEike Rathke
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-18extract the code to get the max key id to own methodMarkus Mohrhard
2016-09-14loplugin:constantparamNoel Grandin
2016-09-10loplugin:constantparam in scNoel Grandin
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-05-24loplugin:unusedmethods in scNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-27FindRangeNameByIndexAndSheet() to FindRangeNameBySheetAndIndex()Eike Rathke
2016-04-25comment flat copy sharing code tokensEike Rathke
2016-04-25be explicit about what it does, CreateFlatCopiedTokenArray()Eike Rathke
2016-03-27tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis
2016-03-26switch to a listener based cond format update, tdf#95437Markus Mohrhard
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke
2016-03-12Let's use the iterator return by erase method (final)Julien Nabet
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-01-23tdf#97308: fix logic with conditional "ends with"Julien Nabet
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke
2015-11-13new loplugin ptrvector - find bad comparison of container<unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke
2015-10-28com::sun::star->css in scNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-08-31fix dubious usage of [0] instead of proper dereferencingNoel Grandin
2015-08-31replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-07-09execute the terrible bottle neck loop only if there are conditional formatsEike Rathke
2015-06-16Fix typosAndrea Gelmini
2015-06-01loplugin:loopvartoosmallNoel Grandin
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
2015-03-30implement one more methodMarkus Mohrhard
2015-03-30fix getPropertyValue/setPropertyValue for ScCondFormatEntry UNO objectMarkus Mohrhard
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-05rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/sEike Rathke
2015-03-03Typo: instert(ed)->insert(ed)Julien Nabet
2015-01-18rename AddRange to SetRangeMarkus Mohrhard
2015-01-18remove duplicated codeMarkus Mohrhard
2015-01-18add warning for empty conditional format rangesMarkus Mohrhard
2015-01-16don't access empty range list, could be rhbz#1180312Eike Rathke
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann