summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-29remove some createFromAscii usageThomas Arnhold
2013-06-29Try to fix compilation against an older SDKTor Lillqvist
2013-06-29hide the style boxes to collapse the date entries fullyMarkus Mohrhard
2013-06-29update all style lists when a new style is addedMarkus Mohrhard
2013-06-29handle localized default style names, fdo#61339Markus Mohrhard
2013-06-29extract this functionality from the uno codeMarkus Mohrhard
2013-06-29only clean the cond format if we want to write attribs, fdo#62267Markus Mohrhard
2013-06-29no need to have this class in the header fileMarkus Mohrhard
2013-06-29allow these cond formats to be updated when formula val changes,fdo#64401Markus Mohrhard
2013-06-29use the local setting aware method for the UI, fdo#64754Markus Mohrhard
2013-06-28This is obviously a mistake, & caused Calc to crash on Ctrl-D.Kohei Yoshida
2013-06-28fdo#43460 sc: use isEmpty()Jelle van der Waa
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold
2013-06-28convert pdf security page to .uiCaolán McNamara
2013-06-28Further MCE workTor Lillqvist
2013-06-28More OOXML Markup Compatibility and Extensibility (MCE) supportTor Lillqvist
2013-06-28WaE: using directive refers to implicitly-defined namespace 'std'Tor Lillqvist
2013-06-28Apple has the header in a different pathTor Lillqvist
2013-06-27These test were removed by accident.Kohei Yoshida
2013-06-27Specify type for cppunit macros.Kohei Yoshida
2013-06-27Revert "These should be ifdef, per compiler warnings."Kohei Yoshida
2013-06-27These should be ifdef, per compiler warnings.Kohei Yoshida
2013-06-27Turn off column debug and remove warnings.Kohei Yoshida
2013-06-27Rename a variable to something more meaningful.Kohei Yoshida
2013-06-27Some attempt to clean ScFormulaCell::UpdateReference() a bit.Kohei Yoshida
2013-06-27Reduce indentation to a sane level.Kohei Yoshida
2013-06-27Remove this old attempt of shared formula code.Kohei Yoshida
2013-06-27A little more detail in the method documentation.Kohei Yoshida
2013-06-27ScColumn::UpdateReference to take ScRange as a parameter.Kohei Yoshida
2013-06-27No need to increment formula row positions in InsertRow().Kohei Yoshida
2013-06-27More on shared formula cell handling.Kohei Yoshida
2013-06-27Handle formula cells in SwapCell().Kohei Yoshida
2013-06-27Proper handling of formula cells in SwapRow().Kohei Yoshida
2013-06-27Make this a member method too.Kohei Yoshida
2013-06-27Make this a member method of ScColumn.Kohei Yoshida
2013-06-27We don't need this formula group vector.Kohei Yoshida
2013-06-27Extract this code block into an own function.Kohei Yoshida
2013-06-27Don't forget to transfer this too when splitting group.Kohei Yoshida
2013-06-27Initial version of dynamic grouping of formula cells.Kohei Yoshida
2013-06-27Implement a way to set an array of formula results to formula cell group.Kohei Yoshida
2013-06-27Remove these unused files.Kohei Yoshida
2013-06-27Adopt CopyAsLinkHandler as well.Kohei Yoshida
2013-06-27Adopt CopyByCloneHandler to ParseBlock().Kohei Yoshida
2013-06-27CopyUpdated() to use ParseBlock() instead of CopyCellsInRangeToColumn().Kohei Yoshida
2013-06-27Let's not forget to store the position afterward.Kohei Yoshida
2013-06-27Replace CopyCellsInRangeToColumn() with ParseBlock().Kohei Yoshida
2013-06-27Remove this inheritance.Kohei Yoshida
2013-06-27Identify spots where we may need to regroup formula cells.Kohei Yoshida
2013-06-27I forgot to pass the string param objects.Kohei Yoshida