summaryrefslogtreecommitdiff
path: root/sw/source/core/access
AgeCommit message (Expand)Author
2019-01-17sw: convert assert(bSelected out of sync) to SAL_WARN for nowMichael Stahl
2018-06-01tdf#117601 a11y crash after merging cellsCaolán McNamara
2018-04-26tdf#117028 sw: conditionally consider fill of shape for in-textbox auto colorMiklos Vajna
2017-11-21loplugin:flatten in swNoel Grandin
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-11-09new loplugin simplifydynamiccastNoel Grandin
2017-11-07loplugin:constparams in swNoel Grandin
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand
2017-10-23loplugin:includeform: swStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin
2017-10-07sw: always use "" for includes in current source's directoryMike Kaganski
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-09-26loplugin:flatten in swNoel Grandin
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-09-01Fix typosAndrea Gelmini
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-03loplugin:constparams in sw part1Noel Grandin
2017-08-02loplugin:checkunusedparams in swNoel Grandin
2017-07-31sw: prefix members of SwAccessibleNoTextFrameMiklos Vajna
2017-07-27replace sal_uLong variables with sal_uInt32 for SvNumberFormatter IDsJochen Nitschke
2017-07-24sw: prefix members of SwAccessibleFrameBaseMiklos Vajna
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin
2017-07-05sw: fix use-after-free in SwAccessibleMap::FireEvents()Michael Stahl
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-02loplugin:casttovoid: swStephan Bergmann
2017-06-22loplugin:unusedfields in sw part4Noel Grandin
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin
2017-06-05Improved loplugin:redundantcast, const/static_cast combinations: swStephan Bergmann
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-05-29sw: prefix members of SwAccessibleParagraphMiklos Vajna
2017-05-19loplugin:stringcopy: swStephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin
2017-05-08loplugin:checkunusedparams in sw(part1)Noel Grandin
2017-04-28loplugin:salunicodeliteral: swStephan Bergmann