summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldedt.cxx
AgeCommit message (Expand)Author
2020-10-16tdf#137210 fix field selection regressionJim Raykowski
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-01-23tdf#42949 Fix IWYU warnings in sw/source/ui/[c-u]*/*cxxGabor Kelemen
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-09-20convert SwFieldTypesEnum to scoped enumNoel Grandin
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen
2019-04-08tdf#123968 sw: use inline editing for input fields for variablesMichael Stahl
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen
2019-03-20weld SwFieldEditDlgCaolán McNamara
2019-03-12weld SwAddrDlgCaolán McNamara
2018-12-18sw_redlinehide_4b: adapt FindAttrImpl()Michael Stahl
2018-11-22improve function-local statics in swNoel Grandin
2018-11-03Start of work in progress on making dialogs work in the iOS appTor Lillqvist
2018-10-24tdf#119561: fix assert when double click field in a tableJulien Nabet
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin
2018-03-20drop unnecessary includesCaolán McNamara
2018-03-01tdf#116029 Layout of field edit dialog according to the bookheiko tietze
2018-02-01tdf#42949 Remove unneeded helpids.h headers (3/3)Gabor Kelemen
2017-10-23loplugin:includeform: swStephan Bergmann
2017-08-07loplugin:constparams in sw part9Noel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: swStephan Bergmann
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-03-22loplugin:constantparam in swNoel Grandin
2016-03-09loplugin:constantparam in swNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-17boost->stdCaolán McNamara
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-29convert _EDIT constants to scoped enumNoel Grandin
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in swNoel Grandin
2015-01-28Resolves: fdo#50640 make sure we don't move away from the current fieldCaolán McNamara
2015-01-27Revert "merge these two selection changing hunks of code"Caolán McNamara
2015-01-27merge these two selection changing hunks of codeCaolán McNamara
2014-12-02loplugin: cstylecastNoel Grandin
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-06-04Avoid possible memory leaks in case of exceptionsTakeshi Abe