summaryrefslogtreecommitdiff
path: root/sc/source/core/data/conditio.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-28coverity#982642: add missing breakMarkus Mohrhard1-0/+2
2013-02-25use URM_COPY when copying cond formats, fdo#60306, fdo#60311Markus Mohrhard1-5/+5
2013-02-14assert if there is a wrong index, a warning is not enoughMarkus Mohrhard1-8/+2
2013-02-14another case of wrong escaping for "Markus Mohrhard1-2/+2
2012-12-31handle strings correctly in ScCondFormatEntry::GetExpression, fdo#58781Markus Mohrhard1-2/+2
2012-12-29Some cppcheck cleaningJulien Nabet1-3/+2
2012-12-26one more improvement around cond format rendering, fdo#57896Markus Mohrhard1-1/+4
2012-12-20handle last week/next week betweek different years, fdo#58340Markus Mohrhard1-9/+25
2012-12-17first check that the number of cells has not been reached yet, fdo#58346Markus Mohrhard1-8/+8
2012-12-17fix the month date formats, related fdo#58340Markus Mohrhard1-2/+12
2012-12-17checking for the month is wrong, related fdo#58340Markus Mohrhard1-3/+3
2012-12-06OSL_* to SAL_WARN in conditio.cxxMarkus Mohrhard1-6/+6
2012-12-05adapt cond format range when copying sheets, fdo#56742Markus Mohrhard1-1/+5
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-26/+17
2012-11-29Fix ScCondDateFormatEntry::mpCacheStephan Bergmann1-2/+2
2012-11-28cache calls to Date::SYSTEMMarkus Mohrhard1-17/+30
2012-11-28prevent some nasty ScRangeList->ScRange->ScRangeList conversionMarkus Mohrhard1-3/+1
2012-11-26we can now update formulas in cond formats correctly, fdo#48970Markus Mohrhard1-2/+10
2012-11-25style list should be sorted, fdo#51588Markus Mohrhard1-1/+1
2012-11-25approxFloor is better than just tuncatingMarkus Mohrhard1-1/+1
2012-11-24prevent 100% cpu on switched of autocalc with volatile func, fdo#42260Markus Mohrhard1-2/+2
2012-11-23String to OUString in conditio.[ch]xxMarkus Mohrhard1-32/+36
2012-11-15implement remaining conditional date formatsMarkus Mohrhard1-4/+62
2012-11-15initial work for date conditional formatsMarkus Mohrhard1-0/+107