summaryrefslogtreecommitdiff
path: root/sw/inc/unoframe.hxx
AgeCommit message (Expand)AuthorFilesLines
2023-05-12use more concrete UNO types in sw/Noel Grandin1-5/+3
2023-01-19XUnoTunnel->dynamic_cast for SwXFrameNoel Grandin1-10/+1
2022-12-01loplugin:unusedfields make some fields privateNoel Grandin1-2/+3
2022-08-04clang-tidy modernize-pass-by-value in swNoel Grandin1-1/+1
2022-07-21More RTTI needed by UBSan nowStephan Bergmann1-2/+3
2022-07-21use more concrete UNO classes in writerNoel Grandin1-8/+9
2021-07-14use ImplInheritanceHelper in SwXTextFrameNoel Grandin1-3/+3
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2020-07-13sw: prefix members of SwUndoField, SwUndoFieldFromAPI, ...Miklos Vajna1-4/+4
2020-05-09compact namespace in swNoel Grandin1-1/+1
2019-12-13loplugin:unusedmethodsNoel Grandin1-1/+0
2019-12-07ofz#18563 sw: remove SwXFrame::m_pCopySource to fix ~SwIndexReg assertMichael Stahl1-3/+2
2019-11-06make some classes module-privateNoel Grandin1-1/+1
2019-11-04loplugin:finalclasses in sw/incNoel Grandin1-1/+1
2019-09-23SwXFrame: SwClient no moreBjoern Michaelsen1-8/+7
2019-05-30ODT export: fix lost <text:user-field-decl> for fields in frames in headersMiklos Vajna1-0/+1
2019-01-16SwXOLEListener: not SwClient/ModifyBjoern Michaelsen1-5/+5
2018-12-19tdf#99631 DOCX import: keep zoom of embedded XLSXLászló Németh1-0/+2
2018-04-25sw: fix remaining IWYU warnings in inc/*.hxxMiklos Vajna1-1/+2
2018-04-17remove no longer necessary operator new/delete overridesNoel Grandin1-8/+0
2018-04-05sw: fix some IWYU warningsMiklos Vajna1-4/+0
2018-02-15sw: replace DELETEZ with unique_ptr in SwXFrameMichael Stahl1-1/+1
2018-02-01sw: convert DELETEZ to std::unique_ptr in SwXFrameMichael Stahl1-1/+3
2017-12-07loplugin:salcall handle static methodsNoel Grandin1-6/+6
2017-10-23loplugin:includeform: swStephan Bergmann1-3/+3
2017-10-23loplugin:finalclasses in swNoel Grandin1-6/+4
2017-07-08tdf#108545 show an icon (DOCX inside DOCX)Szymon Kłos1-0/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-65/+64
2017-01-19New loplugin:dynexcspec: Add @throws documentation, swStephan Bergmann1-0/+2
2016-11-29sw: indentation fixesMiklos Vajna1-2/+2
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin1-1/+1
2016-10-27loplugin:expandablemethods in swNoel Grandin1-5/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-5/+5
2016-07-15sw: indentation fixesMiklos Vajna1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-06-21sw: replace pointless XComponent and XTextContent overridesMichael Stahl1-26/+9
2016-06-21sw: use ImplInheritanceHelper for SwXTextGraphicObjectMichael Stahl1-25/+7
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-2/+0
2015-11-06com::sun::star->css in sw/incNoel Grandin1-104/+103
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-83/+83
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-17/+17
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-20/+20
2015-04-06sw: use variadic cppu::WeakImplHelperMiklos Vajna1-8/+6
2015-03-28have a Reference instead of SwClient meddlingBjoern Michaelsen1-0/+1
2014-11-14loplugin: cstylecastNoel Grandin1-1/+1
2014-10-25coverity#1249466 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-17coverity#1247631 Uncaught exceptionCaolán McNamara1-1/+1
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+5
2014-08-20make SwXFrame derived constructors privateMichael Stahl1-3/+17