summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
AgeCommit message (Expand)Author
2023-08-14tdf#156677 if CheckComputeDependencies failed in expanded range...Caolán McNamara
2023-07-13sc: remove duplicated table validity checks and other duplicationsTomaž Vajngerl
2023-06-27tdf#123026 sc xlsx: provide per-sheet optimal row height settingJustin Luth
2023-05-20loplugin:unusedmethodsNoel Grandin
2023-03-26Related: tdf#154005 sc ods fileopen: fix dropdown form control sizeBalazs Varga
2023-03-25tdf#38948 Save solver settings to fileRafael Lima
2023-03-19sc drawstyles: Delay the destruction of SdrItemPoolMaxim Monastirsky
2023-03-14tdf#154005 sc ods fileopen: fix dropdown form control sizeBalazs Varga
2023-03-02Add a means to query the internal broadcaster state ...Kohei Yoshida
2023-02-28tdf#153669: Track formulas that stopped listening ...Kohei Yoshida
2023-02-23Resolves: tdf#153767 Try harder to import OOXML bool shared formula resultEike Rathke
2022-12-08Related: tdf#120190 Factor out ScDocument::CreateSharedStringTextObject()Eike Rathke
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-09-05tdf#150749 Find and replace on very large sheetNoel Grandin
2022-09-02no need to use unique_ptr for this map in sc::ScRangeNameNoel Grandin
2022-08-27sal_uLong->sal_uInt32 in ValidationEntryNoel Grandin
2022-08-25try harder to ensure InterpretCellsIfNeeded() interprets (tdf#150499)Luboš Luňák
2022-07-30sc: allow undo of typing in 2 views independent from each otherNoel Grandin
2022-06-26more efficient recalculations from xlsx import of pivot tablesLuboš Luňák
2022-06-25tdf#149647 LibreOffice Calc cursor not positioned correctlyNoel Grandin
2022-06-16share ScSortedRangeCache between threadsLuboš Luňák
2022-06-01pass ScRange around by valueNoel Grandin
2022-05-17provide more details about failures in Calc 'functions' testsLuboš Luňák
2022-05-16forcepoint#97 avoid Invalid read of size 2Caolán McNamara
2022-05-16Unfriend someMike Kaganski
2022-05-12IsEmptyBlock() -> IsEmptyData()Luboš Luňák
2022-05-12fix up order of some ScDocument functionsLuboš Luňák
2022-05-11make ScSortedRangeCache work for also ScQueryEntry::ByStringLuboš Luňák
2022-05-11introduce Calc cache for sorted handling of unsorted cellsLuboš Luňák
2022-05-10extend ScQueryCellIteratorBase for custom cell accessLuboš Luňák
2022-05-09make ScDocument::FetchTable() publicLuboš Luňák
2022-05-07tdf#107765: Use the correct sheet index.Kohei Yoshida
2022-05-06tdf#148383: Obtain start/end strings always in system localeDaniel Kamil Kozar
2022-04-22do not duplicate code for ScCountIfCellIteratorLuboš Luňák
2022-04-22try to limit cell interpreting to only visible cells when drawingLuboš Luňák
2022-04-22fix an off-by-one error in GetEmptyLinesInBlock()Luboš Luňák
2022-04-22fix checking whether a block of cells is emptyLuboš Luňák
2022-04-21rework GetColumnsRange() and ScColumnsRangeLuboš Luňák
2022-04-15sc: introduce SparklineShell and Sparkline contextTomaž Vajngerl
2022-04-12don't artificially clamp attribute iterators rangeLuboš Luňák
2022-04-06Fix typoAndrea Gelmini
2022-04-06sc: add "Delete Sparkline Group" context menu action + Undo/RedoTomaž Vajngerl
2022-04-05sc: use GUID for the SparklineGroup ID and use thatTomaž Vajngerl
2022-04-04sc: add "Edit Sparkline Group" context menu actionTomaž Vajngerl
2022-04-04sc: add Undo/Redo for deleting a SparklineTomaž Vajngerl
2022-04-04sc: change GetSparkline to return a shared_ptr instead of raw ptrTomaž Vajngerl
2022-04-03sc: support deleting a Sparkline with 'Clear Content' functionTomaž Vajngerl
2022-03-29sc: refactor sparkline struture to store a list of sparklinesTomaž Vajngerl
2022-03-25fix ScTable::GetLastChangedCol() for unallocated columnsLuboš Luňák
2022-03-25loplugin:constantparamNoel Grandin