summaryrefslogtreecommitdiff
path: root/cui/source/options/optlingu.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-2/+2
2015-02-16cppcheck: cstyleCastCaolán McNamara1-10/+10
2015-01-09cui: SvxLinguTabPage::GetRanges() is dead, remove itMichael Stahl1-18/+0
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn1-6/+4
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-23loplugin: cstylecastNoel Grandin1-27/+27
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-09-18fdo#82577: Handle FontNoel Grandin1-4/+4
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-07-30Avoid possible memory leaks in case of exceptionsTakeshi Abe1-5/+3
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-2/+2
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-3/+3
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-4/+4
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-4/+4
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-04-29coverity#1210176 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-27constLuboš Luňák1-2/+2
2014-04-16cui: sal_Bool->boolNoel Grandin1-73/+73
2014-04-11Clean up function declarations and some unused functionsStephan Bergmann1-28/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-3/+3
2014-03-25svtools: sal_Bool->boolNoel Grandin1-8/+8
2014-03-17cui: prefer passing OUString by referenceNoel Grandin1-3/+4
2014-03-11svx: sal_Bool->boolNoel Grandin1-2/+2
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-07coverity#704606 Explicit null dereferencedCaolán McNamara1-0/+5
2014-03-07coverity#708784 Unused pointer valueCaolán McNamara1-13/+0
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-18/+18
2014-02-26Remove visual noise from cuiAlexander Wilms1-16/+16
2014-02-23Remove unneccessary commentsAlexander Wilms1-18/+18
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-02convert edit modules dialog to .uiCaolán McNamara1-90/+71
2014-01-28bool improvementsStephan Bergmann1-4/+4
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-2/+2
2013-10-02Spell "indices" correctlyTor Lillqvist1-1/+1
2013-10-01convert CUI module from String to OUStringNoel Grandin1-28/+28
2013-09-28pretty up optlingu pageCaolán McNamara1-3/+4
2013-09-27cppcheck: redundant assignmentJulien Nabet1-1/+0
2013-09-27Convert optlingu page to .ui + adapt code.Jan Holesovsky1-170/+126
2013-08-29lets just switch directly on the EID_OPTIONSCaolán McNamara1-59/+45
2013-08-29Convert Hyphenation dialogs to .uiFaisal M. Al-Otaibi1-13/+32
2013-08-16WaE: C4805: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist1-1/+1
2013-07-15convert delete dictionary query to .uiCaolán McNamara1-2/+3
2013-07-15can drop RID_SFXDLG_NEWDICTCaolán McNamara1-1/+1
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-14/+14
2013-07-10comparing only language and country is now insufficientEike Rathke1-1/+2
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0