summaryrefslogtreecommitdiff
path: root/sw/source/uibase/lingu
AgeCommit message (Expand)AuthorFilesLines
2016-01-31unnecessary use of OUString constructorNoel Grandin1-1/+1
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-2/+2
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-2/+2
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-2/+2
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-2/+2
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin1-2/+1
2016-01-12loplugin:unusedmethods unused return value in include/editengNoel Grandin1-3/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-21loplugin:unusedfields in swNoel Grandin1-1/+0
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon2-27/+27
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-14/+14
2015-11-09formatting improvements in sw/Noel Grandin1-4/+4
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin2-9/+9
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-08tdf#92341 Hide in grammar menu and fix labelMaxim Monastirsky1-1/+2
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-24tdf#92341 Add AutoCorrect entry in spellcheck context menuYousuf Philips3-4/+14
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-08-21loplugin: defaultparamsNoel Grandin1-7/+7
2015-07-06improve the returnbyref lopluginNoel Grandin1-1/+1
2015-06-02loplugin: loopvartoosmallKatarina Behrens1-2/+2
2015-06-01sal_uInt16 to sal_Int32, and use -1 as a special caseMatteo Casalin1-2/+2
2015-06-01Use auto or more proper integer types, avoid temporariesMatteo Casalin1-1/+1
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier3-47/+47
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin1-4/+4
2015-05-05drop useless temp debugging stringsCaolán McNamara1-12/+0
2015-05-05loplugin:staticmethodsNoel Grandin2-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-3/+3
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-6/+6
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-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-3/+3
2015-04-08convert DIC_ERR_ constants to scoped enumNoel Grandin1-4/+4
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2014-12-02loplugin: cstylecastNoel Grandin1-1/+1
2014-11-16sal_True/sal_False to true/false in calls to getWordBoundaryMatteo Casalin1-1/+1
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin1-1/+1
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin1-2/+2
2014-11-16makeAny(sal_True/sal_False) to makeAny(true/false) in swMatteo Casalin1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-10/+10
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-28coverity#704072 Unchecked return valueCaolán McNamara1-29/+31
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin3-6/+6