summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/spelleng.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-07-18make ScRange single-arg constructor explicitNoel Grandin1-1/+1
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-2/+0
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara1-2/+1
2024-01-17ITEM: Remove suspicious extra-Which in ::PutArmin Le Grand (allotropia)1-1/+1
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-7/+7
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-1/+1
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-3/+3
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin1-4/+5
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin1-1/+1
2022-06-16make meType in ScCellValue privateNoel Grandin1-1/+1
2022-05-07tdf#107765: Use the correct sheet index.Kohei Yoshida1-2/+2
2022-05-07tdf#107765: Check the updated language and apply it to the cell.Kohei Yoshida1-1/+28
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski1-1/+1
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák1-2/+1
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin1-3/+3
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-04-06remove Application::GetDefDialogParent call in editengCaolán McNamara1-7/+7
2020-10-20tdf#137594 prevent converting unallocated columns.Mark Hung1-1/+2
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-1/+1
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-1/+1
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara1-3/+3
2019-10-19sc: rowcol: tdf#50916 chip away at some more call sites.Michael Meeks1-2/+2
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen1-3/+0
2019-06-21reference childwins are all weldedCaolán McNamara1-2/+1
2019-06-21weld SpellDialogCaolán McNamara1-11/+22
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-3/+4
2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara1-5/+7
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-3/+7
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-12/+12
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand1-1/+1
2017-08-23convert message box style bits to scoped enumNoel Grandin1-1/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin1-1/+1
2017-02-16convert EESpellState to scoped enumNoel Grandin1-9/+3
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-03-31tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis1-6/+13
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-09-18boost->stdCaolán McNamara1-3/+3
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-3/+3
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin1-1/+1
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin1-5/+5
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1