summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/spelldialog.cxx
AgeCommit message (Expand)Author
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-05-17split OutputDevice from WindowNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-16ScEditableTester ctor never passed a null ScDocument*Caolán McNamara
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2019-12-23sc: clear the spell checking markers after applying correctionsAshod Nakashian
2019-12-22sc: spelldialog: lock before resetting the editviewAshod Nakashian
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara
2019-08-12Fix typosAndrea Gelmini
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2018-12-25Simplify containers iterations in sc/source/ui/{view,xmlsource}Arkadiy Illarionov
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-08-24loplugin:useuniqueptr pass ScDocument by unique_ptr in the undo codeNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-05-16loplugin:checkunusedparams in sc(part5)Noel Grandin
2017-05-05loplugin:checkunusedparams in svx(part4)Noel Grandin
2017-05-02loplugin:checkunusedparams in editengNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-01-25use tools::SvRef in ScSpellDialogChildWindowNoel Grandin
2016-03-15tdf#79312 sc: Don't close the spellchecker when finishedSamuel Mehrbrodt
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida
2014-03-03Remove visual noise from scAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-03-14Reverse the logic of enable / disable idle flag...Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-06-18callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-07-05change from manual loop to ScMarkData::iteratorMarkus Mohrhard
2011-06-15Resolves: fdo#33636 spell-checker dialog itself can munge the selectionCaolán McNamara
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-02Remove bogus comments.Guillaume Poussel
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-05-11cws tl80: merge with DEV300 m77Thomas Lange [tl]
2010-04-22cws tl80: #i110341# problems with spell check dialog fixedThomas Lange [tl]