summaryrefslogtreecommitdiff
path: root/sc/source/core/data/conditio.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-7/+7
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-1/+2
2013-09-05increase conditional format range during inserting rows/cols, fdo#67783Markus Mohrhard1-0/+22
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-9/+9
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida1-1/+1
2013-07-30More on avoiding direct access to reference data members.Kohei Yoshida1-10/+12
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida1-115/+96
2013-07-30Adjust named range references on sheet move.Kohei Yoshida1-2/+3
2013-07-30Update range names on sheet deletion.Kohei Yoshida1-2/+9
2013-07-30More on avoiding direct access to data members.Kohei Yoshida1-2/+2
2013-07-30More on removing unused methods after some adjustments.Kohei Yoshida1-6/+3
2013-07-30Make this guy unused, and remove it.Kohei Yoshida1-6/+6
2013-07-30More on removing direct access to reference position members.Kohei Yoshida1-17/+15
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-4/+5
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida1-2/+2
2013-06-29allow these cond formats to be updated when formula val changes,fdo#64401Markus Mohrhard1-1/+16
2013-05-20Speed up ScColumn::HasEditCells() by keeping track of block position.Kohei Yoshida1-0/+12
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-1/+1
2013-05-06Revert "abstract type in ptr_container needs this workaround"Stephan Bergmann1-13/+15
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-36/+36
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-0/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-26Make the conditional formatting code free of ScBaseCell.Kohei Yoshida1-57/+55
2013-03-24URM_INSDEL we need to update the src position, fdo#62206Markus Mohrhard1-6/+15
2013-03-23fix above/below equal average ods import/exportMarkus Mohrhard1-6/+8
2013-03-23remove the code for this old test conceptMarkus Mohrhard1-16/+0
2013-03-16sc: translate some debug messagesThomas Arnhold1-2/+2