summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui
AgeCommit message (Expand)AuthorFilesLines
2018-08-10Resolves: tdf#118965 fix input list edit buttonCaolán McNamara1-1/+1
2018-07-09tdf#116543: don't forget to commit registrations in DB field editorMike Kaganski1-1/+18
2018-06-01Resolves: tdf#116268 use on/off data, not pos to determine which is whichCaolán McNamara1-1/+1
2017-12-01Resolves: tdf#114112 sort 'select' listCaolán McNamara1-0/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2-2/+2
2017-11-21loplugin:flatten in swNoel Grandin4-464/+468
2017-11-06tdf#107939 Fix case-insensitive filter in Field DialogVitaliy Anderson1-2/+2
2017-10-23loplugin:includeform: swStephan Bergmann17-32/+32
2017-09-30tdf#112526 fix insert of text variable in writerJochen Nitschke2-20/+20
2017-09-25Translate German comments and debug strings (leftovers)Johnny_M1-1/+1
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt5-19/+19
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt6-53/+53
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt5-18/+18
2017-09-19tdf#79877 revert to old behavior when clicking on input fields.Bernhard Widl2-9/+70
2017-09-08set parent for file dialog helperCaolán McNamara3-3/+3
2017-08-07loplugin:constparams in sw part9Noel Grandin8-8/+8
2017-08-02split out VclBuilder static methodsCaolán McNamara1-2/+2
2017-07-27replace sal_uLong variables with sal_uInt32 for SvNumberFormatter IDsJochen Nitschke3-4/+4
2017-07-21de-hrc various thingsCaolán McNamara13-26/+7
2017-07-21migrate to boost::gettextCaolán McNamara8-624/+60
2017-07-14use more OUString::operator== in swNoel Grandin1-3/+3
2017-07-04loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann1-1/+1
2017-06-27loplugin:oncevar in swNoel Grandin1-2/+1
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann2-4/+3
2017-05-19make string translation loading more uniformCaolán McNamara7-37/+37
2017-05-18loplugin:unusedmethodsNoel Grandin2-25/+0
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-2/+2
2017-05-09loplugin:checkunusedparams in sw(part5)Noel Grandin1-2/+1
2017-04-28move builder attributes from OString to OUStringCaolán McNamara1-1/+1
2017-04-27remove sw bitmaps from .src filesCaolán McNamara1-5/+6
2017-04-24clang-tidy readability-simplify-boolean-expr in swNoel Grandin1-3/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2-2/+2
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-19TyposJulien Nabet1-1/+1
2017-03-16remove unused defines from HRC files in sw/Noel Grandin1-30/+0
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin6-31/+31
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-2/+2
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin2-3/+3
2016-12-12remove another imagelistCaolán McNamara1-5/+5
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: swStephan Bergmann2-2/+4
2016-11-08tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu1-8/+1
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-1/+1
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara1-1/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin6-6/+6
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann20-83/+83
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann7-7/+7
2016-09-03cppcheck: variableScopeZolnai Tamás1-4/+2
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann4-14/+14
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann4-14/+14
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin2-2/+2