summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski
2021-11-18drop unnecessary TODOCaolán McNamara
2021-11-18when color menu popdowns only popdown the autofilter if something was selectedCaolán McNamara
2021-11-18menu placement is a little offCaolán McNamara
2021-11-17use ListBoxPreview size for the color shown in autofilter color listCaolán McNamara
2021-11-17weld colormenuCaolán McNamara
2021-11-17tdf#142420 color menu should be a child of the autofilter, not a siblingCaolán McNamara
2021-11-17wrong function name in commentCaolán McNamara
2021-11-17SCSTR_FILTER_TEXT_COLOR is used in two different contextsCaolán McNamara
2021-11-17don't attempt to set cursor to first entry if there are no entriesCaolán McNamara
2021-11-17revert "vlookup - optimize SC_EQUAL and NOT_EQUAL." (tdf#139612)Luboš Luňák
2021-11-17Resolves tdf#144247 - Change display precision of row height / column widthHeiko Tietze
2021-11-16rtl::Static->thread-safe staticNoel Grandin
2021-11-15uitest: sc: add support for pivot table popupXisco Fauli
2021-11-15Revert "improve performance of cell equality comparisons)" (tdf#139612)Luboš Luňák
2021-11-13Resolves: tdf#145640 MoveReference...Reorder() there are RPN tokens as wellEike Rathke
2021-11-12Resolves: tdf#145645 pivot table popups don't dismiss when item activatedCaolán McNamara
2021-11-12Fix (mis-)uses of temporary O[U]StringLiteralStephan Bergmann
2021-11-12simplify construction of XMLPropertyMapEntryNoel Grandin
2021-11-12Use more o3tl::convert in scMike Kaganski
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-11-11tdf#142986 sc sampling: allow more than default (100) samplesJustin Luth
2021-11-11do not use grouped cell calculation for just a single cellLuboš Luňák
2021-11-10sc: EMBED_SOURCE: extend copy to clip area...Dennis Francis
2021-11-10sc: EMBED_SOURCE: also include objects on copy to clipDennis Francis
2021-11-10sc: fix clip cell range for clip with no contentDennis Francis
2021-11-09Remove this hard-coded "Default" style name in CalcKevin Suo
2021-11-08tdf#142033 - Handle embedded newline set via SetDataArrayAndreas Heinisch
2021-11-08tdf#139205: Keep hierarchical structure of localized default styles in CalcKevin Suo
2021-11-08improve performance of cell equality comparisons (tdf#139444)Luboš Luňák
2021-11-08optimize VLOOKUP by returning SharedString if possible (tdf#139444)Luboš Luňák
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin
2021-11-08tdf#48622 Adapt sidebar line styles to new defaultsSamuel Mehrbrodt
2021-11-07forward decls go after #includeNoel Grandin
2021-11-07return XShape from SdrObject::getUnoShapeNoel Grandin
2021-11-05use more DECL_DLLPRIVATE_STATIC_LINKNoel Grandin
2021-11-05use more DECL_DLLPRIVATE_LINKNoel Grandin
2021-11-05Blind fix for ubusan errorKohei Yoshida
2021-11-04tdf#48622 Add new border line width defaultsSamuel Mehrbrodt
2021-11-04Move these SC_STYLE_PROG_* and SC_PIVOT_STYLE_PROG_* constexpr to headerKevin Suo
2021-11-04tdf#145079 XLSX export: fix regression of internal hyperlinksTünde Tóth
2021-11-03Upgrade mdds and liborcus to 2.0.0 and 0.17.0, respectively.Kohei Yoshida
2021-11-03This aParentName can be constKevin Suo
2021-11-03tdf#97667 Add XML Dump methods for Calc Pool ItemsFelipe Lema
2021-11-03improve find-can-be-private scriptNoel Grandin
2021-11-01multiline calc inputbar not redrawing and adjusting scrollbar on delete of textCaolán McNamara
2021-11-01tdf#138475: also set font size/weight/posture for CJK/CTL languages...Kevin Suo
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski