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