summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsha.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-1/+0
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara1-11/+11
2024-02-04cid#1591487 Dereference after null checkCaolán McNamara1-3/+2
2024-02-04cid#1591492 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-01-29make calc style dialog asyncNoel Grandin1-158/+209
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-4/+4
2023-12-22cid#1546500 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+3
2023-12-12tdf#33201 Add UNO command for Column/Row HighlightingSahil1-0/+7
2023-11-20pass by ref, not pointer, in ScViewFunc::ApplyAttributesNoel Grandin1-1/+1
2023-08-08tdf#155799: sc: add getter function "GetEditString"Henry Castro1-0/+8
2023-06-18sc drawstyles: Restore text selection after applying a styleMaxim Monastirsky1-0/+6
2023-06-12sc: fix freeze row/column panesHenry Castro1-2/+5
2023-06-02tdf#132026: Fix selection in text cellBaole Fang1-3/+9
2023-05-26use more TypedWhichIdNoel Grandin1-1/+1
2023-05-26use more TypedWhichIdNoel Grandin1-1/+1
2023-04-19sc drawstyles: Fix export of transparencyMaxim Monastirsky1-0/+25
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2023-03-22sc drawstyles: Add a dialog for style editingMaxim Monastirsky1-1/+6
2023-03-21sc drawstyles: Handle style commands and undoMaxim Monastirsky1-3/+140
2023-03-17sc drawstyles: Move style commands to ScTabViewShellMaxim Monastirsky1-0/+723
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-9/+9
2022-09-14Related: tdf#149665 Unify input of a leading ' apostrophe in non-Text cellEike Rathke1-8/+9
2022-07-14Drop some needless castsStephan Bergmann1-2/+2
2022-07-05Resolves: tdf#149665 Strip first ' also for multiple '' if following is numericEike Rathke1-2/+10
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin1-1/+1
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin1-1/+1
2022-06-16make meType in ScCellValue privateNoel Grandin1-3/+3
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin1-5/+3
2022-05-11Resolves: tdf#132582 Display duration for calculated time values selectionEike Rathke1-0/+12
2022-04-08lok: avoid validation-dialog yield when savingDennis Francis1-2/+9
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/ui/view/Noel Grandin1-4/+2
2022-02-09Resolves tdf#147301 - Disable Hidden Row/Col indicatorHeiko Tietze1-0/+5
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák1-3/+3
2021-10-08loplugin:moveparam in svlNoel Grandin1-3/+2
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2021-02-01cppcheck: Clean up signed 32 bit shift by 31Dr. David Alan Gilbert1-1/+1
2021-01-11MakeNumberInfoItem always passed a non-null ScViewData*Caolán McNamara1-1/+1
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-2/+0
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-11-13loplugin:toolslongJulien Nabet1-4/+4
2020-11-13tdf#45705 rework zoom in and zoom out UI commands in CalcJim Raykowski1-0/+17
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin1-2/+2
2020-11-12remove Fraction::operator tools::Long()Noel1-2/+2
2020-10-20use tools::Long in scNoel1-2/+2
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-1/+1
2020-09-21lok: remove .uno:ModifiedStatus message from deduplication mechanismGabriel Masei1-7/+12
2020-09-18ScCellValue::getString never called with a null ScDocument*Caolán McNamara1-1/+1
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara1-37/+34