Age | Commit message (Expand) | Author |
2013-08-14 | Do the same when inserting columns. | Kohei Yoshida |
2013-08-14 | Revert "Revert "Always disable anti-aliasing for drawing cell borders." fdo#6... | Kohei Yoshida |
2013-08-14 | convert Read/WriteUserData methods to OUString and bool | Ivan Timofeev |
2013-08-14 | Revert "Always disable anti-aliasing for drawing cell borders." fdo#60805 | Noel Power |
2013-08-14 | fdo#59727 fix #NAME?-error with add-in functions on (re)open of xlsx | Winfried |
2013-08-14 | Resolves: #i122149# Corrected stuff around polygon-based clip regions | Armin Le Grand |
2013-08-14 | convert GetSelectionText... methods to OUString and bool | Ivan Timofeev |
2013-08-14 | XubString->OUString | Caolán McNamara |
2013-08-13 | Do the same when deleting rows. | Kohei Yoshida |
2013-08-13 | Regroup formula cells later in columns where references are updated. | Kohei Yoshida |
2013-08-13 | Try to re-group without ungrouping all cells. | Kohei Yoshida |
2013-08-13 | Add test for reference update on shared formulas. | Kohei Yoshida |
2013-08-13 | Ensure iterators are value-initialized | Stephan Bergmann |
2013-08-13 | Unused memeber | Stephan Bergmann |
2013-08-12 | Compile token array only once per formula group. | Kohei Yoshida |
2013-08-12 | Return something. | Kohei Yoshida |
2013-08-12 | This is clearly a bug. Let's fix it. | Kohei Yoshida |
2013-08-12 | Ungroup a cell when the group length becomes 1. | Kohei Yoshida |
2013-08-12 | Fix indentation. | Kohei Yoshida |
2013-08-12 | We still need to update cell positions for non-top cells. | Kohei Yoshida |
2013-08-12 | Do the splitting of formula groups. | Kohei Yoshida |
2013-08-12 | Collect all boundaries at which to split the formula group. | Kohei Yoshida |
2013-08-12 | If the formula cell is grouped, update reference only on the top cell. | Kohei Yoshida |
2013-08-12 | Export shared formulas to xls, from the new shared formula in the core. | Kohei Yoshida |
2013-08-12 | Fix the (Windows) build. No idea how this was buildable on Linux. | Kohei Yoshida |
2013-08-12 | Detect self-referencing groups, and disable group-calculation. | Kohei Yoshida |
2013-08-12 | Fix import of negative relative row reference from xls. | Kohei Yoshida |
2013-08-12 | Disable vectorization on named ranges for now. | Kohei Yoshida |
2013-08-12 | Uncomment this. | Kohei Yoshida |
2013-08-12 | No more RT_SHARED and RT_SHAREDMOD named range types. | Kohei Yoshida |
2013-08-12 | Rework shared formula import in orcus handler. | Kohei Yoshida |
2013-08-12 | This code is no longer needed. | Kohei Yoshida |
2013-08-12 | Map shared formulas to Calc's formula groups on xlsx import. | Kohei Yoshida |
2013-08-12 | Const correctness at ScFormulaCell side. | Kohei Yoshida |
2013-08-12 | Some cosmetic "fix" | Kohei Yoshida |
2013-08-12 | Handle shared token array correctly when adjusting formula grouping. | Kohei Yoshida |
2013-08-12 | Map shared formula from xls to formula groups, and share the tokens as well. | Kohei Yoshida |
2013-08-12 | Rename this to SharedFormulaBuffer, which is readable. | Kohei Yoshida |
2013-08-12 | Prepare for importing shared formulas as formula groups from xls. | Kohei Yoshida |
2013-08-12 | removed misleading comment about now obsolete CELLTYPE_NOTE | Eike Rathke |
2013-08-12 | Include <map> for std::map with MSVC | Tor Lillqvist |
2013-08-12 | fdo#37341 fix unending loop in calc with Goal Seek | Winfried |
2013-08-12 | doh unitialised variable | Noel Power |
2013-08-12 | listen for formula related configuration changes | Noel Power |
2013-08-12 | convert vcl/i18nhelp.hxx from String to OUString | Noel Grandin |
2013-08-11 | make detection of a GCC bug GCC-specific | Luboš Luňák |
2013-08-11 | String->OUString | Ivan Timofeev |
2013-08-10 | sal_Bool to bool | Eike Rathke |
2013-08-09 | change documentation of ScDocShellModificator to something comprehensible | Eike Rathke |
2013-08-09 | convert SfxStyleDialogs to .ui | Caolán McNamara |