summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column2.cxx
AgeCommit message (Expand)Author
2024-05-24Avoid more cases of unneeded GetTextWidthMike Kaganski
2024-05-23reduce cost of calc column height calculationNoel Grandin
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara
2024-02-28drop EEControlBits::FORMAT100Caolán McNamara
2024-02-27Make ScColumn::HasCellNotes() less expensiveKohei Yoshida
2024-02-10cid#1559951 silence Use after freeCaolán McNamara
2024-02-10cid#1591764 silence Double freeCaolán McNamara
2024-02-07cid#1559963 silence Use after freeCaolán McNamara
2024-01-05Resolves: tdf#158997 optimal col width too narrow to render textCaolán McNamara
2024-01-03tdf#114441 Convert use of sal_uLong to better integer typesgilssonn
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)
2023-10-31we always have a ScDocument so pass by referenceCaolán McNamara
2023-10-23cool#7332 calc perf: GetEmptyLinesInBlockNoel Grandin
2023-06-27tdf#123026 sc xlsx: provide per-sheet optimal row height settingJustin Luth
2023-06-22sc: factor out color from setting vcl::Font from a ItemSetTomaž Vajngerl
2023-03-20cid#1523442 Silence this Coverity diagnostic: the copy is intentionalMike Kaganski
2023-03-17tdf#148008: do not proceed after the marked rangeMike Kaganski
2023-03-17Move the variable into the scope where it's usedMike Kaganski
2022-12-06crashtesting forum-en-4598.odsNoel Grandin
2022-11-15Resolves: tdf#152053 GetOptimalColWidth() obtain number format from next rowEike Rathke
2022-08-31assert when formula group size is not large enoughLuboš Luňák
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-07-14loplugin:moveitNoel Grandin
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin
2022-06-16make meType in ScCellValue privateNoel Grandin
2022-05-12IsEmptyBlock() -> IsEmptyData()Luboš Luňák
2022-04-22fix an off-by-one error in GetEmptyLinesInBlock()Luboš Luňák
2022-04-10Silence cid#1503835 ("UNINTENDED_INTEGER_DIVISION")Stephan Bergmann
2022-04-08tdf#148423: Half a hackStephan Bergmann
2022-04-07sc: improve keeping track of sparklines in SparklineListTomaž Vajngerl
2022-04-05sc: use GUID for the SparklineGroup ID and use thatTomaž Vajngerl
2022-04-05sc: make printing of Sparklines workTomaž 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-31lok: CopyCellNotesHandler: use the cloned objectDennis Francis
2022-03-29sc: refactor sparkline struture to store a list of sparklinesTomaž Vajngerl
2022-03-08sc: add Sparkline to the model as a column multi_type_vectorTomaž Vajngerl
2022-03-06don't try to spellcheck after last data cell (tdf#122827)Luboš Luňák
2022-03-06do not destroy broadcasters and then recreate again (tdf#134268)Luboš Luňák
2022-03-05remove pAttrArray nullptr checksLuboš Luňák
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/core/dataNoel Grandin
2022-02-26optimize ScColumns::HasCellNotes()Luboš Luňák
2022-02-25convert more MAXCOLCOUNT/MAXROWCOUNTLuboš Luňák
2022-02-16move simple checks out of DEBUG_COLUMN_STORAGELuboš 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
2022-01-22Use o3tl::convert instead of OutputDevice::LogicToLogicMike Kaganski
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski