summaryrefslogtreecommitdiff
path: root/sw/source/core/table
AgeCommit message (Expand)Author
2020-10-30convert some tools::Long->sal_Int32Noel
2020-10-28convert some more long -> tools::LongNoel
2020-10-26std::unique_ptr -> std::optionalNoel
2020-10-20use tools::Long in swNoel
2020-10-14sw: fix unsorted redlines in SwTable::ConvertSubtableBox()Michael Stahl
2020-10-09cid#1467972 silence Unchecked return valueCaolán McNamara
2020-10-05unconflicting commits stomped on eachotherCaolán McNamara
2020-10-05SwUndoTableMerge::MoveBoxContent always dereferences its SwDoc* argCaolán McNamara
2020-10-05sw: ODF import: convert the simplest sub-tables to rowspan tablesMichael Stahl
2020-10-04MakeCopy family never called with a null SwDoc* argCaolán McNamara
2020-09-27Move default way to find Which to an inline functionBjoern Michaelsen
2020-09-27SwTable: Replace Modify with SwClientNotifyBjoern Michaelsen
2020-09-13Following d52674ad92172ce67c94b5970668aeb00d1c6ac5Julien Nabet
2020-09-12std::list->vector in SwTableNoel Grandin
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-07-31loplugin:flatten in sw/core/ole..sw/core/tableNoel Grandin
2020-07-18tdf#120026 sw: keep table centered when resizingJustin Luth
2020-06-10loplugin:buriedassign in swNoel Grandin
2020-02-26tdf#123102 Writer: fix numbering at row insertionLászló Németh
2020-02-12ofz#20455 sw: add some checks in SwTable::CheckConsistency()Michael Stahl
2020-02-04std::set<T*> -> o3tl::sorted_vector in sw/Noel Grandin
2019-12-11convert SwFrameSize to scoped enumNoel Grandin
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-09-20convert SwFieldTypesEnum to scoped enumNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-08-07Fix typosAndrea Gelmini
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin
2019-04-19optimise find/insert patternNoel Grandin
2019-03-29tdf#84635 quadratic slowdown on loading large tablesNoel Grandin
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin
2019-02-22Avoid uncontrolled overflow in SwTable::GetBoxNumStephan Bergmann
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen
2018-11-16loplugin:buriedassign in swNoel Grandin
2018-11-07Simplify containers iterations in sw/source/core/[t-v]*Arkadiy Illarionov
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-28loplugin:useuniqueptr in SwTable::NewInsertColNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-08-10sw: Reduce redundant copyTakeshi Abe
2018-08-07sw: Replace std::list with std::vector for simplicityTakeshi Abe
2018-08-06sw: Prefer std::vector for SwLineOffsetArray to std::listTakeshi Abe
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-07-19loplugin:useuniqueptr in SwUndoSplitTableNoel Grandin
2018-06-06Translate German comments and debug stringsJohnny_M
2018-05-15OSL_ENSURE->assertCaolán McNamara
2018-05-02Fix typosAndrea Gelmini