summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Resolves: fdo#66263 calc's protect records doesn't do anything, sid collisionCaolán McNamara2013-07-011-1/+2
* the calculation of the progressbar leads to very slow savingLaurent Godard2013-07-011-3/+3
* remove OUString wrap for string literalsThomas Arnhold2013-06-2964-286/+286
* remove some createFromAscii usageThomas Arnhold2013-06-296-8/+8
* Try to fix compilation against an older SDKTor Lillqvist2013-06-291-1/+4
* hide the style boxes to collapse the date entries fullyMarkus Mohrhard2013-06-291-0/+2
* update all style lists when a new style is addedMarkus Mohrhard2013-06-292-4/+67
* handle localized default style names, fdo#61339Markus Mohrhard2013-06-292-4/+7
* extract this functionality from the uno codeMarkus Mohrhard2013-06-297-151/+190
* only clean the cond format if we want to write attribs, fdo#62267Markus Mohrhard2013-06-291-1/+1
* no need to have this class in the header fileMarkus Mohrhard2013-06-292-18/+19
* allow these cond formats to be updated when formula val changes,fdo#64401Markus Mohrhard2013-06-294-5/+203
* use the local setting aware method for the UI, fdo#64754Markus Mohrhard2013-06-291-11/+17
* This is obviously a mistake, & caused Calc to crash on Ctrl-D.Kohei Yoshida2013-06-281-2/+2
* fdo#43460 sc: use isEmpty()Jelle van der Waa2013-06-2814-26/+26
* remove toolkit/unohlp.hxx hackThomas Arnhold2013-06-284-4/+3
* convert pdf security page to .uiCaolán McNamara2013-06-282-10/+10
* Further MCE workTor Lillqvist2013-06-282-8/+7
* More OOXML Markup Compatibility and Extensibility (MCE) supportTor Lillqvist2013-06-282-4/+4
* WaE: using directive refers to implicitly-defined namespace 'std'Tor Lillqvist2013-06-281-1/+1
* Apple has the header in a different pathTor Lillqvist2013-06-281-0/+4
* These test were removed by accident.Kohei Yoshida2013-06-271-0/+2
* Specify type for cppunit macros.Kohei Yoshida2013-06-271-20/+20
* Revert "These should be ifdef, per compiler warnings."Kohei Yoshida2013-06-272-2/+2
* These should be ifdef, per compiler warnings.Kohei Yoshida2013-06-272-2/+2
* Turn off column debug and remove warnings.Kohei Yoshida2013-06-272-4/+4
* Rename a variable to something more meaningful.Kohei Yoshida2013-06-272-21/+21
* Some attempt to clean ScFormulaCell::UpdateReference() a bit.Kohei Yoshida2013-06-272-200/+208
* Reduce indentation to a sane level.Kohei Yoshida2013-06-271-97/+86
* Remove this old attempt of shared formula code.Kohei Yoshida2013-06-272-56/+1
* A little more detail in the method documentation.Kohei Yoshida2013-06-271-5/+9
* ScColumn::UpdateReference to take ScRange as a parameter.Kohei Yoshida2013-06-273-24/+36
* No need to increment formula row positions in InsertRow().Kohei Yoshida2013-06-272-35/+73
* More on shared formula cell handling.Kohei Yoshida2013-06-274-11/+93
* Handle formula cells in SwapCell().Kohei Yoshida2013-06-271-12/+29
* Proper handling of formula cells in SwapRow().Kohei Yoshida2013-06-273-40/+54
* Make this a member method too.Kohei Yoshida2013-06-272-64/+74
* Make this a member method of ScColumn.Kohei Yoshida2013-06-272-10/+10
* We don't need this formula group vector.Kohei Yoshida2013-06-272-8/+1
* Extract this code block into an own function.Kohei Yoshida2013-06-271-86/+98
* Don't forget to transfer this too when splitting group.Kohei Yoshida2013-06-271-0/+1
* Initial version of dynamic grouping of formula cells.Kohei Yoshida2013-06-276-29/+279
* Implement a way to set an array of formula results to formula cell group.Kohei Yoshida2013-06-276-0/+56
* Remove these unused files.Kohei Yoshida2013-06-276-188/+0
* Adopt CopyAsLinkHandler as well.Kohei Yoshida2013-06-273-173/+84
* Adopt CopyByCloneHandler to ParseBlock().Kohei Yoshida2013-06-271-79/+138
* CopyUpdated() to use ParseBlock() instead of CopyCellsInRangeToColumn().Kohei Yoshida2013-06-271-8/+10
* Let's not forget to store the position afterward.Kohei Yoshida2013-06-271-3/+10
* Replace CopyCellsInRangeToColumn() with ParseBlock().Kohei Yoshida2013-06-272-6/+102
* Remove this inheritance.Kohei Yoshida2013-06-271-23/+8