summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/ndtbl.cxx
AgeCommit message (Expand)Author
2020-08-17tdf#135098 update SwTableCursor m_SelectedBoxes before mergeCaolán McNamara
2019-11-20tdf#115576 sw: fix borders for single row/col autotable stylesJustin Luth
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin
2019-08-05Fix typosAndrea Gelmini
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin
2019-03-12UNO SwTextTable: uso SvtListener instead of SwClientBjoern Michaelsen
2019-02-10loplugin:indentation in swNoel Grandin
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen
2019-01-11use unique_ptr in SwNodes::ExpandRangeForTableBoxNoel Grandin
2019-01-10use unique_ptr in swNoel Grandin
2018-11-24remove unused TableChgWidthHeightType::InsertDeleteModeNoel Grandin
2018-11-22convert SwTableAutoFormat::UpdateFlags to scoped enumNoel Grandin
2018-11-16entirity of writer rebuilding when vcl widget headers changeCaolán McNamara
2018-11-14Simplify containers iterations in sw/source/core/[d-l]*Arkadiy Illarionov
2018-11-07loplugin:collapseif in swNoel Grandin
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-09tdf#119993 sw: clear the font cache text glyphs on table col changeMiklos Vajna
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin
2018-10-03loplugin:constfields in swNoel Grandin
2018-09-19sw_redlinehide_2: check merge flag in various MakeFramesMichael Stahl
2018-09-19sw_redlinehide_2: fix ordering of SplitNode usage of ContentIdxStore 2Michael Stahl
2018-09-19sw_redlinehide_2: fix ordering of SplitNode usage of ContentIdxStoreMichael Stahl
2018-09-19sw_redlinehide_2: add layout parameter to *Node::DelFramesMichael Stahl
2018-09-19sw: disambiguate SwNode2LayoutMichael Stahl
2018-09-19sw: rename SwNode MakeFrame overloadsMichael Stahl
2018-08-12Fix typosAndrea Gelmini
2018-08-08sw HTML import: apply default table autoformat on cells in reqif modeMiklos Vajna
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-07-19loplugin:useuniqueptr in SwUndoSplitTableNoel Grandin
2018-06-29loplugin:useuniqueptr in SwTableNodeNoel Grandin
2018-06-08sw_redlinehide: odd conversion in SwNodes::TextToTable()Michael Stahl
2018-06-08sw_redlinehide: trivial conversions in ndtbl.cxxMichael Stahl
2018-04-26convert tabopts to scoped enumNoel Grandin
2018-04-20loplugin:unusedenumconstantsNoel Grandin
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-02-12Translate German variable namesJohnny_M
2018-01-30loplugin:unused-returns in swNoel Grandin
2018-01-13sw: lazy load table autoformats for style purposesMiklos Vajna
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2018-01-04sw: move some globals in fetab.cxx into SwFEShellMichael Stahl
2017-12-27ofz#4813: Direct-leakCaolán McNamara
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-03clang-tidy modernize-use-equals-default in swJochen Nitschke
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-07loplugin:constparams in swNoel Grandin
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand