summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* WaE: class 'ScRefCellValue' was previously declared as a structTor Lillqvist2013-03-271-1/+1
* i#120341# - Make SCSTR_FIELDSEP less translation-error-proneAriel Constenla-Haile2013-03-263-3/+20
* fixed some 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 brokennessEike Rathke2013-03-261-6/+6
* Make the conditional formatting code free of ScBaseCell.Kohei Yoshida2013-03-269-210/+134
* By using ScRefCellValue we can remove some duplicated code.Kohei Yoshida2013-03-266-157/+59
* Add ScRefCellValue, which is ScCellValue without copied value.Kohei Yoshida2013-03-269-80/+326
* This method no longer used. Good. Remove it.Kohei Yoshida2013-03-262-8/+0
* coverity#982306 Logically dead codeJulien Nabet2013-03-261-2/+0
* Use an 8bpp virtual device (instead of a 1bpp one) in sw and sc for iOSTor Lillqvist2013-03-261-0/+4
* WaE: Variable set but not usedTor Lillqvist2013-03-261-1/+2
* Check feature test macros instead of ANDROID and/or IOSTor Lillqvist2013-03-264-9/+9
* Shared documents make no sense for Android and iOSTor Lillqvist2013-03-264-4/+19
* Translate German comments to EnglishLior Kaplan2013-03-261-13/+15
* warning C4702: unreachable codeStephan Bergmann2013-03-261-6/+0
* add inital test case for fdo#62206Markus Mohrhard2013-03-261-0/+29
* WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist2013-03-261-1/+1
* Fix warning: statement aligned ... [loplugin]Tor Lillqvist2013-03-261-5/+5
* WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist2013-03-261-1/+1
* WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist2013-03-261-1/+1
* Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida2013-03-2631-853/+978
* Remove a variant of constructor from ScCellIterator.Kohei Yoshida2013-03-267-29/+9
* Reduce indentation level.Kohei Yoshida2013-03-261-25/+26
* Query content cell type directly from ScCellIterator.Kohei Yoshida2013-03-264-2/+42
* Remove the last use of GetFirst() & GetNext().Kohei Yoshida2013-03-263-70/+3
* This one too.Kohei Yoshida2013-03-261-29/+13
* Another one...Kohei Yoshida2013-03-261-28/+13
* Another one involving cell data validation in detective functionality.Kohei Yoshida2013-03-265-4/+98
* Add variant of GetCellValue() that takes ScCellIterator instead of ScBaseCell.Kohei Yoshida2013-03-263-53/+128
* More on ScCellIterator usage migration.Kohei Yoshida2013-03-264-28/+56
* ScFormatFilter::Get(): -Werror=undefMichael Stahl2013-03-251-1/+1
* fix scfilt with Library_mergedPeter Foley2013-03-251-1/+5
* fdo#51296 Patch accounts security setting requiring ctrl+click for hyperlinks.Akash Shetye2013-03-251-4/+17
* a few more cases where we should close the doc after the testMarkus Mohrhard2013-03-251-0/+8
* Warning: unused variable 'rStrExp' [loplugin]Tor Lillqvist2013-03-251-1/+0
* close documents at the end of the testMarkus Mohrhard2013-03-242-0/+15
* remove unused variablesMarkus Mohrhard2013-03-241-4/+0
* let us move this out of the conditionMarkus Mohrhard2013-03-241-2/+2
* we can stop the loop as soon as we found somethingMarkus Mohrhard2013-03-241-0/+1
* URM_INSDEL we need to update the src position, fdo#62206Markus Mohrhard2013-03-241-6/+15
* simplify the position update code in ScFormulaCell::UpdateReferenceMarkus Mohrhard2013-03-241-41/+2
* sal_Bool -> bool in address.cxxMarkus Mohrhard2013-03-241-3/+3
* simplify the use of nMaxTab a bitMarkus Mohrhard2013-03-241-3/+3
* it is enough to check at the end if pos changedMarkus Mohrhard2013-03-241-3/+1
* use ASSERT_DOUBLES_EQUAL instead of CPPUNIT_ASSERT_DOUBLES_EQUAL in calcMarkus Mohrhard2013-03-241-2/+2
* Translations of comments from German into EnglishJohannes Widmer2013-03-232-139/+139
* Put 'm' prefix for data members.Kohei Yoshida2013-03-232-42/+42
* add ODS test for above/below cond format rulesMarkus Mohrhard2013-03-233-0/+34
* fix above/below equal average ods import/exportMarkus Mohrhard2013-03-2311-33/+112
* fix spelling errorMarkus Mohrhard2013-03-234-5/+5
* remove the code for this old test conceptMarkus Mohrhard2013-03-234-147/+0