summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unotbl.cxx
AgeCommit message (Expand)Author
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-10use SfxItemSetFixed in swNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin
2021-06-30Purge out rtl::math::setNanBaiXiaochun
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-05-17sw: prefix members of SwASCIIParser, SwASC_AttrIter, ...Miklos Vajna
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-26sw: prefix members of SaveBox, SaveLine, SwDocStyleSheet and ...Miklos Vajna
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-02-20loplugin:refcounting in swNoel
2021-02-15loplugin:referencecasting in swNoel
2021-02-11Remove unneeded breaksAndrea Gelmini
2021-02-04sw: fix copying and deleting of table in section via APIMichael Stahl
2021-01-16make the Color constructors explicitly specify transparencyNoel
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24sw: fix SwXTextRange::createEnumeration() inside table cellMichael Stahl
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen
2020-11-24sw: fix copying and deleting of section content via APIMichael Stahl
2020-10-20use tools::Long in swNoel
2020-09-30SwPosition::GetDoc can return a referenceCaolán McNamara
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara
2020-08-21Fix typosAndrea Gelmini
2020-07-31loplugin:flatten in sw/core/unocoreNoel Grandin
2020-05-29loplugin:simplifybool in swNoel Grandin
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin
2020-03-02speedup sw build a littleNoel Grandin
2020-02-19tdf#118812 DOCX import: fix table style preference – part 2László Németh
2020-02-12Revert "tdf#118947 sw tablestyle: manually scan parents for ::SET"László Németh
2020-02-12Revert "related tdf#118947 sw tablestyle: no need to avoid numbered para"László Németh
2020-02-05tdf#129568 Rename the default table styleMaxim Monastirsky
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-06tdf#129839: pass initialized shared_ptr to SwDoc::GetBoxAttrMike Kaganski
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-12-11convert SwFrameSize to scoped enumNoel Grandin
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen
2019-11-30related tdf#118947 sw tablestyle: no need to avoid numbered paraJustin Luth
2019-11-27tdf#118947 sw tablestyle: manually scan parents for ::SETJustin Luth
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-03DOCX import: fix interaction of table and paragraph style in table cellsMiklos Vajna
2019-09-28loplugin:constmethod in swNoel Grandin
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov