summaryrefslogtreecommitdiff
path: root/cui/source/options/optdict.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks1-7/+2
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-4/+1
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin1-2/+2
2015-04-18cui: convert new to ::Create.Michael Meeks1-2/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+31
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-4/+4
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-5/+0
2015-04-09loplugin:staticmethodsNoel Grandin1-9/+9
2015-04-08convert DIC_ERR_ constants to scoped enumNoel Grandin1-3/+4
2014-10-03coverity#1242803 Unused valueCaolán McNamara1-3/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-08-21QueryBox RID_SFXQB_SET_LANGUAGE -> MessageDialog + stringCaolán McNamara1-5/+5
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-04-29coverity#1210178 Uninitialized scalar fieldCaolán McNamara1-1/+2
2014-04-16cui: sal_Bool->boolNoel Grandin1-34/+34
2014-04-01linguistic: sal_Bool->boolNoel Grandin1-1/+1
2014-03-25svtools: sal_Bool->boolNoel Grandin1-5/+5
2014-03-11svx: sal_Bool->boolNoel Grandin1-2/+2
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-16/+16
2014-02-26Remove visual noise from cuiAlexander Wilms1-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-12/+12
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-07coverity#738955 unused pointer valueNoel Grandin1-2/+0
2014-01-30fdo#44314 non-standard hyphenation at soft hyphens + with pers. dic.László Németh1-1/+18
2014-01-28bool improvementsStephan Bergmann1-6/+6
2013-10-21drop StringCompare from cuiCaolán McNamara1-2/+2
2013-10-01convert CUI module from String to OUStringNoel Grandin1-29/+29
2013-08-02modern .ui widgetlayout for editdictionarydialogCsikós Tamás1-139/+141
2013-07-15modern .ui widgetlayout for optdict/newdictdlgCsikós Tamás1-29/+17
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-2/+2
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-2/+1
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist1-2/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-03-22String::AppendAscii cleanupRicardo Montania1-3/+3
2013-03-19sal_Bool to boolTakeshi Abe1-3/+2
2013-02-12fdo#46808, Adapt linguistic2::DictionaryList UNO service to new styleNoel Grandin1-1/+1
2013-01-26get rid of some XubStringsCaolán McNamara1-6/+6
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-3/+3
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin1-1/+1
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke1-9/+9
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-1/+1
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida1-10/+10
2012-10-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14