summaryrefslogtreecommitdiff
path: root/sw/source/uibase/fldui
AgeCommit message (Expand)AuthorFilesLines
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-4/+4
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann1-4/+4
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-03tdf#99529 sw: don't pop up input field dialog before inserting fieldMichael Stahl1-3/+8
2016-05-01Fix typosAndrea Gelmini1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-1/+1
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-16/+0
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin2-6/+4
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-1/+2
2016-03-22loplugin:constantparam in swNoel Grandin1-5/+1
2016-03-09loplugin:constantparam in swNoel Grandin1-2/+2
2016-02-29loplugin:unuseddefaultparam in sw (part1)Noel Grandin1-6/+3
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin1-4/+1
2016-01-10Fix typosAndrea Gelmini2-2/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-4/+4
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-16/+16
2015-11-09formatting improvements in sw/Noel Grandin2-14/+14
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin2-14/+14
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin2-5/+5
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+1
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-08-25make pWindow private in SfxChildWindowNoel Grandin1-2/+2
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin1-2/+0
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-4/+4
2015-05-25Use size_t consistently for GetFldTypeCount/GetFldType/RemoveFldTypeMatteo Casalin1-5/+5
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier3-262/+262
2015-05-20tdf#85911 docx: export comment initialsJoren De Cuyper1-1/+3
2015-05-12sw: Prefix SwInsertFld_Data member variables.Jan Holesovsky1-74/+74
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-3/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-21sw: prefix members of SwFieldTypeMichael Stahl1-3/+3
2015-03-24convert sfxlink to enum classNoel Grandin1-3/+3
2015-03-24convert SfxChildAlignment to enum classNoel Grandin1-2/+2
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-3/+3
2015-01-09fdo#84938: convert FRMTYPE_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-02loplugin: cstylecastNoel Grandin1-51/+51
2014-11-25loplugin: cstylecastNoel Grandin1-18/+18
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin1-3/+1
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-2/+2
2014-06-27OSL_ENSURE->assert where guaranteed deref followsCaolán McNamara1-3/+2