summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoflatpara.cxx
AgeCommit message (Expand)Author
2021-04-07rtl::Static -> function local staticNoel Grandin
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara
2020-07-31loplugin:flatten in sw/core/unocoreNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen
2019-07-08Simplify Sequence iterations in sw/qa/* and sw/source/core/*Arkadiy Illarionov
2019-02-25UNO paragraph iterator: uno SvtListener instead of SwClientBjoern Michaelsen
2018-11-15sw_redlinehide_3: pass current layout through ModelToViewHelperMichael Stahl
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-06-08sw_redlinehide: SwXFlatParagraphIterator::getNextPara() iterate ...Michael Stahl
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-08SwXFlatParagraph: check some positions before blindly using themMichael Stahl
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin
2017-06-26fdo#43157 convert OSL_ASSERT to assert in sw/source/coreBernhard Widl
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sw module away from OSL_ASSERT to assertChris Sherlock
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-12remove useless Mutex guardsNoel Grandin
2016-06-27loplugin:singlevalfields in sw(part3)Noel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09also fix SwXFlatParagraphIteratorBjoern Michaelsen
2015-09-09tdf#92036: sw: fix idle spelling loopMichael Stahl
2015-07-20sw: SwXFlatParagraph::isChecked() return value is invertedMichael Stahl
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-06-25SwViewShellImp::GetFirstVisPage: use vcl::RenderContextMiklos Vajna
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-18tdf#89794: sw: implement SwXFlatParagraph::getPropertySetInfo()Michael Stahl
2015-04-01i#105557: fix locking for SwXTextMarkupMichael Stahl
2015-04-01sw: remove utterly pointless assignment in SwXFlatParagraph::changeText()Michael Stahl
2014-08-19Refactored SwDoc::GetEditShell .Valentin Kettner
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-01Use more proper integer types and constifyMatteo Casalin
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann
2014-04-08SwXFlatParagraph: use ::cppu::ImplInheritanceHelperMichael Stahl
2014-04-08fdo#69416: make footnote positions available to XProofreaderMichael Stahl
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-24coverity#704954 Dereference after null checkCaolán McNamara
2014-03-17sw: prefer passing OUString by referenceNoel Grandin
2014-03-10sw: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann