summaryrefslogtreecommitdiff
path: root/sw/inc/unotbl.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-13reduce symbol visibility in swNoel Grandin1-3/+3
2023-05-12use more concrete UNO types in sw/Noel Grandin1-5/+3
2023-01-19XUnoTunnel->dynamic_cast in SwXTextTableNoel Grandin1-10/+3
2023-01-19XUnoTunnel->dynamic_cast in SwXCellRangeNoel Grandin1-6/+0
2023-01-19XUnoTunnel->dynamic_cast for SwXFrameNoel Grandin1-6/+1
2023-01-19XUnoTunnel->dynamic_cast in OTextCursorHelperNoel Grandin1-1/+1
2022-12-01loplugin:unusedfields make some fields privateNoel Grandin1-1/+1
2022-10-11use more string_view in swNoel Grandin1-5/+5
2022-07-21use more concrete UNO classes in writerNoel Grandin1-1/+1
2022-03-22sw: document SwXTableRowsMiklos Vajna1-0/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-04-26sw: prefix members of SaveBox, SaveLine, SwDocStyleSheet and ...Miklos Vajna1-1/+1
2021-02-20loplugin:refcounting in swNoel1-1/+1
2019-11-07Looks like UBSan still needs various RTTI for some reasonStephan Bergmann1-1/+1
2019-11-04loplugin:finalclasses in sw/incNoel Grandin1-5/+5
2019-07-15sw: prefix members of SwXCellMiklos Vajna1-4/+4
2019-07-05tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen1-1/+0
2019-05-30ODT export: fix lost <text:user-field-decl> for fields in tables in headersMiklos Vajna1-0/+1
2019-03-16UNO SwXTableTextCursor: uso SvtListener instead of SwClientBjoern Michaelsen1-14/+14
2018-11-19no more SwClient/SwModify for SwTextTableRowsBjoern Michaelsen1-13/+10
2018-11-13no more SwClient/SwModify for SwXCellBjoern Michaelsen1-5/+6
2018-04-25sw: fix remaining IWYU warnings in inc/*.hxxMiklos Vajna1-0/+1
2018-04-05sw: fix some IWYU warningsMiklos Vajna1-5/+0
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: swStephan Bergmann1-5/+5
2017-08-04loplugin:constparams in sw part5Noel Grandin1-4/+4
2017-03-13Minor loplugin:unnecessaryoverride improvementStephan Bergmann1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-214/+146
2017-01-19New loplugin:dynexcspec: Add @throws documentation, swStephan Bergmann1-0/+1
2016-11-16new loplugin finalprotectedNoel Grandin1-5/+1
2016-10-27loplugin:expandablemethods in swNoel Grandin1-2/+0
2016-10-20loplugin:expandablemethodds in sw(part1)Noel Grandin1-1/+0
2016-10-04loplugin:countusersofdefaultparams in swNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-7/+7
2016-05-23Add a test for comparing table cells and table cell rangesslideon1-0/+2
2016-04-12clang-tidy performance-unnecessary-value-param in swNoel Grandin1-2/+2
2016-02-05sw: move all SwXTextTable implementation details to pImplMichael Stahl1-17/+2
2016-02-05sw: move the SwXTextTable descriptor members to SwXTextTable::ImplMichael Stahl1-8/+0
2016-02-05sw: move SwTextTable's SwClient to SwTextTable::ImplMichael Stahl1-8/+5
2016-02-05sw: move rest of SwXCellRange implementation details into pImplMichael Stahl1-18/+5
2016-02-05sw: fix SolarMutex asserts from SwXCellRange dtorMichael Stahl1-13/+11
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-2/+2
2015-12-22Indentation fixesMiklos Vajna1-5/+5
2015-12-04fix SwClient crash in SwXNumberingRules/SwXTableRows/SwXTableColumnsNoel Grandin1-14/+10
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-6/+6
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-2/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-6/+0
2015-11-06com::sun::star->css in sw/incNoel Grandin1-224/+223
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-161/+161