summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/chgtrack.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-06-25remove whitespaceMarkus Mohrhard1-7/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-24/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-2/+0
2014-05-26coverity#704675 Unchecked dynamic_castCaolán McNamara1-4/+3
2014-05-26coverity#704674 Unchecked dynamic_castCaolán McNamara1-9/+7
2014-05-26coverity#736092 Improper use of negative valueCaolán McNamara1-1/+1
2014-05-11coverity#736092 Improper use of negative valueCaolán McNamara1-1/+1
2014-05-11coverity#736091 Improper use of negative valueCaolán McNamara1-1/+1
2014-05-10-Werror=parenthesesMiklos Vajna1-3/+3
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky1-6/+6
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin1-1/+1
2014-04-27Avoid possible memory leaks in case of exceptionsTakeshi Abe1-7/+5
2013-12-20typo fixesAndras Timar1-3/+3
2013-11-14Translate German commentsPhilipp Weissenbacher1-202/+197
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-16/+16
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-3/+3
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-2/+2
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-127/+6
2013-09-08fdo#57950: Remove some chained appends in scJelle van der Waa1-10/+6
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-4/+2
2013-07-30More on avoiding direct access to data members.Kohei Yoshida1-6/+0
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-11/+11
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida1-6/+0
2013-07-24Properly handle optional edge expansion of referenced ranges.Kohei Yoshida1-2/+2
2013-07-24Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida1-10/+19
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-10/+9
2013-05-06fix typos (wich instead of which)Philipp Riemer1-2/+2
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-52/+52
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-26By using ScRefCellValue we can remove some duplicated code.Kohei Yoshida1-4/+4
2013-03-26warning C4702: unreachable codeStephan Bergmann1-6/+0
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida1-317/+324
2013-03-26Reduce indentation level.Kohei Yoshida1-25/+26
2013-03-26Query content cell type directly from ScCellIterator.Kohei Yoshida1-2/+34
2013-03-26Remove the last use of GetFirst() & GetNext().Kohei Yoshida1-3/+2
2013-03-22Simplify ScCellIterator.Kohei Yoshida1-4/+4
2013-03-22A bit more cleanup...Kohei Yoshida1-4/+2
2013-03-22Why in the world do you need to fully-qualify own member methods !?Kohei Yoshida1-12/+10
2013-03-22This is not used. Be gone.Kohei Yoshida1-8/+0
2013-03-22What the heck is this !? Kill it.Kohei Yoshida1-13/+10
2013-03-22More on reducing the use of ScDocument::PutCell().Kohei Yoshida1-2/+2
2013-03-16sc: translate some debug messagesThomas Arnhold1-3/+3
2012-12-30Some cppcheck cleaning in scJulien Nabet1-2/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-28OUString::replaceAt() does not modify in-placeTor Lillqvist1-1/+1
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-07-09Replaced deprecated String with OUString in sc/../chgtrackSören Möller1-1/+1