summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoflatpara.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Simplify Sequence iterations in sw/qa/* and sw/source/core/*Arkadiy Illarionov1-4/+4
2019-02-25UNO paragraph iterator: uno SvtListener instead of SwClientBjoern Michaelsen1-5/+3
2018-11-15sw_redlinehide_3: pass current layout through ModelToViewHelperMichael Stahl1-3/+3
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-08sw_redlinehide: SwXFlatParagraphIterator::getNextPara() iterate ...Michael Stahl1-9/+40
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen1-2/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-08SwXFlatParagraph: check some positions before blindly using themMichael Stahl1-0/+10
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin1-1/+1
2017-06-26fdo#43157 convert OSL_ASSERT to assert in sw/source/coreBernhard Widl1-2/+3
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-2/+2
2017-05-07tdf#43157: convert sw module away from OSL_ASSERT to assertChris Sherlock1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-32/+10
2016-12-12remove useless Mutex guardsNoel Grandin1-1/+0
2016-06-27loplugin:singlevalfields in sw(part3)Noel Grandin1-5/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-3/+3
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-7/+7
2015-11-19use comphelper::containerToSequenceNoel Grandin1-8/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-11-09also fix SwXFlatParagraphIteratorBjoern Michaelsen1-0/+3
2015-09-09tdf#92036: sw: fix idle spelling loopMichael Stahl1-1/+4
2015-07-20sw: SwXFlatParagraph::isChecked() return value is invertedMichael Stahl1-4/+4
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-06-25SwViewShellImp::GetFirstVisPage: use vcl::RenderContextMiklos Vajna1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-51/+51
2015-05-18tdf#89794: sw: implement SwXFlatParagraph::getPropertySetInfo()Michael Stahl1-2/+8
2015-04-01i#105557: fix locking for SwXTextMarkupMichael Stahl1-33/+33
2015-04-01sw: remove utterly pointless assignment in SwXFlatParagraph::changeText()Michael Stahl1-3/+1
2014-08-19Refactored SwDoc::GetEditShell .Valentin Kettner1-2/+2
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-1/+2
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-01Use more proper integer types and constifyMatteo Casalin1-2/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-2/+2
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante1-8/+0
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-08SwXFlatParagraph: use ::cppu::ImplInheritanceHelperMichael Stahl1-42/+5
2014-04-08fdo#69416: make footnote positions available to XProofreaderMichael Stahl1-0/+92
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-3/+3
2014-03-24coverity#704954 Dereference after null checkCaolán McNamara1-1/+1
2014-03-17sw: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-10sw: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-6/+1
2014-02-27Remove visual noise from swAlexander Wilms1-4/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-21/+21
2014-01-22longparas: sneaky sal_uInt16 casts truncating values causing loopCaolán McNamara1-2/+2
2013-11-23SwPaM: xub_StrLen to sal_Int32Matteo Casalin1-2/+2
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-1/+1
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-2/+2
2013-05-23Resolves: #i121734# extend XTextMarkup to support rangesJürgen Schmidt1-2/+12