summaryrefslogtreecommitdiff
path: root/sw/source/core/table
AgeCommit message (Expand)AuthorFilesLines
2020-02-26tdf#123102 Writer: fix numbering at row insertionLászló Németh1-0/+15
2020-02-12ofz#20455 sw: add some checks in SwTable::CheckConsistency()Michael Stahl1-1/+8
2020-02-04std::set<T*> -> o3tl::sorted_vector in sw/Noel Grandin1-1/+1
2019-12-11convert SwFrameSize to scoped enumNoel Grandin2-8/+8
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen1-1/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann1-2/+2
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-2/+2
2019-09-20convert SwFieldTypesEnum to scoped enumNoel Grandin1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-07Fix typosAndrea Gelmini1-1/+1
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-2/+2
2019-04-19optimise find/insert patternNoel Grandin1-4/+2
2019-03-29tdf#84635 quadratic slowdown on loading large tablesNoel Grandin1-22/+26
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin1-2/+2
2019-02-22Avoid uncontrolled overflow in SwTable::GetBoxNumStephan Bergmann1-2/+8
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen2-4/+2
2018-11-16loplugin:buriedassign in swNoel Grandin1-2/+4
2018-11-07Simplify containers iterations in sw/source/core/[t-v]*Arkadiy Illarionov2-26/+17
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-28loplugin:useuniqueptr in SwTable::NewInsertColNoel Grandin1-3/+2
2018-09-17New loplugin:externalStephan Bergmann1-3/+3
2018-08-10sw: Reduce redundant copyTakeshi Abe1-8/+2
2018-08-07sw: Replace std::list with std::vector for simplicityTakeshi Abe1-3/+3
2018-08-06sw: Prefer std::vector for SwLineOffsetArray to std::listTakeshi Abe1-3/+2
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-19loplugin:useuniqueptr in SwUndoSplitTableNoel Grandin1-8/+4
2018-06-06Translate German comments and debug stringsJohnny_M1-1/+1
2018-05-15OSL_ENSURE->assertCaolán McNamara1-1/+1
2018-05-02Fix typosAndrea Gelmini1-2/+2
2018-04-21Use unique_ptrMike Kaganski1-7/+6
2018-03-02forcepoint #13 null derefCaolán McNamara1-1/+4
2018-02-05TypedWhichId in sw(1)Noel Grandin1-2/+2
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: swStephan Bergmann2-6/+6
2017-12-27ofz#4813: Direct-leakCaolán McNamara1-7/+3
2017-12-25coverity#1426946 Unchecked return valueCaolán McNamara1-2/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-4/+4
2017-12-12TypeWhichId in swNoel Grandin1-2/+2
2017-12-07Use return iterator from erase in swnewtable (sw)Julien Nabet1-9/+3
2017-12-02Get rid of the css::util::NumberFormat::TEXT abuse as "special" "key"Eike Rathke1-9/+8
2017-12-01Resolves: tdf#106322 keep original cell content when assigning number formatEike Rathke1-2/+25
2017-11-28ofz: fix mem leakCaolán McNamara1-16/+16
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-21loplugin:flatten in swNoel Grandin1-165/+167
2017-11-07Replace some lists by vectors (sw)Julien Nabet1-9/+6
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-5/+5
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-5/+5
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-5/+5