summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-03-26warning C4702: unreachable codeStephan Bergmann
2013-03-26add inital test case for fdo#62206Markus Mohrhard
2013-03-26WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist
2013-03-26Fix warning: statement aligned ... [loplugin]Tor Lillqvist
2013-03-26WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist
2013-03-26WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida
2013-03-26Remove a variant of constructor from ScCellIterator.Kohei Yoshida
2013-03-26Reduce indentation level.Kohei Yoshida
2013-03-26Query content cell type directly from ScCellIterator.Kohei Yoshida
2013-03-26Remove the last use of GetFirst() & GetNext().Kohei Yoshida
2013-03-26This one too.Kohei Yoshida
2013-03-26Another one...Kohei Yoshida
2013-03-26Another one involving cell data validation in detective functionality.Kohei Yoshida
2013-03-26Add variant of GetCellValue() that takes ScCellIterator instead of ScBaseCell.Kohei Yoshida
2013-03-26More on ScCellIterator usage migration.Kohei Yoshida
2013-03-25ScFormatFilter::Get(): -Werror=undefMichael Stahl
2013-03-25fix scfilt with Library_mergedPeter Foley
2013-03-25fdo#51296 Patch accounts security setting requiring ctrl+click for hyperlinks.Akash Shetye
2013-03-25a few more cases where we should close the doc after the testMarkus Mohrhard
2013-03-25Warning: unused variable 'rStrExp' [loplugin]Tor Lillqvist
2013-03-24close documents at the end of the testMarkus Mohrhard
2013-03-24remove unused variablesMarkus Mohrhard
2013-03-24let us move this out of the conditionMarkus Mohrhard
2013-03-24we can stop the loop as soon as we found somethingMarkus Mohrhard
2013-03-24URM_INSDEL we need to update the src position, fdo#62206Markus Mohrhard
2013-03-24simplify the position update code in ScFormulaCell::UpdateReferenceMarkus Mohrhard
2013-03-24sal_Bool -> bool in address.cxxMarkus Mohrhard
2013-03-24simplify the use of nMaxTab a bitMarkus Mohrhard
2013-03-24it is enough to check at the end if pos changedMarkus Mohrhard
2013-03-24use ASSERT_DOUBLES_EQUAL instead of CPPUNIT_ASSERT_DOUBLES_EQUAL in calcMarkus Mohrhard
2013-03-23Translations of comments from German into EnglishJohannes Widmer
2013-03-23Put 'm' prefix for data members.Kohei Yoshida
2013-03-23add ODS test for above/below cond format rulesMarkus Mohrhard
2013-03-23fix above/below equal average ods import/exportMarkus Mohrhard
2013-03-23fix spelling errorMarkus Mohrhard
2013-03-23remove the code for this old test conceptMarkus Mohrhard
2013-03-23Fix the build with OSL_DEBUG_LEVEL > 0.Kohei Yoshida
2013-03-22Remove unused variable.Kohei Yoshida
2013-03-22More ScCellIterator usage conversion. The rest are non-trivial...Kohei Yoshida
2013-03-22More on ScCellIterator usage conversion... Still not done.Kohei Yoshida
2013-03-22More on reducing direct use of ScBaseCell.Kohei Yoshida
2013-03-22Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida
2013-03-22More on ScCellIterator conversion... More to come.Kohei Yoshida
2013-03-22ScDBDocFunc is now ScBaseCell-free.Kohei Yoshida
2013-03-22Start switching ScCellIterator caller to alternative iteration method.Kohei Yoshida
2013-03-22Nobody uses CELLTYPE_SYMBOLS anymore. Chuck it away.Kohei Yoshida
2013-03-22Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida
2013-03-22Simplify ScCellIterator.Kohei Yoshida
2013-03-22Get change tracking to work again with these new ScDocFunc methods.Kohei Yoshida