summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/tblafmt.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-20use tools::Long in swNoel1-1/+1
2020-08-12sw: prefix members of SwFmDrawPage, SwNumRule, SwTableAutoFormat and ...Miklos Vajna1-20/+19
2020-08-01loplugin:flatten in sw/core/docNoel Grandin1-67/+67
2020-05-13NFC sw: cleanup and make RES_POOLTABSTYLE_DEFAULT consistentJustin Luth1-2/+2
2020-03-12comparison operators should be constNoel Grandin1-1/+1
2019-12-20tdf#115026 sw tableAutoFormat: don't clear break/keepJustin Luth1-3/+5
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-8/+8
2019-11-26cppcheck: performing init in init list (sw/vcl/xmloff)Julien Nabet1-2/+1
2019-11-19tdf#115576 sw: fix borders for single row/col autotable stylesJustin Luth1-2/+21
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen1-5/+1
2019-10-17Remove some memset callsMike Kaganski1-2/+0
2019-08-20loplugin:constvars in swNoel Grandin1-1/+1
2019-07-05tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen1-0/+16
2019-05-18Adapt AutoFormatHelper to std::unique_ptrArmin Le Grand1-70/+52
2019-05-12sw: -Werror=deprecated-copy; restore SwBoxAutoFormat::operator=Michael Stahl1-0/+43
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin1-12/+6
2019-04-26Fix typosAndrea Gelmini1-1/+1
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-374/+104
2019-03-04Avoid intermediate computation overflowing sal_uInt16Stephan Bergmann1-4/+2
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-3/+2
2019-01-28sw: prefix members of SwTableAutoFormatMiklos Vajna1-49/+49
2019-01-11tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen1-0/+1
2018-11-22improve function-local statics in swNoel Grandin1-22/+20
2018-11-22convert SwTableAutoFormat::UpdateFlags to scoped enumNoel Grandin1-6/+6
2018-11-14Simplify containers iterations in sw/source/core/[d-l]*Arkadiy Illarionov1-21/+15
2018-11-09loplugin:useuniqueptr in SwDoc::GetRowHeight and GetRowSplitNoel Grandin1-4/+2
2018-10-25return std::unique_ptr from CloneSetWhichNoel Grandin1-4/+4
2018-09-28loplugin:useuniqueptr in SwCellStyleTableNoel Grandin1-9/+3
2018-09-12loplugin:simplifyconstruct in swNoel Grandin1-1/+1
2018-08-08sw HTML import: apply default table autoformat on cells in reqif modeMiklos Vajna1-0/+10
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-25tdf#42949 Remove unnecessary localization headers of svxGabor Kelemen1-1/+0
2018-03-28sw: fix some IWYU warningsMiklos Vajna1-0/+2
2018-01-30loplugin:unused-returns in swNoel Grandin1-10/+4
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-2/+2
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin1-10/+10
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+1
2017-11-30TypedWhichId for RES_PARAATR constantsNoel Grandin1-4/+4
2017-11-24TypedWhichId for RES_CHRATR constantsNoel Grandin1-18/+18
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-2/+2
2017-11-08tdf#107554 New default table styleYousuf Philips1-34/+3
2017-11-06sw: read both platform dependent binary table autoformatsMichael Stahl1-5/+10
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin1-1/+1
2017-09-14convert SvxCellOrientation to scoped enumNoel Grandin1-2/+2
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-1/+1
2017-09-08svl: assert calls of SfxPoolItem::Create/StoreMichael Stahl1-2/+2
2017-08-03loplugin:constparams in sw part2Noel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+0
2017-07-18Partially revert c1723a3b6Varun Dhall1-2/+3