summaryrefslogtreecommitdiff
path: root/svx/source/dialog/langbox.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-12Remove excess newlinesChris Sherlock1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-31com::sun::star->css in svxNoel Grandin1-3/+3
2015-10-16convert Link<> to typedNoel Grandin1-2/+1
2015-07-16loplugin:unusedmethods svxNoel Grandin1-11/+0
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-4/+4
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-2/+2
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-2/+2
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-5/+3
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin1-26/+26
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-10/+0
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-3/+3
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin1-10/+0
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-02-13set edit selection only if necessaryEike Rathke1-2/+12
2015-02-13Resolves: tdf#81429 select corresponding listbox entry if not currentEike Rathke1-8/+16
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-3/+1
2015-02-05yet yet yet yet yet yet another Windows build 'Locale' ambiguous symbolEike Rathke1-6/+5
2014-10-06loplugin: cstylecastNoel Grandin1-4/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-04suppress legacy locales, fdo#44112 relatedEike Rathke1-0/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-06-03disallow private use language tags in combo box editEike Rathke1-1/+1
2014-05-23feedback color indicator for invalid tagsEike Rathke1-0/+19
2014-05-23coverity#1215400 Uninitialized scalar fieldCaolán McNamara1-2/+5
2014-05-22advance start of edit selection on a matching entryEike Rathke1-0/+17
2014-05-22+ SvxLanguageComboBox EditModifyHdl(), SaveEditedAsEntry()Eike Rathke1-0/+73
2014-05-21we have GetEntryPos(), use itEike Rathke1-8/+12
2014-05-16more SvxLanguageBoxBase interfacingEike Rathke1-4/+97
2014-05-16introduce SvxLanguageBoxBase, SvxLanguageBox, SvxLanguageComboBoxEike Rathke1-75/+205
2014-05-06now these temporary SvtLanguageTable instances are mootEike Rathke1-6/+4
2014-04-18we don't even need an instance of SvtLanguageTable at SvxLanguageBoxEike Rathke1-6/+4
2014-04-03fixed display of available dictionaries stringsEike Rathke1-2/+2
2014-03-11svx: sal_Bool->boolNoel Grandin1-8/+8
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-20/+20
2014-02-26Remove visual noise from svxAlexander Wilms1-5/+5
2014-02-23Remove unneccessary commentsAlexander Wilms1-13/+13
2014-02-10the return of callcatcherCaolán McNamara1-9/+0
2014-01-03convert default language dialog to .uiCaolán McNamara1-2/+8
2013-09-22insert on-the-fly-ID if select requestedEike Rathke1-0/+3
2013-09-05convert svx/source/dialog/*.cxx from String to OUStringNoel Grandin1-7/+7
2013-09-05convert include/svx/langbox.hxx from String to OUStringNoel Grandin1-8/+7
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-1/+1
2013-04-05new module i18nlangtagEike Rathke1-2/+2
2013-04-03ditch unused LANGUAGE_USER[1-9]Eike Rathke1-3/+1
2013-03-19sal_Bool to boolTakeshi Abe1-6/+6
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-3/+3