summaryrefslogtreecommitdiff
path: root/sc/source/core/data/conditio.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-01-24tdf#97308: fix logic with conditional "ends with"Julien Nabet1-2/+2
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
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-38/+58
2015-07-09execute the terrible bottle neck loop only if there are conditional formatsEike Rathke1-0/+5
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-01loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-03-30implement one more methodMarkus Mohrhard1-0/+9
2015-03-30fix getPropertyValue/setPropertyValue for ScCondFormatEntry UNO objectMarkus Mohrhard1-0/+5
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-05rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/sEike Rathke1-1/+1
2015-03-03Typo: instert(ed)->insert(ed)Julien Nabet1-1/+1
2015-01-18rename AddRange to SetRangeMarkus Mohrhard1-2/+2
2015-01-18remove duplicated codeMarkus Mohrhard1-8/+1
2015-01-18add warning for empty conditional format rangesMarkus Mohrhard1-0/+1
2015-01-16don't access empty range list, could be rhbz#1180312Eike Rathke1-0/+3
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-4/+4
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist1-1/+0
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-3/+3
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-6/+6
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-4/+4
2014-08-23Translate German comments, fix some wsPhilipp Weissenbacher1-89/+73
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-13fdo#76710: Adjust sheet position of conditional format entries.Kohei Yoshida1-0/+37
2014-05-13fdo#78402: Adjust references of validity entries as appropriate.Kohei Yoshida1-2/+27
2014-05-10Lsan: fix memory leak in conditio.cxxMarkus Mohrhard1-0/+2
2014-04-26Avoid possible memory leaks in case of exceptionsTakeshi Abe1-8/+9
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida1-3/+10
2014-04-06whitespace cleanup in scMarkus Mohrhard1-8/+0
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-27coverity#1187669 Dereference null return valueCaolán McNamara1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-5/+5
2014-02-17coverity#984133 Uninitialized scalar fieldNorbert Thiebaud1-2/+3
2014-01-14bool improvementsStephan Bergmann1-4/+4
2013-11-07Umgekehrte Polnische Notation is German for Reverse Polish NotationTor Lillqvist1-1/+1
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-4/+4
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-3/+3
2013-10-21remove uses of COMPARE_*Caolán McNamara1-10/+9