summaryrefslogtreecommitdiffstats
path: root/cui/source/options/optlingu.cxx
Commit message (Expand)AuthorAgeFilesLines
* cppcheck: cstyleCastCaolán McNamara2015-02-161-10/+10
* cui: SvxLinguTabPage::GetRanges() is dead, remove itMichael Stahl2015-01-091-18/+0
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-091-6/+4
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+0
* loplugin: cstylecastNoel Grandin2014-10-231-27/+27
* fdo#82577: Handle WindowNoel Grandin2014-09-231-4/+4
* fdo#82577: Handle FontNoel Grandin2014-09-181-4/+4
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-121-1/+1
* drop unnecessary shl.hxx includesCaolán McNamara2014-08-181-1/+0
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-07-301-5/+3
* Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin2014-07-261-2/+2
* Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann2014-06-111-3/+3
* Change SfxTabPage::Reset param from ref to pointerStephan Bergmann2014-06-111-4/+4
* Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann2014-06-101-4/+4
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-1/+1
* coverity#1210176 Uninitialized pointer fieldCaolán McNamara2014-04-291-0/+1
* constLuboš Luňák2014-04-271-2/+2
* cui: sal_Bool->boolNoel Grandin2014-04-161-73/+73
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-111-28/+0
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-2/+2
* sfx2: sal_Bool->boolNoel Grandin2014-03-271-3/+3
* svtools: sal_Bool->boolNoel Grandin2014-03-251-8/+8
* cui: prefer passing OUString by referenceNoel Grandin2014-03-171-3/+4
* svx: sal_Bool->boolNoel Grandin2014-03-111-2/+2
* svx: sal_Bool->boolNoel Grandin2014-03-111-1/+1
* coverity#704606 Explicit null dereferencedCaolán McNamara2014-03-071-0/+5
* coverity#708784 Unused pointer valueCaolán McNamara2014-03-071-13/+0
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-051-18/+18
* Remove visual noise from cuiAlexander Wilms2014-02-261-16/+16
* Remove unneccessary commentsAlexander Wilms2014-02-231-18/+18
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+1
* svl: sal_Bool -> boolStephan Bergmann2014-02-201-2/+2
* convert edit modules dialog to .uiCaolán McNamara2014-02-021-90/+71
* bool improvementsStephan Bergmann2014-01-281-4/+4
* bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann2014-01-221-2/+2
* Spell "indices" correctlyTor Lillqvist2013-10-021-1/+1
* convert CUI module from String to OUStringNoel Grandin2013-10-011-28/+28
* pretty up optlingu pageCaolán McNamara2013-09-281-3/+4
* cppcheck: redundant assignmentJulien Nabet2013-09-271-1/+0
* Convert optlingu page to .ui + adapt code.Jan Holesovsky2013-09-271-170/+126
* lets just switch directly on the EID_OPTIONSCaolán McNamara2013-08-291-59/+45
* Convert Hyphenation dialogs to .uiFaisal M. Al-Otaibi2013-08-291-13/+32
* WaE: C4805: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist2013-08-161-1/+1
* convert delete dictionary query to .uiCaolán McNamara2013-07-151-2/+3
* can drop RID_SFXDLG_NEWDICTCaolán McNamara2013-07-151-1/+1
* use static LanguageTag::convertTo...() for standalone conversionsEike Rathke2013-07-131-14/+14
* comparing only language and country is now insufficientEike Rathke2013-07-101-1/+2
* remove unused componentcontext.hxx includesNoel Grandin2013-06-051-1/+0
* fdo#46808, More LinguProperties funNoel Grandin2013-05-151-1/+1
* fdo#46808, Replace some XMultiServiceFactory with XComponentContextNoel Grandin2013-05-141-9/+6