summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unotbl.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-16UNO SwXTableTextCursor: uso SvtListener instead of SwClientBjoern Michaelsen1-9/+14
2019-03-12UNO SwTextTable: uso SvtListener instead of SwClientBjoern Michaelsen1-30/+31
2019-03-04simplify UNO getTypes methodsNoel Grandin1-10/+4
2019-02-27UNO SwXCellRange: uso SvtListener instead of SwClientBjoern Michaelsen1-20/+16
2019-02-27simplify lcl_SendChartEvent messBjoern Michaelsen1-53/+30
2019-02-12sw btlr writing mode: implement UNO APIMiklos Vajna1-7/+1
2019-02-10loplugin:indentation in swNoel Grandin1-1/+1
2019-01-11tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen1-0/+2
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-4/+4
2018-11-22improve function-local statics in swNoel Grandin1-9/+9
2018-11-19no more SwClient/SwModify for SwTextTableRowsBjoern Michaelsen1-12/+12
2018-11-18no more SwClient/SwModify for SwXTableRowsBjoern Michaelsen1-8/+16
2018-11-15no more SwClient/SwModify for SwXTableColumnsBjoern Michaelsen1-9/+15
2018-11-13no more SwClient/SwModify for SwXCellBjoern Michaelsen1-12/+11
2018-11-10tdf#120703 PVS: check proper pointer (possible nullprt dereference)Mike Kaganski1-1/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin1-2/+1
2018-09-19sw_redlinehide_2: adapt SwCursor::UpDown()Michael Stahl1-2/+5
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-08-14tdf#117127 crash on inspecting value describing a tableCaolán McNamara1-10/+12
2018-08-05coverity#1438212 Unchecked dynamic_castCaolán McNamara1-3/+3