Age | Commit message (Expand) | Author |
2013-06-27 | Initial version of dynamic grouping of formula cells. | Kohei Yoshida |
2013-06-27 | Implement a way to set an array of formula results to formula cell group. | Kohei Yoshida |
2013-06-27 | Remove these unused files. | Kohei Yoshida |
2013-06-27 | Adopt CopyAsLinkHandler as well. | Kohei Yoshida |
2013-06-27 | Replace CopyCellsInRangeToColumn() with ParseBlock(). | Kohei Yoshida |
2013-06-27 | Identify spots where we may need to regroup formula cells. | Kohei Yoshida |
2013-06-27 | Remove duplicate code blocks. | Kohei Yoshida |
2013-06-27 | Replace ScCellIterator with sc::ProcessFormula. | Kohei Yoshida |
2013-06-27 | Use double and string arrays directly when creating matrix from cells. | Kohei Yoshida |
2013-06-27 | Avoid redundant calls to GetCellResultType(). | Kohei Yoshida |
2013-06-27 | Avoid redundant if branches. | Kohei Yoshida |
2013-06-27 | abstract out the FormulaGroupInterpreter more cleanly. | Michael Meeks |
2013-06-27 | Resolves: #i121008# corrected calc cell comment stuff | Armin Le Grand |
2013-06-26 | convert calculation settings dialog to .ui format | Caolán McNamara |
2013-06-26 | coverity#1038508 Use after free (USE_AFTER_FREE) | Caolán McNamara |
2013-06-25 | cleanup options dialog, and add an option for formula grouping. | Michael Meeks |
2013-06-25 | WaE: private field 'mnIndex' is not used | Tor Lillqvist |
2013-06-24 | Turn off column storage debugging. | Kohei Yoshida |
2013-06-24 | Prevent crash during on-line spell checking. | Kohei Yoshida |
2013-06-24 | Make them officially non-copyable. | Kohei Yoshida |
2013-06-24 | Rename parameter names for consistency. | Kohei Yoshida |
2013-06-24 | Don't allow outside code to set text attributes. | Kohei Yoshida |
2013-06-24 | Add more calls to CellStorageModified() when it's called for. | Kohei Yoshida |
2013-06-24 | Remove unused method. | Kohei Yoshida |
2013-06-24 | Fix ScCellIterator, which also fixes matrix handling in the formula engine. | Kohei Yoshida |
2013-06-24 | Add Dump() method to ScMatrix, which is useful when debugging. | Kohei Yoshida |
2013-06-24 | Fix the horizontal cell iterator. | Kohei Yoshida |
2013-06-24 | We need to clone the source cell value to prevent crash. | Kohei Yoshida |
2013-06-24 | Have the clone handler handle the text attr array as well. | Kohei Yoshida |
2013-06-24 | Use template functions to remove these duplicate code blocks. | Kohei Yoshida |
2013-06-24 | Leave the RowInfo's for empty cells unfilled. | Kohei Yoshida |
2013-06-24 | Put ScBaseCell, ScValueCell, ScStringCell, ScEditCell to eternal rest. | Kohei Yoshida |
2013-06-24 | Move ScEditDataArray out of cell.?xx and into its own files. | Kohei Yoshida |
2013-06-24 | CELLTYPE_DESTROYED no longer relevant. Chuck it. | Kohei Yoshida |
2013-06-24 | ScFormulaCell is no longer a child class of ScBaseCell. | Kohei Yoshida |
2013-06-24 | Switch to using multi_type_vector for cell storage. | Kohei Yoshida |
2013-06-24 | Add new cell container to ScColumn. | Kohei Yoshida |
2013-06-24 | Reduce dependency on mtvelements.hxx header. | Kohei Yoshida |
2013-06-24 | Define block types for string, edit text and formula cell elements. | Kohei Yoshida |
2013-06-24 | fdo#51296 Helptext added for hyperlinks, hlinks behave as in writer | Akash Shetye |
2013-06-23 | we don't need this hack without inherited number formats, fdo#66076 | Markus Mohrhard |
2013-06-18 | use sizegroups and shown/hidden buttons to stop ui jitter | Caolán McNamara |
2013-06-18 | various now unused HIDs | Caolán McNamara |
2013-06-18 | Convert Sort lists tabpage to .ui and adapt code. | Jan Holesovsky |
2013-06-18 | String to OUString (SfxStringItem and related) | Matteo Casalin |
2013-06-17 | don't include xftsfit.hxx anymore | Caolán McNamara |
2013-06-15 | sidebar: Conversion to .ui for CellAppearancePropertyPanel | Prashant Pandey |
2013-06-11 | split group dialog into group and ungroup dialogs | Caolán McNamara |
2013-06-11 | groupdialog.ui widget | Manal Alhassoun |
2013-06-11 | Resolves: #i121120 Support RightB(), LeftB(), LenB() and MidB() | Wang Lei |