summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-03-26Use an 8bpp virtual device (instead of a 1bpp one) in sw and sc for iOSTor Lillqvist1-0/+4
2013-03-26WaE: Variable set but not usedTor Lillqvist1-1/+2
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist4-9/+9
2013-03-26Shared documents make no sense for Android and iOSTor Lillqvist4-4/+19
2013-03-26Translate German comments to EnglishLior Kaplan1-13/+15
2013-03-26warning C4702: unreachable codeStephan Bergmann1-6/+0
2013-03-26add inital test case for fdo#62206Markus Mohrhard1-0/+29
2013-03-26WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist1-1/+1
2013-03-26Fix warning: statement aligned ... [loplugin]Tor Lillqvist1-5/+5
2013-03-26WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist1-1/+1
2013-03-26WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist1-1/+1
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida31-853/+978
2013-03-26Remove a variant of constructor from ScCellIterator.Kohei Yoshida7-29/+9
2013-03-26Reduce indentation level.Kohei Yoshida1-25/+26
2013-03-26Query content cell type directly from ScCellIterator.Kohei Yoshida4-2/+42
2013-03-26Remove the last use of GetFirst() & GetNext().Kohei Yoshida3-70/+3
2013-03-26This one too.Kohei Yoshida1-29/+13
2013-03-26Another one...Kohei Yoshida1-28/+13
2013-03-26Another one involving cell data validation in detective functionality.Kohei Yoshida5-4/+98
2013-03-26Add variant of GetCellValue() that takes ScCellIterator instead of ScBaseCell.Kohei Yoshida3-53/+128
2013-03-26More on ScCellIterator usage migration.Kohei Yoshida4-28/+56
2013-03-25ScFormatFilter::Get(): -Werror=undefMichael Stahl1-1/+1
2013-03-25fix scfilt with Library_mergedPeter Foley1-1/+5
2013-03-25fdo#51296 Patch accounts security setting requiring ctrl+click for hyperlinks.Akash Shetye1-4/+17
2013-03-25a few more cases where we should close the doc after the testMarkus Mohrhard1-0/+8
2013-03-25Warning: unused variable 'rStrExp' [loplugin]Tor Lillqvist1-1/+0
2013-03-24close documents at the end of the testMarkus Mohrhard2-0/+15
2013-03-24remove unused variablesMarkus Mohrhard1-4/+0
2013-03-24let us move this out of the conditionMarkus Mohrhard1-2/+2
2013-03-24we can stop the loop as soon as we found somethingMarkus Mohrhard1-0/+1
2013-03-24URM_INSDEL we need to update the src position, fdo#62206Markus Mohrhard1-6/+15
2013-03-24simplify the position update code in ScFormulaCell::UpdateReferenceMarkus Mohrhard1-41/+2
2013-03-24sal_Bool -> bool in address.cxxMarkus Mohrhard1-3/+3
2013-03-24simplify the use of nMaxTab a bitMarkus Mohrhard1-3/+3
2013-03-24it is enough to check at the end if pos changedMarkus Mohrhard1-3/+1
2013-03-24use ASSERT_DOUBLES_EQUAL instead of CPPUNIT_ASSERT_DOUBLES_EQUAL in calcMarkus Mohrhard1-2/+2
2013-03-23Translations of comments from German into EnglishJohannes Widmer2-139/+139
2013-03-23Put 'm' prefix for data members.Kohei Yoshida2-42/+42
2013-03-23add ODS test for above/below cond format rulesMarkus Mohrhard3-0/+34
2013-03-23fix above/below equal average ods import/exportMarkus Mohrhard11-33/+112
2013-03-23fix spelling errorMarkus Mohrhard4-5/+5
2013-03-23remove the code for this old test conceptMarkus Mohrhard4-147/+0
2013-03-23Fix the build with OSL_DEBUG_LEVEL > 0.Kohei Yoshida1-1/+1
2013-03-22Remove unused variable.Kohei Yoshida1-1/+0
2013-03-22More ScCellIterator usage conversion. The rest are non-trivial...Kohei Yoshida2-151/+145
2013-03-22More on ScCellIterator usage conversion... Still not done.Kohei Yoshida10-95/+101
2013-03-22More on reducing direct use of ScBaseCell.Kohei Yoshida8-22/+16
2013-03-22Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida10-66/+225
2013-03-22More on ScCellIterator conversion... More to come.Kohei Yoshida1-38/+37
2013-03-22ScDBDocFunc is now ScBaseCell-free.Kohei Yoshida1-5/+2