summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg
AgeCommit message (Expand)AuthorFilesLines
2018-06-27tdf#118316: fix off-by-1 error (outline level is 0-based)Mike Kaganski1-1/+1
2018-04-12fix global-buffer-overflow found through UI testing on UBSAN jenkins jobMarkus Mohrhard1-1/+1
2018-01-03Resolves: tdf#114572 immediate update of value while typing unwantedCaolán McNamara1-6/+23
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-21loplugin:flatten in swNoel Grandin1-50/+52
2017-11-07loplugin:constparams in swNoel Grandin1-1/+1
2017-10-31tdf#67670 Change default column spacing to 0.5cmheiko tietze1-2/+5
2017-10-23loplugin:includeform: swStephan Bergmann5-34/+34
2017-10-20RotGrfFlyFrame: Initial adaptionsArmin Le Grand1-0/+31
2017-10-03new loplugin:blockblockNoel Grandin1-19/+17
2017-09-26tdf#112574 sw: don't insert RES_ANCHOR into style item setsMichael Stahl1-7/+10
2017-09-25Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt3-5/+5
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-5/+5
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt3-32/+32
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt2-8/+8
2017-09-13listening to modify is sufficient to get all changesCaolán McNamara1-31/+6
2017-09-08set parent for file dialog helperCaolán McNamara1-2/+3
2017-09-01bump FileDialogHelper to XFilePicker3Caolán McNamara1-3/+3
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M1-1/+1
2017-08-15remove redundant SvxFrameDirection castsJochen Nitschke2-6/+7
2017-08-07loplugin:constparams in sw part10Noel Grandin1-3/+3
2017-08-07loplugin:constparams in sw part9Noel Grandin2-5/+5
2017-08-02loplugin:checkunusedparams in swNoel Grandin1-16/+16
2017-07-31loplugin:oncevarNoel Grandin1-2/+2
2017-07-27replace sal_uLong variables with sal_uInt32 for SvNumberFormatter IDsJochen Nitschke1-2/+2
2017-07-24loplugin:unusedfields readonly fieldsNoel Grandin1-1/+1
2017-07-23Removed duplicated includesAndrea Gelmini1-2/+0
2017-07-21de-hrc various thingsCaolán McNamara7-9/+2
2017-07-21migrate to boost::gettextCaolán McNamara7-84/+21
2017-07-14use more OUString::operator== in swNoel Grandin1-1/+1
2017-07-03loplugin:unusedfields in swNoel Grandin1-12/+0
2017-07-02loplugin:casttovoid: swStephan Bergmann1-4/+1
2017-06-27loplugin:oncevar in swNoel Grandin1-6/+3
2017-06-27fdo#43157 convert OSL_ASSERT to assert in sw/sourceBernhard Widl1-1/+1
2017-06-21loplugin:unusedfields in sw part2Noel Grandin1-6/+3
2017-06-21loplugin:unusedfields in svtoolsNoel Grandin1-1/+0
2017-06-21loplugin:unusedfields in svx part1Noel Grandin2-2/+0
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-4/+6
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann2-6/+5
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-2/+2
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-30tdf#107589 Make description editable from Options tab.Gulsah Kose1-0/+14
2017-05-19make string translation loading more uniformCaolán McNamara6-19/+19
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert sw module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-05-05tdf#39468: Translate German comments in sw/source/ui/{dbui, frmdlg, index}Jens Carl1-1/+1
2017-04-24clang-tidy readability-simplify-boolean-expr in swNoel Grandin1-1/+1
2017-04-12enum spelling: throught -> throughJustin Luth2-4/+4
2017-04-12convert SelectionType to scoped enumNoel Grandin2-26/+25