summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/spelleng.cxx
AgeCommit message (Expand)Author
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara
2019-10-19sc: rowcol: tdf#50916 chip away at some more call sites.Michael Meeks
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen
2019-06-21reference childwins are all weldedCaolán McNamara
2019-06-21weld SpellDialogCaolán McNamara
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand
2017-08-23convert message box style bits to scoped enumNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-02-16convert EESpellState to scoped enumNoel Grandin
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-03-31tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21editeng: sal_Bool->boolNoel Grandin
2014-02-21editeng: sal_Bool->boolNoel Grandin
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-13Drop unnecessary #includeTakeshi Abe
2014-01-28bool improvementsStephan Bergmann
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida
2013-03-22More on PutCell() avoidance.Kohei Yoshida
2013-02-12Made similar change to SetData() of ScEditCell.Kohei Yoshida
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida
2013-01-08Let's not have two variants of this getter. One is enough.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-22AllSettings with LanguageTagEike Rathke