summaryrefslogtreecommitdiff
path: root/sc/source/ui/app
AgeCommit message (Expand)Author
2024-05-22Partially revert 860d11230d6 "sc: check GetActiveViewShell()"Xisco Fauli
2024-05-21sc: check GetActiveViewShell()Xisco Fauli
2024-05-13Resolves tdf#63374 and tdf#160908Printf Debugging
2024-05-12cid#1597307 silence Unchecked return valueCaolán McNamara
2024-05-12help msvc -analyzer out wrt C6011 Dereferencing NULL pointerCaolán McNamara
2024-05-07Fix typoAndrea Gelmini
2024-05-07cid#1596888 Explicit null dereferencedCaolán McNamara
2024-05-06tdf#160855 fix crash due to Skia's internal maximum pixel limitPatrick Luby
2024-05-06WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-05-06ScGlobal::GetUserList never returns nullCaolán McNamara
2024-05-05always check return of SfxViewShell::Current()Caolán McNamara
2024-04-10cid#1596245 Explicit null dereferencedCaolán McNamara
2024-04-08cid#1596254 Null pointer dereferences in GetSotStorageStreamNoel Grandin
2024-04-02simplify SotTempStream and lifetimeNoel Grandin
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara
2024-03-22Resolves tdf#160282 - Ranges references text colors for dark backgroundsHeiko Tietze
2024-03-21ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)
2024-03-21Moving parts of readonly checks from model to view.Gökay Şatır
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski
2024-02-29Online: Make tooltip message specific to function usage tooltipGülşah Köse
2024-02-29move inline spelling setting out of document and into viewshellCaolán McNamara
2024-02-28tdf#159938: only apply wrap when the content was modifiedMike Kaganski
2024-02-28drop EEControlBits::FORMAT100Caolán McNamara
2024-02-28don't use EEControlBits::FORMAT100 in inline editengine for kit modeCaolán McNamara
2024-02-27Online: Prevent hiding tooltips due to other users action.Gülşah Köse
2024-02-23ONLINE: Add calc formula tooltip support.Gülşah Köse
2024-02-19ITEM: Speedup SlotIDToWhichID translationsArmin Le Grand (allotropia)
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)
2024-02-10perf: limit to max 1024 rows in cases where we originally allocated 1024 rowsCaolán McNamara
2024-02-07tdf#159595: Data validation without error check allows to enter wrong dataJulien Nabet
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)
2024-01-21ITEM: solve ScCondFormatDlgItem situationArmin Le Grand (allotropia)
2024-01-21editeng: change EditEngine getter to ref in {Imp}EditViewTomaž Vajngerl
2024-01-20cool#6893 reduce allocation in ScGridWindow::PaintTileNoel Grandin
2024-01-14ITEM: Move Shareable ItemFlag to SfxPolItemArmin Le Grand (allotropia)
2024-01-14tdf#159171 Prevent crash after selecting unprotected cells 2 timesMatt K
2024-01-11cid#1583748 Dereference after null checkCaolán McNamara
2024-01-10Related: cool#7951 don't invalidate when creating a new viewCaolán McNamara
2024-01-10cid#1583748 Dereference after null checkCaolán McNamara
2024-01-08calc: Add option to keep edit mode on enter/tabSkyler Grey
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)
2023-12-24Remove listeners of SvtAccessibilityOptionsGabor Kelemen
2023-11-28Always send theme-change in kit-mode even if the global theme is the sameCaolán McNamara
2023-11-23tdf#158252 sc: Enable text wrapping when inputting line breaks in cellofftkp
2023-11-19Extended loplugin:ostr: scStephan Bergmann
2023-11-15merge duplicate formula bar updates in close time proximityCaolán McNamara
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)
2023-11-03reduce jsdialog formulabar updates from 6 to 3 per keystrokeCaolán McNamara
2023-10-27tdf#157930 sc: Add easy to use conditional formatting menuParis Oplopoios