summaryrefslogtreecommitdiff
path: root/sc/inc/conditio.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-24loplugin:unusedmethods in scNoel Grandin1-2/+0
2016-04-25be explicit about what it does, CreateFlatCopiedTokenArray()Eike Rathke1-1/+3
2016-04-14loplugin:passstuffbyref in scNoel Grandin1-1/+1
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin1-1/+1
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo1-3/+3
2016-03-26fix indentationMarkus Mohrhard1-2/+2
2016-03-26switch to a listener based cond format update, tdf#95437Markus Mohrhard1-7/+35
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-6/+0
2016-01-05Revert "Time wraparound validation feature"Markus Mohrhard1-2/+0
2016-01-05Time wraparound validation featureBenjamin Ni1-0/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-20/+20
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
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-09-13replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha1-1/+0
2015-08-31replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha1-1/+1
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-4/+7
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-2/+0
2015-07-09execute the terrible bottle neck loop only if there are conditional formatsEike Rathke1-0/+1
2015-03-30implement one more methodMarkus Mohrhard1-0/+1
2015-03-30fix getPropertyValue/setPropertyValue for ScCondFormatEntry UNO objectMarkus Mohrhard1-0/+1
2015-02-19small clean-upMarkus Mohrhard1-6/+3
2015-01-18rename AddRange to SetRangeMarkus Mohrhard1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-7/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-20/+20
2014-03-03Remove visual noise from scAlexander Wilms1-6/+6
2014-01-14bool improvementsStephan Bergmann1-2/+2
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-2/+2
2013-09-05increase conditional format range during inserting rows/cols, fdo#67783Markus Mohrhard1-0/+8
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida1-15/+29
2013-06-29allow these cond formats to be updated when formula val changes,fdo#64401Markus Mohrhard1-0/+2
2013-05-20Speed up ScColumn::HasEditCells() by keeping track of block position.Kohei Yoshida1-0/+1
2013-05-06Revert "abstract type in ptr_container needs this workaround"Stephan Bergmann1-14/+10
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-28/+28
2013-03-27WaE: class 'ScRefCellValue' was previously declared as a structTor Lillqvist1-1/+1
2013-03-26Make the conditional formatting code free of ScBaseCell.Kohei Yoshida1-5/+4
2013-03-23fix above/below equal average ods import/exportMarkus Mohrhard1-2/+4
2013-03-23remove the code for this old test conceptMarkus Mohrhard1-18/+0
2013-03-04doubled includesThomas Arnhold1-2/+0
2013-02-25use URM_COPY when copying cond formats, fdo#60306, fdo#60311Markus Mohrhard1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-29Fix ScCondDateFormatEntry::mpCacheStephan Bergmann1-6/+1
2012-11-28cache calls to Date::SYSTEMMarkus Mohrhard1-0/+11
2012-11-23String to OUString in conditio.[ch]xxMarkus Mohrhard1-16/+16