summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unotbl.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin1-2/+2
2021-06-30Purge out rtl::math::setNanBaiXiaochun1-7/+4
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-6/+6
2021-05-17sw: prefix members of SwASCIIParser, SwASC_AttrIter, ...Miklos Vajna1-3/+8
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-4/+4
2021-04-26sw: prefix members of SaveBox, SaveLine, SwDocStyleSheet and ...Miklos Vajna1-6/+6
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-8/+8
2021-04-07rtl::Static -> function local staticNoel Grandin1-13/+7
2021-02-20loplugin:refcounting in swNoel1-11/+10
2021-02-15loplugin:referencecasting in swNoel1-3/+3
2021-02-11Remove unneeded breaksAndrea Gelmini1-2/+0
2021-02-04sw: fix copying and deleting of table in section via APIMichael Stahl1-1/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel1-1/+1
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-1/+1
2020-11-24sw: fix SwXTextRange::createEnumeration() inside table cellMichael Stahl1-2/+1
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-3/+2
2020-11-24sw: fix copying and deleting of section content via APIMichael Stahl1-1/+2
2020-10-20use tools::Long in swNoel1-1/+1
2020-09-30SwPosition::GetDoc can return a referenceCaolán McNamara1-5/+2
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara1-24/+24
2020-08-21Fix typosAndrea Gelmini1-1/+1
2020-07-31loplugin:flatten in sw/core/unocoreNoel Grandin1-182/+181
2020-05-29loplugin:simplifybool in swNoel Grandin1-2/+2
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin1-19/+19
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-02-19tdf#118812 DOCX import: fix table style preference – part 2László Németh1-29/+1
2020-02-12Revert "tdf#118947 sw tablestyle: manually scan parents for ::SET"László Németh1-112/+17
2020-02-12Revert "related tdf#118947 sw tablestyle: no need to avoid numbered para"László Németh1-1/+2
2020-02-05tdf#129568 Rename the default table styleMaxim Monastirsky1-1/+4
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-3/+4
2020-01-06tdf#129839: pass initialized shared_ptr to SwDoc::GetBoxAttrMike Kaganski1-1/+2
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-6/+6
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-3/+3
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-13/+1
2019-11-30related tdf#118947 sw tablestyle: no need to avoid numbered paraJustin Luth1-2/+1
2019-11-27tdf#118947 sw tablestyle: manually scan parents for ::SETJustin Luth1-16/+112
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-03DOCX import: fix interaction of table and paragraph style in table cellsMiklos Vajna1-1/+10
2019-09-28loplugin:constmethod in swNoel Grandin1-5/+5
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov1-8/+3
2019-08-20loplugin:constvars in swNoel Grandin1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-7/+7
2019-07-28loplugin:oncevarNoel Grandin1-2/+1
2019-07-15sw: prefix members of SwXCellMiklos Vajna1-42/+42
2019-05-30ODT export: fix lost <text:user-field-decl> for fields in tables in headersMiklos Vajna1-0/+23
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-21/+21
2019-04-14loplugin:sequentialassign in swNoel Grandin1-4/+2
2019-04-06SwXTextField::Impl FieldTypeClient: SwClient no moreBjoern Michaelsen1-1/+0
2019-03-25new loplugin:unoqueryNoel Grandin1-1/+1