summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
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-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-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
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl
2013-08-08Make selection corner marks slightly transparent.Tomaž Vajngerl
2013-08-08fdo#67592 Resize selection box from all 4 cornersTomaž Vajngerl
2013-08-08Fix some memory leaksJulien Nabet
2013-08-08import performance : do not use EditEngine anymoreLaurent Godard
2013-08-08fdo#37341 dix unending loop in calc with Goal SeekWinfried
2013-08-07cppcheck: fix memory leakJulien Nabet
2013-08-07Translate German commentsPhilipp Weissenbacher
2013-08-07More OUString Conversion in sc/source/ui/dbgui/validate.cxxJoren De Cuyper
2013-08-05Implement MINVERSE using OpenCL.Haidong Lian
2013-08-05fdo#67099: Call Clear() before setting SetText() for the first time.Kohei Yoshida
2013-08-05munge filename prop back into frame titleCaolán McNamara
2013-08-05fix build with debug STLDavid Tardon
2013-08-05Convert statistics tab page for calc to .uiabdulmajeed ahmed
2013-08-03modern .ui widgetlayout for validateCsikós Tamás
2013-08-02Fix subtotal functions in the status bar.Kohei Yoshida
2013-08-02fdo#67684: Store imported text style entries, else they won't get exported.Kohei Yoshida
2013-08-02fdo#67099: Don't use edit engine for a single unformatted paragraph.Kohei Yoshida
2013-08-02fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida
2013-08-02remove last uses of XubString in scCaolán McNamara
2013-08-02no need for dynamic array of XubStringsCaolán McNamara
2013-08-01attempt blind fix of Macos compile errorNoel Power