summaryrefslogtreecommitdiff
path: root/sc/source/core/data/conditio.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: scStephan Bergmann1-16/+16
2017-08-22loplugin:constparam in sc part1Noel Grandin1-2/+2
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-4/+2
2017-07-31loplugin:oncevarNoel Grandin1-1/+1
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke1-1/+1
2017-07-19Avoid temporary Date and normalizationEike Rathke1-6/+6
2017-07-19Don't calculate GetDayOfWeek() thriceEike Rathke1-25/+35
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke1-8/+8
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-2/+2
2017-06-27fix conditional format source position during insert/deleting tabs, tdf#107289Markus Mohrhard1-1/+3
2017-06-22Introduce a range-based iterator for 'references' in a FormulaTokenArrayTor Lillqvist1-3/+1
2017-06-13Use FormulaTokenArray::FirstToken() in more placesTor Lillqvist1-4/+4
2017-06-07Take new FormulaTokenArrayPlainIterator into use in a couple more placesTor Lillqvist1-4/+4
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-4/+2
2017-05-15tdf#82326 calc 32bits unable to open files with a lot of cond formattingfrederic vroman1-2/+2
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin1-8/+2
2017-04-12tag ScAddress and friends with SAL_WARN_UNUSEDNoel Grandin1-1/+0
2017-04-08support undo of whole conditional format list, tdf#95617Markus Mohrhard1-0/+37
2017-04-03use actual UNO enums in scNoel Grandin1-2/+2
2017-03-16the range should be updated after the references, tdf#104026Markus Mohrhard1-3/+3
2017-01-25Resolves: tdf#104675 ScConditionalFormat ranges needed to start listeningEike Rathke1-1/+1
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke1-2/+2
2016-09-23convert formula error codes to scoped enumNoel Grandin1-1/+2
2016-09-18extract the code to get the max key id to own methodMarkus Mohrhard1-0/+12
2016-09-14loplugin:constantparamNoel Grandin1-14/+6
2016-09-10loplugin:constantparam in scNoel Grandin1-4/+4
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke1-2/+2
2016-05-24loplugin:unusedmethods in scNoel Grandin1-5/+0
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-27FindRangeNameByIndexAndSheet() to FindRangeNameBySheetAndIndex()Eike Rathke1-1/+1
2016-04-25comment flat copy sharing code tokensEike Rathke1-0/+4
2016-04-25be explicit about what it does, CreateFlatCopiedTokenArray()Eike Rathke1-1/+1
2016-03-27tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis1-21/+9
2016-03-26switch to a listener based cond format update, tdf#95437Markus Mohrhard1-119/+70
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke1-1/+1
2016-03-12Let's use the iterator return by erase method (final)Julien Nabet1-1/+1
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-1/+1
2016-01-23tdf#97308: fix logic with conditional "ends with"Julien Nabet1-2/+2
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-26/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke1-1/+5
2015-11-13new loplugin ptrvector - find bad comparison of container<unique_ptr>Noel Grandin1-1/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-27/+27
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke1-2/+1
2015-10-28com::sun::star->css in scNoel Grandin1-11/+11
2015-09-18boost->stdCaolán McNamara1-3/+3
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-3/+3
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-08-31fix dubious usage of [0] instead of proper dereferencingNoel Grandin1-33/+33
2015-08-31replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha1-35/+35