summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw
AgeCommit message (Expand)AuthorFilesLines
2018-07-18lokdialog: Convert InfoReadonlyDialog -> execute asyncPranav Kant1-2/+3
2018-05-15tdf#117311 Ctrl/Shift+Insert do not work in Writer commentsMaxim Monastirsky1-5/+2
2018-01-03tdf#114670 Make sure to dispose the menuMaxim Monastirsky1-1/+1
2017-12-06tdf#114093 fixing regression when clicking on fieldsBernhard Widl1-1/+5
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-1/+1
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin1-1/+1
2017-11-21loplugin:flatten in swNoel Grandin3-328/+333
2017-11-19clang-tidy modernize-use-equals-default in sw/source/uibaseJochen Nitschke1-13/+0
2017-11-18Remove redundant checkMike Kaganski1-7/+4
2017-11-17loplugin:useuniqueptr in SwPostItMgrNoel Grandin1-4/+1
2017-11-17Use auto/for range loops in PostItMgr (second pass)Julien Nabet1-20/+21
2017-11-153813dd1315 follow-up: revert incorrect loop changesMike Kaganski1-3/+3
2017-11-15Use auto/for range loops in PostItMgr (first pass)Julien Nabet1-121/+115
2017-10-31tdf#113548: another case of crash in GrabFocus during disposeAron Budea1-1/+2
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand2-4/+4
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand2-4/+4
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand2-4/+4
2017-10-30loplugin:constantparam in svxNoel Grandin1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-25TSCP: support removing paragraph metadata fieldsAshod Nakashian1-2/+2
2017-10-23loplugin:finalclasses in swNoel Grandin2-13/+9
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin1-3/+3
2017-10-09uibase: consistently use "" and <> in include directivesMike Kaganski17-47/+48
2017-10-03new loplugin:blockblockNoel Grandin1-5/+4
2017-09-29convert IsEqual/etc methods on ESelection to operatorsNoel Grandin1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist4-11/+11
2017-09-23these are cast to sal_Int32 immediatelyCaolán McNamara1-5/+5
2017-09-23want to add these together before multiply the resultCaolán McNamara1-1/+1
2017-09-23coverity#1418340 Division or modulo by zeroCaolán McNamara1-1/+3
2017-09-19tdf#79877 revert to old behavior when clicking on input fields.Bernhard Widl1-1/+1
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-2/+2
2017-09-13no need to call GetNumerator() / GetDenominator() for FractionNoel Grandin2-16/+14
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin1-1/+1
2017-09-08set parent for file dialog helperCaolán McNamara1-2/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin2-2/+2
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M1-1/+1
2017-08-24Related: tdf#108795 a shared SvxAutoCorrect instance can not be statefulEike Rathke1-3/+2
2017-08-18Fix typosAndrea Gelmini1-1/+1
2017-08-06loplugin:constparams in sw part6Noel Grandin13-24/+24
2017-08-04rename nToleranz->nToleranceNoel Grandin1-1/+1
2017-07-25convert UNO event ids to scoped enumNoel Grandin1-15/+15
2017-07-23Removed duplicated includesAndrea Gelmini3-3/+0
2017-07-21Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara3-3/+3
2017-07-21migrate to boost::gettextCaolán McNamara13-310/+41
2017-07-14use more OUString::operator== in swNoel Grandin1-1/+1
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski1-1/+0
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin2-5/+4
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-1/+0
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1