summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-08-14Revert "Always disable anti-aliasing for drawing cell borders." fdo#60805Noel Power
2013-08-14fdo#59727 fix #NAME?-error with add-in functions on (re)open of xlsxWinfried
2013-08-14Resolves: #i122149# Corrected stuff around polygon-based clip regionsArmin Le Grand
2013-08-14convert GetSelectionText... methods to OUString and boolIvan Timofeev
2013-08-14XubString->OUStringCaolán McNamara
2013-08-13Do the same when deleting rows.Kohei Yoshida
2013-08-13Regroup formula cells later in columns where references are updated.Kohei Yoshida
2013-08-13Try to re-group without ungrouping all cells.Kohei Yoshida
2013-08-13Add test for reference update on shared formulas.Kohei Yoshida
2013-08-13Ensure iterators are value-initializedStephan Bergmann
2013-08-13Unused memeberStephan Bergmann
2013-08-12Compile token array only once per formula group.Kohei Yoshida
2013-08-12Return something.Kohei Yoshida
2013-08-12This is clearly a bug. Let's fix it.Kohei Yoshida
2013-08-12Ungroup a cell when the group length becomes 1.Kohei Yoshida
2013-08-12Fix indentation.Kohei Yoshida
2013-08-12We still need to update cell positions for non-top cells.Kohei Yoshida
2013-08-12Do the splitting of formula groups.Kohei Yoshida
2013-08-12Collect all boundaries at which to split the formula group.Kohei Yoshida
2013-08-12If the formula cell is grouped, update reference only on the top cell.Kohei Yoshida
2013-08-12Export shared formulas to xls, from the new shared formula in the core.Kohei Yoshida
2013-08-12Fix the (Windows) build. No idea how this was buildable on Linux.Kohei Yoshida
2013-08-12Detect self-referencing groups, and disable group-calculation.Kohei Yoshida
2013-08-12Fix import of negative relative row reference from xls.Kohei Yoshida
2013-08-12Disable vectorization on named ranges for now.Kohei Yoshida
2013-08-12Uncomment this.Kohei Yoshida
2013-08-12No more RT_SHARED and RT_SHAREDMOD named range types.Kohei Yoshida
2013-08-12Rework shared formula import in orcus handler.Kohei Yoshida
2013-08-12This code is no longer needed.Kohei Yoshida
2013-08-12Map shared formulas to Calc's formula groups on xlsx import.Kohei Yoshida
2013-08-12Const correctness at ScFormulaCell side.Kohei Yoshida
2013-08-12Some cosmetic "fix"Kohei Yoshida
2013-08-12Handle shared token array correctly when adjusting formula grouping.Kohei Yoshida
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida
2013-08-12Rename this to SharedFormulaBuffer, which is readable.Kohei Yoshida
2013-08-12Prepare for importing shared formulas as formula groups from xls.Kohei Yoshida
2013-08-12removed misleading comment about now obsolete CELLTYPE_NOTEEike Rathke
2013-08-12Include <map> for std::map with MSVCTor Lillqvist
2013-08-12fdo#37341 fix unending loop in calc with Goal SeekWinfried
2013-08-12doh unitialised variableNoel Power
2013-08-12listen for formula related configuration changesNoel Power
2013-08-12convert vcl/i18nhelp.hxx from String to OUStringNoel Grandin
2013-08-11make detection of a GCC bug GCC-specificLuboš Luňák
2013-08-11String->OUStringIvan Timofeev
2013-08-10sal_Bool to boolEike Rathke
2013-08-09change documentation of ScDocShellModificator to something comprehensibleEike Rathke
2013-08-09convert SfxStyleDialogs to .uiCaolán McNamara
2013-08-09resolved fdo#66205 call PostPaintCell() in Set...Cell() data entryEike Rathke
2013-08-09Resolves: fdo#67947 charsets not sorted in csv dialogCaolán McNamara
2013-08-09Revert "fdo#37341 dix unending loop in calc with Goal Seek"Stephan Bergmann