summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/SpellDialog.cxx
AgeCommit message (Expand)Author
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-12-18spell dialog: Make [Close] work in protected documents with editable fields.Jan Holesovsky
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-11-19coverity#735402 Logically dead codeCaolán McNamara
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-21Typo: and->endJulien Nabet
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-07-27Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-16cui: sal_Bool->boolNoel Grandin
2014-04-11Clean up function declarations and some unused functionsStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-04-01linguistic: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-19Resolves: fdo#74242 now VclMultiLineEdit's a11y workCaolán McNamara
2014-02-06Fix spelling errrorTor Lillqvist
2014-01-28bool improvementsStephan Bergmann
2014-01-24fdo#56954, fdo#73868 grammar checking UI fixesLászló Németh
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara
2014-01-22fdo#73917 spelling dialog: don't report fully ignored words againLászló Németh
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-17Window::Notify should return boolStephan Bergmann
2013-12-04Related: fdo#72258 re-orient dialog verticallyCaolán McNamara
2013-12-04Resolves: fdo#72258 options is .ui now, so drop SfxNoLayoutSingleTabDialogCaolán McNamara
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-10-20fdo#52622 - Reduce copy and paste codeJosé Guilherme Vanz
2013-10-01convert CUI module from String to OUStringNoel Grandin
2013-09-11convert include/editeng/splwrap.hxx from String to OUStringNoel Grandin
2013-09-02Resolves: fdo#68794 blank placeholders when there is no known language yetCaolán McNamara
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27DBG_ASSERT -> SAL_WARN_IF (silence -Werror=unused-macros)Stephan Bergmann
2013-03-13String::AppendAscii cleanupRicardo Montania
2013-03-07rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara
2013-02-22s/the the/the/Tor Lillqvist
2013-02-12fdo#46808, Adapt linguistic2::DictionaryList UNO service to new styleNoel Grandin
2013-01-24rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialogCaolán McNamara
2013-01-21fix previous string conversion:Michael Stahl