summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/SpellDialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-28bool improvementsStephan Bergmann1-10/+10
2014-01-24fdo#56954, fdo#73868 grammar checking UI fixesLászló Németh1-0/+3
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara1-1/+1
2014-01-22fdo#73917 spelling dialog: don't report fully ignored words againLászló Németh1-5/+8
2014-01-18Window::PreNotify should return boolStephan Bergmann1-3/+2
2014-01-17Window::Notify should return boolStephan Bergmann1-1/+1
2013-12-04Related: fdo#72258 re-orient dialog verticallyCaolán McNamara1-1/+1
2013-12-04Resolves: fdo#72258 options is .ui now, so drop SfxNoLayoutSingleTabDialogCaolán McNamara1-4/+4
2013-10-23convert code to use OUString::endsWithNoel Grandin1-2/+2
2013-10-20fdo#52622 - Reduce copy and paste codeJosé Guilherme Vanz1-14/+1
2013-10-01convert CUI module from String to OUStringNoel Grandin1-24/+24
2013-09-11convert include/editeng/splwrap.hxx from String to OUStringNoel Grandin1-2/+2
2013-09-02Resolves: fdo#68794 blank placeholders when there is no known language yetCaolán McNamara1-1/+7
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-23/+22
2013-03-27DBG_ASSERT -> SAL_WARN_IF (silence -Werror=unused-macros)Stephan Bergmann1-1/+3
2013-03-13String::AppendAscii cleanupRicardo Montania1-2/+2
2013-03-07rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara1-1/+1
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-12fdo#46808, Adapt linguistic2::DictionaryList UNO service to new styleNoel Grandin1-3/+3
2013-01-24rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialogCaolán McNamara1-2/+2
2013-01-21fix previous string conversion:Michael Stahl1-1/+1
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-8/+8
2013-01-07callcatcher: update unused codeCaolán McNamara1-10/+0
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2013-01-03WaE: unsafe mix of type 'bool' and type 'sal_Bool'Tor Lillqvist1-1/+1
2012-12-29adapt spelling dialog to use .uiCaolán McNamara1-365/+263
2012-12-29Don't display grammar checker's vendor name in the titlebarCaolán McNamara1-23/+1
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke1-6/+6
2012-11-12move svtools's FixedHyper.hxx to vclCaolán McNamara1-2/+2
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-10-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-03More places that require a prefixed "system"Stephan Bergmann1-3/+3
2012-09-03fdo#46808, Adapt system::SystemShellExecute UNO service to new styleNoel Grandin1-5/+4
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-2/+1
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás1-1/+1
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
2012-05-29Resolves: fdo#50476 Dots inside quoted sentences get removed on "Correct All"Caolán McNamara1-19/+32
2012-05-22Resolves: fdo#40778 wrong type used for callback argCaolán McNamara1-2/+2
2012-05-17Related: fdo#40778 use simple pushbutton for add to single user dictCaolán McNamara1-5/+20
2012-04-20removed unused definesTakeshi Abe1-1/+0
2012-04-17fdo#40778 Remove dictionary choice when adding new entry to the spellcheckerRob Snelders1-4/+17
2012-04-17translated or removed german comments in connectivity, cppuhelper and cuiFlorian Allmann-Rahn1-13/+7
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann1-1/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-5/+5
2012-02-27fdo#46531: Fixed SpellCheck dialog display issuesCédric Bosdonnat1-89/+86
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe1-1/+1
2012-01-21Improve checking for emptinessThomas Arnhold1-2/+2
2012-01-06Removed unnecessary tools/ref.hxx includes.Marcel Metz1-1/+0