/external/libetonyek/

.05 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
AgeCommit message (Expand)Author
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-12don't artificially clamp attribute iterators rangeLuboš Luňák
2022-04-05sc: make printing of Sparklines workTomaž Vajngerl
2022-04-04sc: undo/redo for sparklines when deleting the cell contentTomaž Vajngerl
2022-04-04sc: add support for copy/cut and paste of SparklinesTomaž Vajngerl
2022-04-03sc: support deleting a Sparkline with 'Clear Content' functionTomaž Vajngerl
2022-03-29avoid repeated calls to ScMarkData::GetMarkedRanges() (tdf#148147)Luboš Luňák
2022-03-29sc: refactor sparkline struture to store a list of sparklinesTomaž Vajngerl
2022-03-25loplugin:constantparamNoel Grandin
2022-03-11tdf#147744: Make sure to pass valid position hints.Kohei Yoshida
2022-03-11load ods/xlsx with full row attributes without allocating all columnsLuboš Luňák
2022-03-10fix attr iterators to walk even unallocated columns if neededLuboš Luňák
2022-03-08optimize ScTabView::SkipCursorVertical() for many rowsLuboš Luňák
2022-03-08fix GetAttr() for unallocated columnsLuboš Luňák
2022-03-08sc: add Sparkline to the model as a column multi_type_vectorTomaž Vajngerl
2022-03-08remove pAttrArray nullptr checksLuboš Luňák
2022-03-06do not destroy broadcasters and then recreate again (tdf#134268)Luboš Luňák
2022-03-05remove more hardcoded MAXROWLuboš Luňák
2022-03-05remove pAttrArray nullptr checksLuboš Luňák
2022-03-05introduce ScColumnData for ScColumn/ScTable code sharingLuboš Luňák
2022-02-26tdf#147298: Add a simple test case for formula cell tracking by column.Kohei Yoshida
2022-02-16do not allocate columns in ScTable::GetNumberFormat()Luboš Luňák
2022-02-10replace various sal_uLong that might overflow with huge sheetsLuboš Luňák
2022-02-04tdf#146795: Make sure to use valid position hints to avoid crash.Kohei Yoshida
2021-12-06make it clearer that ScHint is modifiedLuboš 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-05Blind fix for ubusan errorKohei Yoshida
2021-09-13Resolves: tdf#144135 Rework Sort with area extrasEike Rathke
2021-07-21pass sc::ColumnIterator by valueNoel Grandin
2021-05-25tdf#116413 keep AttachNewFormulaCell methods togetherscito
2021-05-21tdf#116413 after Paste Special with ADD and As Link attach dest cellsscito
2021-05-18loplugin:unusedmethodsNoel Grandin
2021-05-17small perf improvement in checking for noteNoel Grandin
2021-05-13tdf#142214: autoinput: remove search/entry count limitsDennis Francis
2021-04-14tdf#126678 - Consider "Include formats" option during sortAndreas Heinisch
2021-03-25tdf#140968 tdf#140978 XLSX import: fix lost rounded filtersBalazs Varga
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-10-20use tools::Long in scNoel
2020-09-16ScAttrArray never has a null ScDocument* memberCaolán McNamara
2020-09-16ScColumn::ScColumn never called with a null ScDocument*Caolán McNamara
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin