summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2023-10-12loplugin:unusedmethodsNoel Grandin
2023-10-12no need for these enums in BroadcasterStateNoel Grandin
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-10-11cool#7330 calc perf: PaintTile's FillInfoNoel Grandin
2023-10-11tdf#156815 Reset solver settings when a sheet is renamedRafael Lima
2023-10-09tdf#100034 tdf#157318 XLSX export: fix lost named ranges associated to sheetsRafael Lima
2023-10-06aStrHidden and SCSTR_HIDDEN are unusedCaolán McNamara
2023-10-06SdrModel::getUnoModel can use XModel instead of XInterfaceNoel Grandin
2023-10-06crash copying text + chart to clipboard with InputOptions::TextWysiwygCaolán McNamara
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin
2023-10-01tdf#154449 Add support for hidden named rangesRafael Lima
2023-09-24loplugin:unusedmethodsNoel Grandin
2023-09-20Fix typoAndrea Gelmini
2023-09-18Schedule conditional formating repaint after filtering is completedSzymon Kłos
2023-09-15reduce casting around ScDocShellNoel Grandin
2023-09-08inline SC_QUERYINTERFACE macrosNoel Grandin
2023-09-08replace ScUnoHelpFunctions::VectorToSequence..Noel Grandin
2023-09-07merge SvxFmDrawPage into SvxDrawPageNoel Grandin
2023-09-07lok: save to xlsx changes column sizeSzymon Kłos
2023-09-01Resolves: tdf#156985 Treat adding two KahanSum differentlyEike Rathke
2023-09-01sc: add ODF import/export of the Theme + testsTomaž Vajngerl
2023-08-28new loplugin:optionalboolNoel Grandin
2023-08-23tdf#156611 SC: hyperlink option for MS behaviourAttila Szűcs
2023-08-15use sal_uInt64 when dealing with stream positionNoel Grandin
2023-08-14tdf#156677 if CheckComputeDependencies failed in expanded range...Caolán McNamara
2023-08-13defer turning xlsx notes into SdrCaptions until activatedCaolán McNamara
2023-08-12add a CreateNoteFromObjectPropertiesCaolán McNamara
2023-08-11split out a common CreateNoteDataCaolán McNamara
2023-08-11split out common ScPostIt insertion pieceCaolán McNamara
2023-08-02sc: theme color support for sparklines + ODF & OOXML import/exportTomaž Vajngerl
2023-08-01cool#6911 report the position of comments as cell addressesCaolán McNamara
2023-08-01Allow getViewRenderState to get from a specific viewParis Oplopoios
2023-07-25follow tdf#154131 Treat also HMTL importLaurent Balland
2023-07-25tdf#93315 sc: Only 84 empty row show in the Print PreviewCzeber László Ádám
2023-07-13sc: remove duplicated table validity checks and other duplicationsTomaž Vajngerl
2023-07-12sc: Theme color change undo/redo - styles and direct formatTomaž Vajngerl
2023-07-11tdf#123026 xlsx import: recalc optimal row height on importJustin Luth
2023-07-06ScAutoFontColorMode::Black is unusedNoel Grandin
2023-06-29loplugin:unusedmethodsNoel Grandin
2023-06-29sc: use ComplexColor for font color (+others) in OOXML exportTomaž Vajngerl
2023-06-27sc: import and prop. theme color support for cell bordersTomaž Vajngerl
2023-06-27tdf#123026 sc xlsx: provide per-sheet optimal row height settingJustin Luth
2023-06-26convert ScAutoFontColorMode to scoped enumNoel Grandin
2023-06-25sc: simplify and fix prop. mapping for cell BG and char theme colorTomaž Vajngerl
2023-06-23Speed up scrolling through large document with lots of patternsNoel Grandin
2023-06-22sc: factor out color from setting vcl::Font from a ItemSetTomaž Vajngerl
2023-06-21sc: add CharComplexColor and CellBackgroundComplexColor propertiesTomaž Vajngerl
2023-06-17Resolves: tdf#153517 Use tools::Duration for FillSeries with (date+)timeEike Rathke
2023-06-14online: speed up scrolling large excel documentNoel Grandin