summaryrefslogtreecommitdiff
path: root/sw/source/uibase/fldui
AgeCommit message (Expand)Author
2017-12-18tdf#42949 Remove unused uno headers from /sw/source/uibaseBartosz Kosiorek
2017-06-12tdf#107795 fixed cursor position after inserting input fieldBernhard Widl
2016-11-07wrap some more dialog pointers in VclPtrNoel Grandin
2016-11-07Make the insert fields dialog not crashMaxim Monastirsky
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-03tdf#99529 sw: don't pop up input field dialog before inserting fieldMichael Stahl
2016-05-01Fix typosAndrea Gelmini
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-22loplugin:constantparam in swNoel Grandin
2016-03-09loplugin:constantparam in swNoel Grandin
2016-02-29loplugin:unuseddefaultparam in sw (part1)Noel Grandin
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-24loplugin:unusedfields in sw/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09formatting improvements in sw/Noel Grandin
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-09-29Fix typosAndrea Gelmini
2015-08-25make pWindow private in SfxChildWindowNoel Grandin
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-05-25Use size_t consistently for GetFldTypeCount/GetFldType/RemoveFldTypeMatteo Casalin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-20tdf#85911 docx: export comment initialsJoren De Cuyper
2015-05-12sw: Prefix SwInsertFld_Data member variables.Jan Holesovsky
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-21sw: prefix members of SwFieldTypeMichael Stahl
2015-03-24convert sfxlink to enum classNoel Grandin
2015-03-24convert SfxChildAlignment to enum classNoel Grandin
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-01-09fdo#84938: convert FRMTYPE_ #defines to 'enum class'Noel Grandin
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin