summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoftn.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-08-14rename SwPaM::GetNode to GetPointNode/GetContentNodeNoel Grandin1-2/+2
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin1-1/+1
2022-07-21use more concrete UNO classes in writerNoel Grandin1-7/+6
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin1-2/+2
2021-12-31osl::Mutex->std::mutex in SwXFootnoteNoel Grandin1-8/+8
2021-12-01use more OInterfaceContainerHelper3 in swNoel Grandin1-3/+3
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 2Mike Kaganski1-3/+3
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-02-20loplugin:refcounting in swNoel1-4/+2
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann1-3/+3
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-4/+0
2019-10-28tdf#121441 improve DOCX footnote importJan-Marek Glogowski1-11/+1
2019-09-28loplugin:constmethod in swNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-1/+1
2019-06-24Drop sw::GetSupportedServiceNamesImplArkadiy Illarionov1-1/+17
2018-11-15sw_redlinehide_3: remove number parameter from SwDoc::SetCurFootnoteMichael Stahl1-1/+1
2018-05-20dont use SwClient/SwModify in unocore: FootnotesBjoern Michaelsen1-27/+24
2018-04-05sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen1-4/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-4/+4
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-1/+1
2017-05-04tdf#39468: Translate German comments and terms in sw/source/core/unocore/Jens Carl1-1/+1
2017-04-12add SAL_WARN_UNUSED to sw::Ring and friendsNoel Grandin1-1/+0
2017-02-07convert CursorType to scoped enumNoel Grandin1-5/+5
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-2/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-34/+13
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-1/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-4/+4
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-09-03tdf#79018: Prevent line break as footnote labelOliver Specht1-3/+8
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-3/+3
2015-06-09use ABC instead of Pimpl for SwXParagraphEnumerationBjoern Michaelsen1-1/+1
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-26now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is goneBjoern Michaelsen1-1/+1
2015-05-26new unocrsrs for SwXTextCursorBjoern Michaelsen1-1/+1
2015-05-26use new unocrsrs in SwXParagraphEnumerationBjoern Michaelsen1-5/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-65/+65
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-1/+1
2015-03-11convert SetAttrMode to enum classNoel Grandin1-2/+2
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+6
2014-08-20fdo#72695: avoid double-free race condition for SwXFootnoteMichael Stahl1-5/+22