summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2022-04-19sc: introduce SparklineShell and Sparkline contextTomaž Vajngerl
2022-04-19sc: fix rendering when sparkline doesn't have a data rangeTomaž Vajngerl
2022-04-14Resolves: tdf#141625 give enough space to see full date+timeCaolán McNamara
2022-04-14ofz#46352 assert on bad string offsetCaolán McNamara
2022-04-14unit test: use temp copy in testInvalidEntrySave()Dennis Francis
2022-04-14lok: unit test for invalid entry saveDennis Francis
2022-04-14lok: avoid validation-dialog yield when savingDennis Francis
2022-04-14tdf#148423: Half a hackStephan Bergmann
2022-04-14compress row height calculation (tdf#148492)Luboš Luňák
2022-04-14don't clamp columns to allocated ones for flagsLuboš Luňák
2022-04-14handle xlsx with too large sheets the same way as e.g. odsLuboš Luňák
2022-04-14allocate columns for initDataRows()Luboš Luňák
2022-04-14use ScTable::ColumnData() in ScDocument::ExtendOverlapped()Luboš Luňák
2022-04-14allocate columns in ScTable::Compare()Luboš Luňák
2022-04-14allocate column in ScTable::FillSeries() when neededLuboš Luňák
2022-04-14avoid repeated calls to ScMarkData::GetMarkedRanges() (tdf#148147)Luboš Luňák
2022-04-14initialize output parameter of ScFormatRangeStyles::GetStyleNameIndex()Luboš Luňák
2022-04-14bail out of the loop when the item is foundLuboš Luňák
2022-04-14fix ScTable::GetLastChangedCol() for unallocated columnsLuboš Luňák
2022-04-14forcepoint#81 fix array sizeLuboš Luňák
2022-04-14handle broken row ranges in excel import, #2Luboš Luňák
2022-04-14handle broken row ranges in excel importLuboš Luňák
2022-04-14fix comparison operators in Excel export, #2Luboš Luňák
2022-04-14allocate column in ScTable::SetPatternAreaCondFormat() (tdf#147894)Luboš Luňák
2022-04-14fix comparison operatorsLuboš Luňák
2022-04-14load ods/xlsx with full row attributes without allocating all columnsLuboš Luňák
2022-04-14don't bother drawing zero-width cellsLuboš Luňák
2022-04-14optimize searching for last visible rowLuboš Luňák
2022-04-14don't ignore GetDefPattern() in ScHorizontalAttrIteratorLuboš Luňák
2022-04-14don't artificially clamp attribute iterators rangeLuboš Luňák
2022-04-14fix attr iterators to walk even unallocated columns if neededLuboš Luňák
2022-04-14add ColumnData() for simple handling of unallocated column dataLuboš Luňák
2022-04-13cid#1503834: copy-pasteJulien Nabet
2022-04-13sc: add UI, undo/redo and test to change sparkline data rangeTomaž Vajngerl
2022-04-13sc: add an overlay to show sparklines in a sparkline groupTomaž Vajngerl
2022-04-13sc: add sparklines commands to main menuTomaž Vajngerl
2022-04-13sc: take sparklines into account with auto fillTomaž Vajngerl
2022-04-13sc: improve keeping track of sparklines in SparklineListTomaž Vajngerl
2022-04-13sc: prevent a crash when deleting a sparklineTomaž Vajngerl
2022-04-12sc: put SparklineList implementation into SparklineList.cxxTomaž Vajngerl
2022-04-12sc: add Group and Ungroup to context menu for sparklinesTomaž Vajngerl
2022-04-12sc: add "Delete Sparkline Group" context menu action + Undo/RedoTomaž Vajngerl
2022-04-12sc: improve SparklineList to track added SparklineGroupsTomaž Vajngerl
2022-04-12sc: add SparklineGroup Undo/RedoTomaž Vajngerl
2022-04-12sc: Sparkline rendering improvement, take all attrs. into accountTomaž Vajngerl
2022-04-12sc: edit all sparkline attributes in SparklineDialogTomaž Vajngerl
2022-04-12sc: use GUID for the SparklineGroup ID and use thatTomaž Vajngerl
2022-04-12sc: make printing of Sparklines workTomaž Vajngerl
2022-04-12add tools::Guid class to generate, parse GUID valuesTomaž Vajngerl
2022-04-12sc: sparkline import/export for ODFTomaž Vajngerl