summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoftn.cxx
AgeCommit message (Expand)Author
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen
2019-10-28tdf#121441 improve DOCX footnote importJan-Marek Glogowski
2019-09-28loplugin:constmethod in swNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann
2019-06-24Drop sw::GetSupportedServiceNamesImplArkadiy Illarionov
2018-11-15sw_redlinehide_3: remove number parameter from SwDoc::SetCurFootnoteMichael Stahl
2018-05-20dont use SwClient/SwModify in unocore: FootnotesBjoern Michaelsen
2018-04-05sw: fix some IWYU warningsMiklos Vajna
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann
2017-05-04tdf#39468: Translate German comments and terms in sw/source/core/unocore/Jens Carl
2017-04-12add SAL_WARN_UNUSED to sw::Ring and friendsNoel Grandin
2017-02-07convert CursorType to scoped enumNoel Grandin
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-03tdf#79018: Prevent line break as footnote labelOliver Specht
2015-08-20loplugin: defaultparamsNoel Grandin
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-06-09use ABC instead of Pimpl for SwXParagraphEnumerationBjoern Michaelsen
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
2015-05-26now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is goneBjoern Michaelsen
2015-05-26new unocrsrs for SwXTextCursorBjoern Michaelsen
2015-05-26use new unocrsrs in SwXParagraphEnumerationBjoern Michaelsen
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose
2015-03-11convert SetAttrMode to enum classNoel Grandin
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-08-20fdo#72695: avoid double-free race condition for SwXFootnoteMichael Stahl
2014-08-20i#107771: sw: implement thread-safe instance caching for SwXFootnoteMichael Stahl
2014-08-20i#107771: sw: make SwXFootnote a client of its format poolitemMichael Stahl
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-07-13fdo#39468: Translate German comments in sw/source/core/Philipp Riemer
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
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